|
More site info...
JDeveloper
| Forum profile
|
|
Forum profile page for JDeveloper
on http://www.oracle.com.
This report page is the aggregated overview from a single forum: JDeveloper
, located on the Message Board at http://www.oracle.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "JDeveloper
" on the Message Board at http://www.oracle.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on JDeveloper
:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
431
|
1,742
|
4,723
|
|
Post:
|
996
|
4,438
|
11,306
|
|
|
JDeveloper
Posting activity graph:
|
Top authors during last week:
user's latest post:
JDeveloper DB Connection Issues
Published (2009-11-29 10:39:00)
It should work as you are able to connect sql plus. really strange. but, it's not jdev issue. check "Enter custom jdbc url" and try this jdbc:oracle:thin:@mooney:1521:tsthome
user's latest post:
navigating between the left,...
Published (2009-11-27 07:58:00)
Hi Gopi, I am not sure if there is any straight forward way to achieve this. You can try having a client listener for the panels, and set the focus to the first item on the panel according to the some defined keys (set by you), using java script. -Arun
user's latest post:
JDeveloper DB Connection Issues
Published (2009-11-29 11:51:00)
User, If you can not telnet on the proper port (it appears to be 1522), then it's certainly not going to work. Things to check: 1). Is there any firewall between you and the listener? 2). Are you sure the IP address is right? 3). Has the listener been set up to only allow connections from certain hosts? 4). If the host is multi-homed (has multiple IP addresses), can you confirm the listener is listening on the one you are trying to use...
user's latest post:
Is it possible to add a new...
Published (2009-11-27 08:08:00)
To my knowledge, you cannot add new Technology scope for JDeveloper. What you could do is goto Application -> Default Project properties -> Libraries -> Add new .jar files regards, ~Krithika
user's latest post:
tutorials for subversion w/...
Published (2009-11-25 21:59:00)
Some more advanced topics here: http://www.oracle.com/technology/products/jdev/viewlets/viewlet.html http://www.oracle.com/technology/pub/articles/adf-development-essentials/part3.html
user's latest post:
Error while deploying the...
Published (2009-11-26 01:39:00)
User, please tell us if you try to deploy an app build with jdev 11.1.1.1.0 directly to a WLS 10.3.2 (the one that comes with jdev 11.1.1.2.0). Have you rebuild the app using JDev 11.1.1.2.0? If not that is your problem. The framework libraries have changed. You can't expext that an app build with 11.1.1.1.0 directly runs with the libraries from 11.1.1.2.0. Timo
user's latest post:
Creating Data Control from SQL...
Published (2009-11-28 07:41:00)
Hi, http://download.oracle.com/docs/cd/E12839_01/web.1111/b31974/bcquerying.htm#sm0070 Todd
user's latest post:
JDeveloper DB Connection Issues
Published (2009-11-29 11:56:00)
Hi, In which machine you are trying to connect with sqlplus? If you are able to connect to database from server but you can't reach from client, then you are probably hitting a firewall issue, you should make 1522 port opened. If you are not able to connect with "telnet hostname 1522", then it is not possible to connect with sqlplus from client also so i assume you are connecting with sqlplus on the server, not from your...
|
|
|
|
Latest active threads on JDeveloper
::
Started 2 days, 13 hours ago (2009-11-29 09:18:00)
by puthanampatti
try using ip addr. for the host and also try port 1521
Started 2 days, 14 hours ago (2009-11-29 08:53:00)
by kmy
DVD is dead!
How about HDDVD and Blu-Ray?
Started 2 days, 6 hours ago (2009-11-29 17:07:00)
by Jang Vijay Singh
I also know that we can download the soa-jdev-extension. zip file directly from oracle site and use the check for updates with 'Install from Local file' option. But I want to know the url from where I can get the download of SOA composite editor compatible for my JDeveloper version.
http://www.oracle.com/technology/products/jdev/101 /update/fmw_products.xml...
Started 2 days, 14 hours ago (2009-11-29 08:18:00)
by John Stegeman
Denis,
A practical way to do this may be to create a function-based unique index on the upper(column_value) in the database.
John
Started 4 days, 1 hour ago (2009-11-27 21:44:00)
by puthanampatti
You can pass query string parameters.
/faces/page2.jspx?userid=xyz
You have read the value onPageLoad, if you attempt to get in any other event returns null.
FacesContext fctx = FacesContext.getCurrentInstance();
String sessionId = fctx.getExternalContext().getRequestParameterMap() .get("userid");
another way to get querystring:
...
Started 7 months, 3 weeks ago (2009-04-08 08:17:00)
by Timo Hahn
No.
You have to call a method in the model layer and pass the parameter.
Timo
Started 5 days, 22 hours ago (2009-11-26 01:04:00)
by John Stegeman
Deniz,
I don't believe there is any declarative approach to validating a delete, no. The EO-level business rules are to validate that a row is good, not to validate before deleting.
John
Started 9 months, 2 weeks ago (2009-02-16 00:06:00)
by Anton Gerdessen
Hi,
LOV's in JDev 11 have all kinds of problems when the list(ViewObject) your basing it on does not have a primary key.
This happen a lot with read only viewobjects (Based on a SQl query)
Maybe that helps,
-Anton
Started 2 weeks, 6 days ago (2009-11-11 02:27:00)
by Sireesha Pinninti
Hi Deniz,
Have you tried specifying EL Expression to ReadOnly property of af:selectOneChoice tag(never tried, you can give it a try)?
Sireesha
Started 4 months, 1 week ago (2009-07-23 03:55:00)
by PoojaC
I discovered the solution.
I used a jsp page in b/w the main jspx page and the external application to forward the request.
|
|
Hot threads for last week on JDeveloper
::
Started 6 days, 19 hours ago (2009-11-25 03:35:00)
by Sameh Nassar
Hi Martin,
Problem starts when I want to read ID of record I`ve just inserted
What do you mean with ID? Is this an attribute in your viewObject?
if so,
you can invoke create from your backingbean then you get the current row which you can get any attribute you want.
as :
BindingContainer bindings =BindingContext.getCurrent()....
Started 5 days, 20 hours ago (2009-11-26 03:04:00)
by Arunkumar Ramam...
Hi Deniz,
Check out the SRDemo internationalization example . This example is for 10.1.3. However, it holds good for 11g as well.
-Arun
Started 4 days, 21 hours ago (2009-11-27 01:58:00)
by Krithika
createInsert creates a new blank row in the viewObject. After entering data, are you submitting the table before delete..?
Started 5 days, 2 hours ago (2009-11-26 20:36:00)
by puthanampatti
did you add table partialTrigger using selectOneChoice id?
OR
use the below code to refresh the page (do this after you execute the query).
FacesContext ctx = FacesContext.getCurrentInstance();
String currentView = ctx.getViewRoot().getViewId();
ViewHandler vh = ctx.getApplication().getViewHandler();
UIViewRoot x = vh....
Started 1 week, 1 day ago (2009-11-23 16:34:00)
by puthanampatti
Try setting the heap space as follows. It may help.
For 2 GB machine set the parameters as below:
/ide/bin/ide.conf
AddVMOption -Xmx1232M
AddVMOption -Xms64M
/jdev/bin/jdef.conf
AddVMOption -XX:MaxPermSize=128M
For 3 GB machine set the parameters as below:
/ide/bin/ide.conf
AddVMOption -Xmx1488M
AddVMOption -Xms64M
/jdev/bin/jdef....
Started 1 week, 1 day ago (2009-11-23 03:14:00)
by Arunkumar Ramam...
Hi,
How about adding a bind variable to your where clause and use setNamedWhereClauseParam?
Something like this
SELECT t1.col1, t1.col2, t2.col3
FROM table1 t1, table2 t2
WHERE t1.foreignKey = t2.key
AND (COL4 = :BindCol4)
GROUP BY t1.col1, t2.col3, t1.col2
And in your code,
vo.setNamedWhereClauseParam( "BindCol4" ,6);
vo.executeQuery...
Started 6 days, 20 hours ago (2009-11-25 02:50:00)
by Timo Hahn
Please read http://forums.oracle.com/forums/ann.jspa?annID=56 and give more info about how you show the popup.
Timo
Started 2 days, 13 hours ago (2009-11-29 09:18:00)
by puthanampatti
try using ip addr. for the host and also try port 1521
Started 1 week ago (2009-11-24 01:19:00)
by DerMajo
Hi
Your problem is at the client site and there you must solve it with javascript. Because javascript is the only way to executed some functions at the client-browser after rendering the page.
Regards
Majo
Started 6 days, 21 hours ago (2009-11-25 02:04:00)
by Timo Hahn
Too much information to digest for me, sorry
Please read http://forums.oracle.com/forums/ann.jspa?annID=56 this and give more info.
Timo
|
|