jdeveloper

What do you use to write and edit stored procedures in Oracle?

There are many options for editing and writing Stored Procedures in Oracle; what is the best tool for you and why? (one tool per answer.) ...

Toplink Objects not showing up under the Toplink Map node in JDeveloper

Hello, for some reason I cannot see any of the generated objects under the TL Map. See the included image (Sorry but it will not render using the community wiki software.... http://img261.imageshack.us/my.php?image=nothingundernodetn5.png ...

ANT job to invoke JDeveloper to create EAR file with specified deploy file

I was asked about the possibility of creating an ANT script that could be use to copy property files (associated to target environment), create an EAR file (perhaps using JDeveloper deploy file), and deploy that EAR file to target OC4J container. I am asking if anyone ever successfully invoking JDeveloper automatically to create the EAR...

Running Two Versions of Java JDK

I primarily use JDeveloper 10 with JDK 1.4.2 on Vista. I would like to install Eclipse and have it run the latest JDK 6. Is this possible without conflict? Ideally I would like to just use JDeveloper and switch back/forth between JDK versions. Is this possible? ...

Does anybody know what encrypting technique is JDeveloper/SQL Developer using to persist credentials?

I'd be more than interesting for me to understand which technique is being used here to persist sensible data since I'm needing to implement a similar solution. Here's a sample connection configuration and the resulting exported snippet: <?xml version = '1.0' encoding = 'UTF-8'?> <References xmlns="http://xmlns.oracle.com/adf/jndi"&g...

JDeveloper Syntax Highlighting of XSL files

I would a way to do javascript call syntaxt highlighting in XSL files as well as HTML. Turn the text green or something. ...

How do you run Spring 2.5.6 sample apps in Jdeveloper 11g?

I am trying to run imageDB and jpetstore in JDeveloper 11g. It compiles fine, but it won't run, and the weblogic server throws errors. Does anyone know how to successfully run Spring 2.5.x sample applications in Jdeveloper 11g? I get the following error when I try jpetstore sample. Jul 27, 2009 5:03:20 PM org.springframework.web.contex...

JPA Entity mapping with no foreign keys available

Hi, I dont really get to work with entity beans, but they are staring at me right now. We have a couple of tables that are related to each other, but there are no foreign keys, and we cannot add any. For this question, the database cannot change, it's just not possible, but as a different solution we might create views. Anyways... I...

Calling @EJB from JSF Managed Bean

Hi, We are using JDeveloper 11g. Both a Model and ViewController project that makes use of ADF fusion and what not. My web-xml has an ejb reference for a statfull session ejb. I have a managedbean that's declared in faces-config. I am trying to access a EJb from inside the managed bean. I declare @EJB (name ="LocationServicesEJB") p...

ADF exception JBO-27014 in an editable table with LOV column

I'm working with ADF BC 10.1.3.4, I've 2 pages, a search page that forwards to a detail page with showOneTab component. In the first tab I've an af:table (Editable) with all controls available, Add, Delete & Commit The first column contains a LOV (SelectOneChoice) for each row. The issue scenario is as follows, Search for a school, sele...

connecting jdeveloper 11 to tomcat server

Hello all, I would like to deploy my application with Jdeveloper 11 to tomcat server. For that I created a new connection to my tomcat server, but it says after opening the deplyments in the tree of Application Server Navigator: Connection Error What is this connection error? Where can I check the reason of it? What can be teh reason of...

JDeveloper classpath

How can I have one classpath for building and a different classpath for deploying to the embedded OC4J container (pressing the green run button) in JDeveloper 10.1.3.4 (or any similar version.) Examples in other tools include Maven's provided scope and Eclipse's Java EE Module Dependencies (items checked are deployed at runtime with the...

Jdev project dependency libraries

JDeveloper 10.1.3.x I've recently learned that a library that is not exported will not be included on the classpath when deployed to the embedded OC4J container because it will have no library entry in the application-oc4j-app.xml file. I have also demonstrated to myself that libraries that are not exported in projects that my project ...

Multiple JSTL Versions in Weblogic J2EE App

Hello! Thanks in advance for taking a look :) I'm hard at work on a J2EE web app (in JDeveloper) and recently added some functionality that required JSTL, and I've hit a little bit of a snag. Whenever I try to deploy my war on Weblogic 11g, I get the following error on the console: [02:05:43 AM] Must choose only one of libraries: ...

How to create a new stereotype for UML Class in JDeveloper ?

I can't see anything to do so whereas stereotype can be shown ? ...

Deploying annotated EJB 3.0 beans from third party jar to JDeveloper embedded oc4j container

Using JDeveloper as my IDE, I have a web application which calls services provided by annotated EJB 3.0 beans packaged in third party jar. How do a configure the web application project to deploy the beans to the embedded OC4J container when I run the application? The jar file is reference by the project, and I have a META-INF/applicat...

error appears in jdeveloper 11g 11112

hi all, i need help on compiling my project in jdeveloper 11g. previously my application (jsp+servlets) works smoothly in jdeveloper 10g with oc4j (deploys in WAR file). but since i migrate to jdeveloper 11g, it appears several errors like this : <Nov 27, 2009 1:13:50 PM WIT> <Error> <Deployer> <BEA-149265> <Failure occurred in the exec...

Using Java ApplicationModule to connect to Oracle Database

I'm working in JDeveloper and I need to connect to Oracle Database using the ApplicationModule interface. So I set up the connection, imported the table and created a view. Then I created a new ApplicationModuleImpl that connects to that view. Now, how do I get to the data through the ApplicationModule object? I read the documentation ...

Latest JDeveloper version to support Oracle UIX Development

Hi, What is the latest version of JDeveloper which supports Oracle UIX development? Not a version which supports migration, but one which actually still has UIX development tools integrated? Thanks! ...

How can I save a JDeveloper 11g application to new folder?

I want to save a Jdeveloper application which includes 2 projects to a new folder, leaving out the files I have excluded from the project contents. Is there a way to do it from JDeveloper? ...