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
3
votes
2 answers

The UIViewRoot is null ADF_FACE-30179

Did someone already face this problem? ADF_FACES-30179**:For more information, please see the server's error log for an entry beginning with: The UIViewRoot is null. Fatal exception during PhaseId: RESTORE_VIEW 1. Unfortunately the log file…
Festus Tamakloe
  • 11,231
  • 9
  • 53
  • 65
3
votes
3 answers

Weblogic server not running from jdeveloper

When i tried to run an application on jdeveloper, the server wont start and it shows the following message *** Using HTTP port 7101 *** *** Using SSL port 7102…
Ayodeji
  • 579
  • 2
  • 8
  • 25
3
votes
1 answer

Jdeveloper error "java.lang.NoClassDefFoundError: Could not initialize class oracle.dbtools.raptor.config.DBConfig" on start

I use Jdeveloper Studio 11.1.1.4.0, I use the ADF components on it, but for the last couple of days when I start the Jdeveloper, this Error comes up Uncaught exception java.lang.NoClassDefFoundError: Could not initialize class…
3
votes
2 answers

need help for fixing selectonechoice error in ADF

i have a selectonechoice with three values :A,B,C but i am getting following error on its change event: <_getSelectedIndex> Could not find selected item matching value "B" in RichSelectOneChoice[UIXEditableFacesBeanImpl,…
lovin
  • 563
  • 2
  • 14
  • 27
3
votes
1 answer

jdeveloper eclipse shortcuts

In Jdeveloper, Loading eclipse keyboard schema is not working. (Eclipse shortcuts Ctrl + O list of methods, Ctrl + Shift + R List of Resources are not working.) I'm using Jdeveloper 11.1.1.6.0. How i tried is this. (Tools > Preference > Shortcuts >…
3
votes
2 answers

JDeveloper vs IntelliJ IDEA

Recently I have started work in one company. Previously I was working only with IntelliJ. Now have to wait while I get to use IntelliJ again. So I am thinking of any IDE similar to IntelliJ. How about the JDeveloper, probably somebody is been using…
Paulius Matulionis
  • 23,085
  • 22
  • 103
  • 143
3
votes
1 answer

ORA-01866 with JDeveloper 10.1.3.4

I'm running an application with ADF in JDeveloper 10.1.3.4. When an Application Module is created, I get an exception with the error code mentioned in the title: "ORA-01866 the datetime class is invalid". It has absolutely nothing to do with code,…
noripcord
  • 3,412
  • 5
  • 29
  • 26
2
votes
1 answer

Is it possible to reference FacesContext from a TimerTask or ScheduledExecutorService on application startup?

I am attempting to create functionality in a JSF1.2/ADF web app that will periodically & dynamically generate a sitemap for a website that will have hundreds of pages whose content will change daily. The catch is that I need to read some config…
MattC
  • 59
  • 10
2
votes
0 answers

Errors in Toplink Map and Offline database files when migrating from jDev 10.1.3.4 to jDev 11.2.1

i'm migrating an application from jDev 10.3.1.4 (Using Equivalent version of OC4J and Toplink 3.0) to the latest to jDev 11.2.1. I'm encountering a lot of problems. First of all a general question, are there some in depth migration guides?This looks…
Nicola Peluchetti
  • 76,206
  • 31
  • 145
  • 192
2
votes
2 answers

Unable to run on the project using WebLogic server

I'm using jdeveloper 11 and developing an application using EJB 3.0 and JSP. When I tried to run my session bean I get an error saying: Error occurred during initialization of VM agent library failed to init: instrument Error opening zip file or…
2
votes
1 answer

Warning: No deployer available in JDeveloper

I couldn't find any info in google on this one, someone changed properties on a project and I'm not sure why the project can no longer deploy to jar. It compiles ok, but won't build into a jar file even though the dependencies do so just fine. Has…
Organiccat
  • 5,633
  • 17
  • 57
  • 104
2
votes
2 answers

JBO-25002: What is the reason for this error?

I was running my project and was checking recently modified module. On click of the Menu tab it was giving me "java.lang.UnsupportedOperationException" and when I checked in the log I could find the following description: JBO-25002: Definition…
Sahar Hassan
  • 301
  • 3
  • 7
  • 23
2
votes
1 answer

Auto generate XSD from BPEL? or BPEL from XSD?

So I am new to BPEL, and indeed my XML knowledge is limited (but growing fast as I do this project). I am creating a webservice in BPEL. Now the drag and drop is fine, but what about complex types? I can modify the .xsd file to have them, but do I…
TJOB
  • 37
  • 1
  • 4
2
votes
1 answer

Iterate through all rows in an ADF richtable

I have a table that displays two columns from a table and a third with checkboxes the user can check and uncheck. Nearby is a submit changes button, when that button is clicked I want to iterate down the rows of the table and based on the…
FaultyJuggler
  • 532
  • 1
  • 8
  • 29
2
votes
4 answers

Weblogic integrated server instance cannot be started from jdeveloper

I have installed Oracle SOA Suite QuickStart (12.2.1.4.0) in Windows 7. The Java version I'm using is jdk1.8.0_241. When I tried to start the integrated server instance from JDeveloper, I got this error message: The Server Instance cannot be…
Meena
  • 93
  • 4
  • 10