Questions tagged [jdeveloper]

Oracle JDeveloper is an integrated development environment that simplifies the development of Java-based SOA applications and user interfaces, supporting the full software development life cycle. Do NOT use this tag for problems with Oracle ADF itself!

Oracle JDeveloper integrates development features for Java, SOA, Database, XML, and Web services into a single development tool.

The various artifacts share the same project structure and development experience, simplifying the learning curve and the development process of composite applications that leverage a multitude of technologies.

JDeveloper can be used throughout the software development life-cycle, from initial design and analysis, through coding and testing phases, to deployment. JDeveloper increases developer productivity by offering a visual and declarative approach to application design

1423 questions
2
votes
2 answers

JDeveloper reference project inside application

I never used JDeveloper so please bear with me. So far I have 2 Java projects inside my Application. Project #A: Has proxy web services references, it compiles without errors. Project #B: Is supposed to call the web service project. I am unable to…
2
votes
0 answers

Fix Jdeveloper ADF Mobile Preview Bug

i use Windows 8 and JDeveloper 11.1.2.4.0 with Oracle ADF Mobile. The problem i am facing is that when ever i open 'Preview' of my Application UI, it gives me Error and whole Jdeveloper becomes hanged. The error box shows nothing just title…
Shumail
  • 3,103
  • 4
  • 28
  • 35
2
votes
5 answers

Configuring and running integrated weblogic server in jdeveloper

i know this can be very simple but i am not able to do so. I am trying to start integrated weblogic server in jdeveloper(v11.1.1.7.0). But it always says the following error : *** Using port 7101…
sd1517
  • 607
  • 4
  • 7
  • 23
2
votes
2 answers

Compiling against Java 7 in JDeveloper 10

Is it possible to use Java 7 in JDeveloper 10? I have an application that works correctly in Java 5. I've updated the java.conf file to point to the Java 7 jdk, and I've changed the project properties to use the same Java 7 J2SE. When I try to…
Travis
  • 1,044
  • 1
  • 17
  • 36
2
votes
1 answer

Generate JAXBContext : newInstance(contextPath) : using jaxb.index

I found lots of answered questions and best practices related to JAXBContext generation using contextpath (package names with (:) separated). I have achieved JAXBContext using contextpath and jaxb.index(each package contains index file with list of…
Mohan Raj
  • 31
  • 5
2
votes
2 answers

Checkbox In Oracle ADF Table: Not getting or setting data

I have an application written in Oracle ADF. In it, I have a table by which I need to add a checkbox column which maps back to a VARCHAR column. I created a transient boolean attribute in my View Object which properly sets the real attribute. This…
GavinWoods
  • 813
  • 2
  • 14
  • 28
2
votes
1 answer

Getting elements of ora:getFaultAsString

I have a BPEL process which catches any faults raised and assigns them to a variable: ora:getFaultAsString() $myVariable This puts the whole XML message,…
GarlicBread
  • 1,671
  • 8
  • 26
  • 49
2
votes
1 answer

Exception while Testing SOA Composite Application

I am working on Oracle SOA Suite 11g, i am a beginner and following some labs, in which i am developing some SOA composite applications in JDeveloper 11g IDE. While testing a composite application using the Enterprise Manager of the WebLogic Server,…
user1307895
  • 39
  • 1
  • 3
2
votes
2 answers

How to evaluate a custom expression in debug in JDeveloper

In Eclipse you can write a random expression in debug and it evaluates it. This is my code: public static void main(String... args) { int x = 3; * System.out.print(x); } in the breakpoint I want to watch the expression x Then it shows…
Cosmin Cosmin
  • 1,526
  • 1
  • 16
  • 34
2
votes
1 answer

JDeveloper ADF Mobile -- javax.crypto - unable to locate policy files

I am trying to encrypt some secure information in a mobile application being developed using ADF Mobile. I am using "javax.crypto.Cipher". As per my understanding ADF Mobile packs it's own JVM along with the application's apk/ipa for deployment…
2
votes
3 answers

How to enable debug_mode for a JSP page in modern JDeveloper/Weblogic/ADF

For some reason, instead of target jspx page i am gettin the error OracleJSP error: java.io.FileNotFoundException: Set the init-param debug_mode to "true" to see the complete exception message. (thats it, no file name). But i have no idea where…
Alexander Tumin
  • 1,561
  • 4
  • 22
  • 33
2
votes
1 answer

Database (mysql) connection is working but jdeveloper can't launch my application

I have a project here on JDeveloper 11.1.2.3.39.62.76.1). I've already done the Create Database Connection Wizard and everything is working fine, but when i try to launch my application this is what i get: Caused By:…
2
votes
2 answers

Jar to include to use javax.annotation.*

I'm a bit confused. I need to compile a project in jDeveloper 11.1.1.6.0. The server side of the project is deployed on the Glassfish server. On the machine of the project's creator everything compiles without any problems. Using project…
Oleg
  • 467
  • 1
  • 8
  • 17
2
votes
1 answer

Debug Weblogic application deployed with maven-weblogic-plugin

I have a web application running on Weblogic server that I have to modify. For this purpose I've installed JDeveloper 11g R2 with Integrated Weblogic 10.3 server. Application came as maven project - I've imported maven project into JDeveloper. But…
jarst
  • 147
  • 12
2
votes
2 answers

Import org.apache.log4j.Logger in jdeveloper

I am getting "Logger Not Found" error when I import org.apache.log4j.Logger. I am using JDeveloper 10.1. Do I need to configure Log4j and if so please tell me how to do that. Thanks.
Biswajit das
  • 99
  • 1
  • 11