I am trying to build a simple application with JDeveloper 11g. I connect to a MSSQL Server 2008 database and get data from it.
I am new at Enterprise Java Beans 3.0 so I don't know what code I should write for data update, delete or insert and where to write. I made an application(Fusion Web Application) but the changes I made on that a...
I have a strange issue with a query running in my JDeveloper ADF web application. It is a simple search form issuing a select statement to Oracle 10g database. When the search is submitted, ADF framework is (first) running the query, and (second) running the same query wrapped within "select count(1) from (...query...)" - the goal here i...
10% of my time is spent creating backend database, 90% creating front end.
Is MS Access the best, or is there something better?
Is there something more rapid?
...
I downloaded it twice, reached 100%, but both corrupt.
I doubt anyone has downloaded it successfully.
...
how can i export .war file in jdeveloper 10g ?
...
Hi,
I am trying to build an application (Hello World) in Oracle JDeveloper and run. It ran fine. But it doesn't open in default browser. I edited Tools--> Preferences --> Web Browser and Proxy --> gave C:\Program Files\Internet Explorer\iexplore.exe . It doesn't work. I could not even try preview.
Please help me.
Thanks,
...
I am new to Oracle JDeveloper and Oracle ADF framework. If I do some changes in java files, I do stop oc4j and rebuild in project level, and starting it again. Is that the right way of doing it or do we have any partial/swap build options there?
Thanks
...
In a JDev project, I have:
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.5/dojo/dojo.xd.js"></script>
JDev reports that the "Remote Location was not loaded."
When I run the application, it works fine, but I would like the "light bulb" that marks the error to go away.
How do I make JDev to load/find it?
...
I have created a new Java Application in JDeveloper. That application only uses the Java application. No Swing and no ADF technologies are used.
I have created a new class with a static main method.
When I'm trying to compile the project, this error is shown:
Error: Exception thrown during compilation: oracle/classloader/util/Annotate...
Hi Gangs,
I have a web service created in JDeveloper using J2EE 1.4 (JAX-RPC) wizards.
I need to run it over a SSL on an Oracle Application Server that is configured for supporting HTTPS.
EDIT: I have created the web service following the following instructions:
http://st-curriculum.oracle.com/obe/jdev/obe1013jdev/10131/devdepandmanag...
Hey,
I am moving from Eclipse to JDev 10.1.3
I cannot do how to use auto-complete for classes that are not imported.
(In eclipse, the auto-completion where on the entire classes in the CLASSPATH)...
How to accomplish that?
Thanks!
...
Hey folks,
I am using Jdev 10.1.3.4 and followed instructions here:
http://www.oracle.com/technetwork/testcontent/ejb-30-097728.html#t3
although every thing is going fine, ....
...
In my Data Control Palette, I have a table. That table has a Yes/No column...lets call it: 'A1'. Now I drag and drop off 'A1' as an AF:SelectOneRadio component. When the dialog box pop up for me to fill out the bindings, I use dynamic. For the 'base data source attribute' I use A1 and for the 'list data source attribute' I use a column c...
Hey,
How to make an EAR file using JDev 10.1.3.4 from an EJB Application???
...
I have a simple EJB app that used to work about 6 months ago. I installed the latest JDeveloper (11.1.1.3.0) and I'm trying to get it to work again, when I ran into this problem.
Deployment fails on this line:
TeacherManager teacherManager = (TeacherManager)context.lookup("Uran_2.0-TeacherManager#hu.elte.pgy2.BACNAAI.UranEJB.TeacherMan...
Hi folks,
I have a Web service created using JDeveloper and deployed as HTTPS web service.
When I tried to invoke it using some Web client that is generated by JDev, it works fine.
But When I write a Java client to call that service, it fails! saying that:
WARNING: Unable to connect to URL: https://xxxxxxxxxxxxxxxxx due to java.securi...