JDeveloper compiler usage

Hi,
Is it possible to specify another compiler ((i.e) other than "ojc"(oracle Java compiler))
It seems that JDeveloper always compiles the Java code using ojc.
I got one another problem too.
I have the following data member declaration in one of my class (sample)
JList myList= sample.this.myList;
When I compile within jDeveloper , it gives the error of "illegal forward reference",
whereas if I use JDK compiler version "1.3.1_02" (downloaded from HP) outside Jdeveloper to compile the program, it works fine
Can anyone explain this behaviour?
I appreciate any help that I can get.

1 - No, it isn't possible to use another compiler with Jdev 9.0.2. In JDev 9.0.3, available soon, we provide ANT integration, which will then allow you to use any compiler you want.
2 - It is a bug in OJC and I believe it is already fixed in 9.0.3. Can you provide a sample so I can make sure it is fixed? Send sample to [email protected]
Thanks,
Michel

Similar Messages

  • JDeveloper Compiler Error during BPEL flow deployment

    Hi,
    Has anyone encountered the following during BPEL deployment? I am using JDeveloper 10.1.3.4. I was able to deploy last week without any problems.
    Compiling...
    Compiling D:\Datos\Jazztel\Cancelador\bpel\Cancelador.bpel
    [BPEL Compiler] Initializing compiler for first time use...
    BPEL suitcase generated in: D:\Datos\Jazztel\Cancelador\output\bpel_Cancelador_2.6.6.jar
    D:\Datos\jdevstudio10134\jdk\jre\bin\java.exe -jar D:\Datos\jdevstudio10134\jdev\lib\ojc.jar -source 1.5 -target 1.5 -noquiet -warn -nowarn:320 -nowarn:486 -nowarn:487 -deprecation:self -nowarn:560 -nowarn:704 -nowarn:489 -nowarn:415 -nowarn:909 -nowarn:412 -nowarn:414 -nowarn:561 -nowarn:376 -nowarn:371 -nowarn:558 -nowarn:375 -nowarn:413 -nowarn:377 -nowarn:372 -nowarn:557 -nowarn:556 -nowarn:559 -encoding Cp1252 -g -d D:\Datos\Jazztel\Cancelador\output -make D:\Datos\Jazztel\Cancelador\output\Cancelador.cdi -classpath D:\Datos\jdevstudio10134\jdk\jre\lib\rt.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\i18n.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\sunrsasign.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\jsse.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\jce.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\charsets.jar;D:\Datos\jdevstudio10134\jdk\jre\classes;D:\Datos\Jazztel\Cancelador\output;D:\Datos\jdevstudio10134\toplink\jlib\toplink.jar;D:\Datos\jdevstudio10134\toplink\jlib\toplink-oc4j.jar;D:\Datos\jdevstudio10134\toplink\jlib\antlr.jar;D:\Datos\jdevstudio10134\lib\xmlparserv2.jar;D:\Datos\jdevstudio10134\lib\xml.jar -sourcepath D:\Datos\Jazztel\Cancelador\src;D:\Datos\jdevstudio10134\jdk\src.zip;D:\Datos\jdevstudio10134\toplink\jlib\toplink-src.zip D:\Datos\Jazztel\Cancelador\src\ConsultaInstanciasCS\Customerservicecrmkpn.java D:\Datos\Jazztel\Cancelador\src\CustomerServices\Customerservicesconstantes.java D:\Datos\Jazztel\Cancelador\src\DBCONSTANTES\Constantes.java D:\Datos\Jazztel\Cancelador\src\DBCONSULTAHISTORICO\Historico.java D:\Datos\Jazztel\Cancelador\src\DBERRORESSISTEMA\Erroressistemasacciones.java D:\Datos\Jazztel\Cancelador\src\DBETAPAS\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBINSERTARINCIDENCIA\Incidencias.java D:\Datos\Jazztel\Cancelador\src\DBINSERTETAPASCOMPLETADAS\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBINSERTHISTORICO\Historico.java D:\Datos\Jazztel\Cancelador\src\DBINSERTORDERPROGRESS\Ordersprogress.java D:\Datos\Jazztel\Cancelador\src\DBNOTIFICACIONESASINCRONAS\NotifRedAsincronas.java D:\Datos\Jazztel\Cancelador\src\DBORDENESCRM\OrdenesCrm.java D:\Datos\Jazztel\Cancelador\src\DBORDENESMNP\OrdenesMnp.java D:\Datos\Jazztel\Cancelador\src\DBORDENESRED\OrdenesRed.java D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\Historico.java D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\Pedidos.java D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAADDONS\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAS\EtapasCompletadas.java D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAS\Historico.java
    Error: compiler internal error
    *** OJC internal error log written to file C:\DOCUME~1\anipatel\CONFIG~1\Temp\ojcInternalError.log
    [10:45:12] Compilation complete: 1 errors, 156 warnings.
    The log file mentioned contains the following:
    OJC internal error log:
    Compiler version: 10.1.3
    Build number: 4270
    Source files:
         D:\Datos\Jazztel\Cancelador\src\ConsultaInstanciasCS\Customerservicecrmkpn.java
         D:\Datos\Jazztel\Cancelador\src\CustomerServices\Customerservicesconstantes.java
         D:\Datos\Jazztel\Cancelador\src\DBCONSTANTES\Constantes.java
         D:\Datos\Jazztel\Cancelador\src\DBCONSULTAHISTORICO\Historico.java
         D:\Datos\Jazztel\Cancelador\src\DBERRORESSISTEMA\Erroressistemasacciones.java
         D:\Datos\Jazztel\Cancelador\src\DBETAPAS\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBINSERTARINCIDENCIA\Incidencias.java
         D:\Datos\Jazztel\Cancelador\src\DBINSERTETAPASCOMPLETADAS\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBINSERTHISTORICO\Historico.java
         D:\Datos\Jazztel\Cancelador\src\DBINSERTORDERPROGRESS\Ordersprogress.java
         D:\Datos\Jazztel\Cancelador\src\DBNOTIFICACIONESASINCRONAS\NotifRedAsincronas.java
         D:\Datos\Jazztel\Cancelador\src\DBORDENESCRM\OrdenesCrm.java
         D:\Datos\Jazztel\Cancelador\src\DBORDENESMNP\OrdenesMnp.java
         D:\Datos\Jazztel\Cancelador\src\DBORDENESRED\OrdenesRed.java
         D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\Historico.java
         D:\Datos\Jazztel\Cancelador\src\DBPEDIDO\Pedidos.java
         D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAADDONS\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAS\EtapasCompletadas.java
         D:\Datos\Jazztel\Cancelador\src\DBUPDATEETAPAS\Historico.java
    Options:
         source: 150
         target: 150
         classpath: D:\Datos\jdevstudio10134\jdk\jre\lib\ext\sunjce_provider.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\ext\sunpkcs11.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\ext\localedata.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\ext\dnsns.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\rt.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\i18n.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\sunrsasign.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\jsse.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\jce.jar;D:\Datos\jdevstudio10134\jdk\jre\lib\charsets.jar;D:\Datos\jdevstudio10134\jdk\jre\classes;D:\Datos\Jazztel\Cancelador\output;D:\Datos\jdevstudio10134\toplink\jlib\toplink.jar;D:\Datos\jdevstudio10134\toplink\jlib\toplink-oc4j.jar;D:\Datos\jdevstudio10134\toplink\jlib\antlr.jar;D:\Datos\jdevstudio10134\lib\xmlparserv2.jar;D:\Datos\jdevstudio10134\lib\xml.jar
         sourcepath: D:\Datos\Jazztel\Cancelador\srcD:\Datos\jdevstudio10134\jdk\src.zipD:\Datos\jdevstudio10134\toplink\jlib\toplink-src.zip
         encoding: Cp1252
         excluded cls:
         rebuild: false
         noCodeGen: false
         lineNumbers: true
         sourceFile: true
         localVars: true
         codecoach: true
         omitAsserts: false
    Parser:
         errorFound: false
    java.lang.ArrayIndexOutOfBoundsException: 110
         at oracle.ojc.compiler.DepInfo.readInt(DepInfo.java:521)
         at oracle.ojc.compiler.DepInfo.readName(DepInfo.java:541)
         at oracle.ojc.compiler.DepInfo.read(DepInfo.java:578)
         at oracle.ojc.compiler.DepInfo.analyzeSources(DepInfo.java:279)
         at oracle.ojc.compiler.Compiler.main_internal(Compiler.java:1088)
         at oracle.ojc.compiler.Compiler.main_throws_exceptions(Compiler.java:816)
         at oracle.ojc.compiler.Compiler.main(Compiler.java:836)
         at oracle.jdeveloper.compiler.Ojc.translate(Ojc.java:1541)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGraph(UnifiedBuildSystem.java:300)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:516)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:609)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:666)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:894)

    Just an update to this...
    I copied the BPEL flow project to our Linux server, where I was successfully able to compile and deploy the flow using devprompt and Ant. So, the problem is with JDev on my PC, but I'm not sure why though.
    I have rebooted my PC, shutdown any unnecessary apps, and the problem continues. Will see if the problem exists with other flows.
    Anit

  • JDeveloper compile error without detailed message

    Hi all.
    When compiling my application i get compiler error on one EO without detailed message. When i check and validate source in xml everything seems to be ok. Are there any settings to further investigate the problem. I'm using jDeveloper 11.1.2.0 developing ADF application.
    Suggestions welcome.
    Edited by: user5866800 on 20.12.2011 13:49

    If i open xml file, everything is colored with green.i cant comment on this statement. because am not using release2.
    did you change anything .xml which you mentioned.?
    how did you generated EntityImpl for the EO?

  • Ridiculous bug in oracle jdeveloper compiler ojc with jdk1.4

    With simple class:
    public class Test
    public Test()
    public String toString()
    return null;
    public static void main(String[] args) throws Exception
    Test test = new Test();
    System.out.println("ooo" + test);
    After compile it with ojc (ojc Test.java) and run it with jdk 1.4.1_01 (java Test), it throws
    java.lang.NullPointerException
    at java.lang.String.concat(String.java:1541)
    But it works ok if compile it with standard java compiler(javac).

    Hi,
    Thanks for reporting this. It's a bug. I've logged it as 2809860, and you can track this on metalink.oracle.com.
    Brian
    JDev Team

  • JDeveloper, compiling: resources

    I have my string resources in ResourceBundle.properties file. I have to transfer this file to Unicode using native2ascii tool whenever I add some string to it. It would be very useful if JDeveloper could do it for me automatically.
    Can JDevelopper launch some external utilities before/during/after rebuilding the project?
    Or, is there some other way?
    Thanks, Tom

    Additional information ...
    Jdeveloper setup information
    Please read the Install Notes (install.htm) and Release Notes("readme.htm") to find out information on :
    1) Hareware S/W requirements
    2) Software requirements
    3) RDBMS Setup issues -- like required permissions
    4) Known issues
    For training and resource issues
    Topic : Where do i find a tutorial on ....
    Jdeveloper has an online help system with many tutorials.
    To become better acquainted with the capabilities of Jdeveloper 3.2. please do the following
    see
    jdevloper menu bar
    help
    help topics
    contents tab
    tutorials and sample application
    Topic: Java API's supported in the Jdeveloper, IAS, and RDBMS product components
    http://technet.oracle.com:89/ubb/Forum18/HTML/001159.html
    Deploying Business Components as an EJB to Oracle 8.1.7 on Solaris
    http://technet.oracle.com/docs/products/jdev/workarounds/jdev32/ejb817.html
    null

  • CPU Usage problem

    I recently acquired another computer. I installed jdev 10-1.2 on the new machine
    using a cd, and then copied my java files from the old machine to the new one.
    I opened the project file with jdev and compiled and ran it.
    The performance is very slow.(I'm using Windows-XP)
    When I check out the Windows Task Manager, I see that the CPU Usage is at 100%. Does anyone have any idea what could be wrong?
    Thanks-G.

    O.K. Here is another dump...it looks slightly different but it's hard to watch for spikes when the thing is steady at 100% ( no spikes )
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.Reader.read(Reader.java:100)
    at oracle.ide.runner.LogOutputThread.run(RunProcess.java:1577)
    "LogOutput - Proteus.jpr System.out" prio=5 tid=0x01796390 nid=0xd38 runnable [5
    bef000..5befd8c]
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:194)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
    - locked <0x1004e060> (a java.io.BufferedInputStream)
    at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:408)
    at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:450)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
    - locked <0x1004f548> (a java.io.InputStreamReader)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.Reader.read(Reader.java:100)
    at oracle.ide.runner.LogOutputThread.run(RunProcess.java:1577)
    "Log Page Updater" prio=5 tid=0x05012bb4 nid=0xcf4 waiting on condition [5eef000
    ..5eefd8c]
    at java.lang.Thread.sleep(Native Method)
    at oracle.jdeveloper.compiler.CompilerPage$1.run(CompilerPage.java:524)
    "WeakDataReference polling" prio=5 tid=0x00c279a8 nid=0xadc in Object.wait() [59
    ef000..59efd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x130f2428> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0x130f2428> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at oracle.ide.util.WeakDataReference$Cleaner.run(WeakDataReference.java:
    88)
    at java.lang.Thread.run(Thread.java:534)
    "Thread-2" prio=5 tid=0x0173a4e0 nid=0x9cc runnable [58ef000..58efd8c]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0x130bb720> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at oracle.ideimpl.shell.ShellIntegration$DaemonThread.run(ShellIntegrati
    on.java:184)
    "WaitCursorTimer" daemon prio=5 tid=0x04f1c0bc nid=0xf7c in Object.wait() [55ef0
    00..55efd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x12b1bd70> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:429)
    at java.util.TimerThread.mainLoop(Timer.java:403)
    - locked <0x12b1bd70> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:382)
    "TimerQueue" daemon prio=5 tid=0x01590924 nid=0xe34 runnable [52cf000..52cfd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1295eb58> (a javax.swing.TimerQueue)
    at javax.swing.TimerQueue.run(TimerQueue.java:231)
    - locked <0x1295eb58> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:534)
    "AWT-EventQueue-0" prio=5 tid=0x046a71bc nid=0x910 in Object.wait() [4dcf000..4d
    cfd8c]
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:429)
    at java.awt.EventQueue.getNextEvent(EventQueue.java:339)
    - locked <0x127c7de8> (a java.awt.EventQueue)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:162)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    "Java2D Disposer" daemon prio=5 tid=0x04695dd0 nid=0xcd0 in Object.wait() [4ccf0
    00..4ccfd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x127da3e8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0x127da3e8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at sun.java2d.Disposer.run(Disposer.java:100)
    at java.lang.Thread.run(Thread.java:534)
    "AWT-Windows" daemon prio=5 tid=0x04693b80 nid=0xb68 runnable [4a7f000..4a7fd8c]
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(WToolkit.java:262)
    at java.lang.Thread.run(Thread.java:534)
    "AWT-Shutdown" prio=5 tid=0x04693840 nid=0x638 in Object.wait() [497f000..497fd8
    c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x127c0ce0> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:429)
    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
    - locked <0x127c0ce0> (a java.lang.Object)
    at java.lang.Thread.run(Thread.java:534)
    "Signal Dispatcher" daemon prio=5 tid=0x00beb7bc nid=0x29c waiting on condition
    [0..0]
    "Finalizer" daemon prio=5 tid=0x00c3bfc0 nid=0x618 in Object.wait() [3eff000..3e
    ffd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1278e050> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0x1278e050> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=5 tid=0x00c3b4a4 nid=0xea4 in Object.wait() [3df
    f000..3dffd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1278e0b8> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:429)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
    - locked <0x1278e0b8> (a java.lang.ref.Reference$Lock)
    "main" prio=5 tid=0x00b62ca4 nid=0x9d8 waiting on condition [0..13f54c]
    "VM Thread" prio=5 tid=0x00c3a4a8 nid=0xb7c runnable
    "VM Periodic Task Thread" prio=5 tid=0x00bfee90 nid=0xd40 waiting on condition
    "Suspend Checker Thread" prio=5 tid=0x00bb4178 nid=0x600 runnable
    Full thread dump Java HotSpot(TM) Client VM (1.4.2_06-b03 mixed mode):
    "WaitForProcess" prio=5 tid=0x062ef958 nid=0x570 runnable [5def000..5defd8c]
    at java.lang.Win32Process.waitFor(Native Method)
    at oracle.ide.runner.Starter$1.run(Starter.java:287)
    "LogOutput - Proteus.jpr System.err" prio=5 tid=0x062ef7fc nid=0xd80 runnable [5
    cef000..5cefd8c]
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:194)
    at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:408)
    at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:450)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
    - locked <0x10052098> (a java.io.InputStreamReader)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.Reader.read(Reader.java:100)
    at oracle.ide.runner.LogOutputThread.run(RunProcess.java:1577)
    "LogOutput - Proteus.jpr System.out" prio=5 tid=0x01796390 nid=0xd38 runnable [5
    bef000..5befd8c]
    at java.io.FileInputStream.readBytes(Native Method)
    at java.io.FileInputStream.read(FileInputStream.java:194)
    at java.io.BufferedInputStream.read1(BufferedInputStream.java:220)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
    - locked <0x1004e060> (a java.io.BufferedInputStream)
    at sun.nio.cs.StreamDecoder$CharsetSD.readBytes(StreamDecoder.java:408)
    at sun.nio.cs.StreamDecoder$CharsetSD.implRead(StreamDecoder.java:450)
    at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:182)
    - locked <0x1004f548> (a java.io.InputStreamReader)
    at java.io.InputStreamReader.read(InputStreamReader.java:167)
    at java.io.Reader.read(Reader.java:100)
    at oracle.ide.runner.LogOutputThread.run(RunProcess.java:1577)
    "Log Page Updater" prio=5 tid=0x05012bb4 nid=0xcf4 waiting on condition [5eef000
    ..5eefd8c]
    at java.lang.Thread.sleep(Native Method)
    at oracle.jdeveloper.compiler.CompilerPage$1.run(CompilerPage.java:524)
    "WeakDataReference polling" prio=5 tid=0x00c279a8 nid=0xadc in Object.wait() [59
    ef000..59efd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x130f2428> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0x130f2428> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at oracle.ide.util.WeakDataReference$Cleaner.run(WeakDataReference.java:
    88)
    at java.lang.Thread.run(Thread.java:534)
    "Thread-2" prio=5 tid=0x0173a4e0 nid=0x9cc runnable [58ef000..58efd8c]
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0x130bb720> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:448)
    at java.net.ServerSocket.accept(ServerSocket.java:419)
    at oracle.ideimpl.shell.ShellIntegration$DaemonThread.run(ShellIntegrati
    on.java:184)
    "WaitCursorTimer" daemon prio=5 tid=0x04f1c0bc nid=0xf7c in Object.wait() [55ef0
    00..55efd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x12b1bd70> (a java.util.TaskQueue)
    at java.lang.Object.wait(Object.java:429)
    at java.util.TimerThread.mainLoop(Timer.java:403)
    - locked <0x12b1bd70> (a java.util.TaskQueue)
    at java.util.TimerThread.run(Timer.java:382)
    "TimerQueue" daemon prio=5 tid=0x01590924 nid=0xe34 in Object.wait() [52cf000..5
    2cfd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1295eb58> (a javax.swing.TimerQueue)
    at javax.swing.TimerQueue.run(TimerQueue.java:231)
    - locked <0x1295eb58> (a javax.swing.TimerQueue)
    at java.lang.Thread.run(Thread.java:534)
    "AWT-EventQueue-0" prio=5 tid=0x046a71bc nid=0x910 runnable [4dcf000..4dcfd8c]
    at javax.swing.text.GlyphView.getText(GlyphView.java:101)
    at javax.swing.text.GlyphPainter1.getSpan(GlyphPainter1.java:43)
    at javax.swing.text.GlyphView.getPreferredSpan(GlyphView.java:498)
    at javax.swing.text.BoxView.layoutMajorAxis(BoxView.java:746)
    at javax.swing.text.BoxView.setSpanOnAxis(BoxView.java:312)
    at javax.swing.text.BoxView.layout(BoxView.java:682)
    at javax.swing.text.BoxView.setSize(BoxView.java:379)
    at javax.swing.text.BoxView.updateChildSizes(BoxView.java:348)
    at javax.swing.text.BoxView.setSpanOnAxis(BoxView.java:330)
    at javax.swing.text.BoxView.layout(BoxView.java:682)
    at javax.swing.text.FlowView.layout(FlowView.java:201)
    at javax.swing.text.BoxView.setSize(BoxView.java:379)
    at javax.swing.text.BoxView.updateChildSizes(BoxView.java:348)
    at javax.swing.text.BoxView.setSpanOnAxis(BoxView.java:330)
    at javax.swing.text.BoxView.layout(BoxView.java:682)
    at javax.swing.text.BoxView.setSize(BoxView.java:379)
    at javax.swing.plaf.basic.BasicTextUI$RootView.setSize(BasicTextUI.java:
    1599)
    at javax.swing.plaf.basic.BasicTextUI.getPreferredSize(BasicTextUI.java:
    801)
    at javax.swing.JComponent.getPreferredSize(JComponent.java:1275)
    at javax.swing.JEditorPane.getPreferredSize(JEditorPane.java:1212)
    at javax.swing.ScrollPaneLayout.layoutContainer(ScrollPaneLayout.java:76
    9)
    at java.awt.Container.layout(Container.java:1020)
    at java.awt.Container.doLayout(Container.java:1010)
    at java.awt.Container.validateTree(Container.java:1092)
    at java.awt.Container.validate(Container.java:1067)
    - locked <0x127c1220> (a java.awt.Component$AWTTreeLock)
    at javax.swing.RepaintManager.validateInvalidComponents(RepaintManager.j
    ava:353)
    at javax.swing.SystemEventQueueUtilities$ComponentWorkRequest.run(System
    EventQueueUtilities.java:116)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh
    read.java:201)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre
    ad.java:151)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
    "Java2D Disposer" daemon prio=5 tid=0x04695dd0 nid=0xcd0 in Object.wait() [4ccf0
    00..4ccfd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x127da3e8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0x127da3e8> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at sun.java2d.Disposer.run(Disposer.java:100)
    at java.lang.Thread.run(Thread.java:534)
    "AWT-Windows" daemon prio=5 tid=0x04693b80 nid=0xb68 runnable [4a7f000..4a7fd8c]
    at sun.awt.windows.WToolkit.eventLoop(Native Method)
    at sun.awt.windows.WToolkit.run(WToolkit.java:262)
    at java.lang.Thread.run(Thread.java:534)
    "AWT-Shutdown" prio=5 tid=0x04693840 nid=0x638 in Object.wait() [497f000..497fd8
    c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x127c0ce0> (a java.lang.Object)
    at java.lang.Object.wait(Object.java:429)
    at sun.awt.AWTAutoShutdown.run(AWTAutoShutdown.java:259)
    - locked <0x127c0ce0> (a java.lang.Object)
    at java.lang.Thread.run(Thread.java:534)
    "Signal Dispatcher" daemon prio=5 tid=0x00beb7bc nid=0x29c waiting on condition
    [0..0]
    "Finalizer" daemon prio=5 tid=0x00c3bfc0 nid=0x618 in Object.wait() [3eff000..3e
    ffd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1278e050> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:111)
    - locked <0x1278e050> (a java.lang.ref.ReferenceQueue$Lock)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:127)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:159)
    "Reference Handler" daemon prio=5 tid=0x00c3b4a4 nid=0xea4 in Object.wait() [3df
    f000..3dffd8c]
    at java.lang.Object.wait(Native Method)
    - waiting on <0x1278e0b8> (a java.lang.ref.Reference$Lock)
    at java.lang.Object.wait(Object.java:429)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:115)
    - locked <0x1278e0b8> (a java.lang.ref.Reference$Lock)
    "main" prio=5 tid=0x00b62ca4 nid=0x9d8 waiting on condition [0..13f54c]
    "VM Thread" prio=5 tid=0x00c3a4a8 nid=0xb7c runnable
    "VM Periodic Task Thread" prio=5 tid=0x00bfee90 nid=0xd40 waiting on condition
    "Suspend Checker Thread" prio=5 tid=0x00bb4178 nid=0x600 runnable

  • [Bug] Compiler bug in JDev  10.1.3.0.4 (SU5)

    Hello,
    I would like to report a bug with Java 5 compiler in JDev 10.1.3.0.4 (SU5) build JDEV_ADF_10.1.3_NT_030125.0900.3673 regarding covariant return types.
    As of Java 5, it's now possible to override a method with a different return type as long as the new return type is a subclass of the overridden method's return type. JDeveloper compiler will manage that correctly (no compilation error), but will result in a java.lang.AbstractMethodError if the overriding definition come from an interface.
    So the reproduction case is :
    public interface Interface1 {
       public Object myMethod();
    public interface Interface2 extends Interface1 {
      public String myMethod();
    public abstract class AbstractInterface2 implements Interface2 {
    public class MyClass extends AbstractInterface2 {
      public String myMethod() {
        return "Hello"!;
    public static void main(String... args) {
      Interface1 myObject = new MyClass();
      myObject.myMethod();
    }I did not test with other JDev version.
    Regards,
    Simon Lessard

    quick workaround is to set project output directory to the WEB-INF/classes directory and compile the jsp from jdeveloper, oc4j then updates the loaded class file without re-compiling the jsp.
    This works fine, but if I let OC4J try to compile the JSP problem still occurs, anyone have any ideas why either of these problems occur?

  • Jdev 12.1.2.0 Internal compilation error, terminated with fatal exception

    Any hints as how can  I fix my declarative components Jdev 12.1.2 stay alive....
    INFO: JpsUtil: isAuditDisabled set to true
    Dec 16, 2013 12:24:11 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:C:/Oracle/Middleware/Jdeveloper12/jdeveloper/jdev/extensions/oracle.j2ee.webapp.ve.jar!/META-INF/extension.xml:355: Duplicate action id: ToolbarIdeCommands.PREVIEW_IN_BROWSER_CMD_ID
    Dec 16, 2013 12:24:29 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Invalid xml content was found. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: line 0 column 0.
    Dec 16, 2013 12:24:29 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Invalid xml content was found. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: line 0 column 0.
    ==> first NPE
    java.lang.NullPointerException
            at oracle.adfdtinternal.view.rich.build.template.DeclarativeComponentTranslator.translate(DeclarativeComponentTranslator.java:117)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGraph(UnifiedBuildSystem.java:867)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFilesImpl(UnifiedBuildSystem.java:1188)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:984)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:1352)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:1450)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:1977)
    Fatal exception during compiling of project files
    ==> second NPE
    java.lang.NullPointerException
            at oracle.adfdtinternal.view.rich.build.template.DeclarativeComponentTranslator.translate(DeclarativeComponentTranslator.java:117)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGraph(UnifiedBuildSystem.java:867)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFilesImpl(UnifiedBuildSystem.java:1188)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:984)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:1352)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:1450)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:1977)

    Any hints as how can  I fix my declarative components Jdev 12.1.2 stay alive....
    INFO: JpsUtil: isAuditDisabled set to true
    Dec 16, 2013 12:24:11 PM javax.ide.extension.ElementVisitor log
    SEVERE: jar:/file:C:/Oracle/Middleware/Jdeveloper12/jdeveloper/jdev/extensions/oracle.j2ee.webapp.ve.jar!/META-INF/extension.xml:355: Duplicate action id: ToolbarIdeCommands.PREVIEW_IN_BROWSER_CMD_ID
    Dec 16, 2013 12:24:29 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Invalid xml content was found. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: line 0 column 0.
    Dec 16, 2013 12:24:29 PM oracle.security.jps.internal.common.util.StrictValidationEventHandler handleEvent
    WARNING: Invalid xml content was found. SchemaLocation: schemaLocation value = 'http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd' must have even number of URI's. Location: line 0 column 0.
    ==> first NPE
    java.lang.NullPointerException
            at oracle.adfdtinternal.view.rich.build.template.DeclarativeComponentTranslator.translate(DeclarativeComponentTranslator.java:117)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGraph(UnifiedBuildSystem.java:867)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFilesImpl(UnifiedBuildSystem.java:1188)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:984)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:1352)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:1450)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:1977)
    Fatal exception during compiling of project files
    ==> second NPE
    java.lang.NullPointerException
            at oracle.adfdtinternal.view.rich.build.template.DeclarativeComponentTranslator.translate(DeclarativeComponentTranslator.java:117)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGraph(UnifiedBuildSystem.java:867)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFilesImpl(UnifiedBuildSystem.java:1188)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:984)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:1352)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:1450)
            at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:1977)

  • JDeveloper 11g R1 Unexpected severe error

    Hi all,
    I've update to JDeveloper 11gR1, and I can work normally with it for about 15 mins. After that I get an error with this message:
    An unexpected severe error has occurred in JDeveloper
    The program may be unstable, which could result in data loss......
    I've looking in the forum and I've found this thread
    jDeveloper Crashing (Studio Edition Version 11.1.1.1.0)
    But it's not the same case, because I'm getting the error while I'm using jdev. I've tried the given solution, I've added this line to jdev.conf
    AddVMOption -J-Dsun.java2d.noddraw=true
    but I still get the error.
    Does anyone know to solve it?
    Thanks In advance.
    Joseba
    Stack trace:
    Performing action Make [ from oracle.adfdt.controller.adfc.flateditor.editor.AdfcFlatEditor ]
    Performing action Make [ from oracle.adfdt.controller.adfc.flateditor.editor.AdfcFlatEditor ]
    Performing action Make [ from oracle.adfdt.controller.adfc.flateditor.editor.AdfcFlatEditor ]
    Performing action Make [ from oracle.adfdt.controller.adfc.flateditor.editor.AdfcFlatEditor ]
    Performing action Rebuild PROModel.jpr[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Cancel Build[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Rebuild PROModel.jpr[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action Cancel Build[ from oracle.jdeveloper.compiler.CompilerPage ]
    Performing action Clean PROUI.jpr[ from oracle.adfdt.controller.adfc.flateditor.editor.AdfcFlatEditor ]
    Performing action Make [ from oracle.adfdt.controller.adfc.flateditor.editor.AdfcFlatEditor ]
    Performing action Make [ from oracle.ide.ceditor.CodeEditor ]
    Performing action Rebuild PROUI.jpr[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Clear[ from oracle.ide.log.MessagePage ]
    Performing action Clear[ from oracle.ide.log.MessagePage ]
    Performing action Clear[ from oracle.jdeveloper.compiler.CompilerPage ]
    Performing action Clear[ from oracle.ide.log.MessagePage ]
    Invoking command: Insert invokeAction
    Invoking command: Move refreshInsVO
    Invoking command: Change Attribute
    Performing action Save[ from oracle.ideimpl.inspector.InspectorWindowImpl ]
    Invoking command: [ from oracle.ideimpl.inspector.InspectorWindowImpl ]
    Invoking command: Change Attribute
    Invoking command: Change Attribute
    Invoking command: Change Attribute
    Performing action Save[ from oracle.ideimpl.inspector.InspectorWindowImpl ]
    Invoking command: [ from oracle.ideimpl.inspector.InspectorWindowImpl ]
    Performing action Save All[ from oracle.ideimpl.inspector.InspectorWindowImpl ]
    Invoking command: [ from oracle.ideimpl.inspector.InspectorWindowImpl ]
    Performing action Cancel Build[ from oracle.ideimpl.inspector.InspectorWindowImpl ]
    Performing action Run[ from oracle.adfdt.controller.adfc.flateditor.editor.AdfcFlatEditor ]
    Performing action Clear[ from oracle.ide.log.MessagePage ]
    Performing action GaurPRO (Running on DefaultServer) [ from oracle.ideimpl.inspector.InspectorWindowImpl ]
    Performing action Clear[ from oracle.ide.runner.RunLogPage ]
    Performing action DefaultServer[ from oracle.ideimpl.inspector.InspectorWindowImpl ]
    javax.management.remote.misc:Jul 9, 2009 2:34:01 PM ClientCommunicatorAdmin restart
    WARNING: Failed to restart: java.rmi.NoSuchObjectException: The object identified by: '283' could not be found. Either it was has not been exported or it has been collected by the distributed garbage collector.
    Started CommandProcessor transaction: View Object Modifications on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Save All[ from oracle.jbo.dt.jdevx.ui.editors.JeoEditor ]
    Invoking command: [ from oracle.jbo.dt.jdevx.ui.editors.JeoEditor ]
    Performing action Save All[ from oracle.adfdtinternal.model.ide.xmled.editors.pagedefinition.PageDefinitionModelessEditor ]
    Invoking command: [ from oracle.adfdtinternal.model.ide.xmled.editors.pagedefinition.PageDefinitionModelessEditor ]
    Performing action Clean All[ from oracle.adfdtinternal.model.ide.xmled.editors.pagedefinition.PageDefinitionModelessEditor ]
    Performing action Cancel Build[ from oracle.adfdt.controller.adfc.flateditor.editor.AdfcFlatEditor ]
    Performing action Run[ from oracle.adfdt.controller.adfc.flateditor.editor.AdfcFlatEditor ]
    Uncaught exception
    java.lang.NullPointerException
    o.ii.log.TabbedPage$TabbedPageImpl$CurrentPageComponentListener.componentResized(TabbedPage.java:1318)
    o.i.log.DefaultLogPage.forceResizeNotification(DefaultLogPage.java:622)
    o.i.log.DefaultLogPage.clearAll(DefaultLogPage.java:605)
    o.j.compiler.CompilerPage.mas$clearAll(CompilerPage.java:83)
    o.j.compiler.CompilerPage$4.run(CompilerPage.java:1250)
    o.j.compiler.CompilerPage.clearAll(CompilerPage.java:1257)
    o.j.compiler.JCompiler$8.run(JCompiler.java:1157)
    j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    j.a.EventQueue.dispatchEvent(EventQueue.java:597)
    j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    j.a.EventDispatchThread.run(EventDispatchThread.java:122)

    To all above, please provide a minimal set of steps to reproduce the problem you're seeing if it is not covered by the steps above so that I can verify if it's actually the same or a different issue.
    Mike provided a downloadable zip file and a set of three simple steps to reproduce the problem he was seeing, and that was the one which our developers will be able to investigate at the moment. We should assume that each ocurrence with different steps to reproduce might be a unique/different problem and track it separately.

  • Cannot use Struts 1.1 tile in JDeveloper 10.1.3 (3673)

    Just create a web project by chosing Web Application [JSP, Struts, ADF BC] template. Then create a jsp file, put this line inside:
    <%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles"%>
    Got compile error like this when MAKE:
    java.lang.NoSuchMethodError: javax.servlet.jsp.tagext.TagAttributeInfo.<init>(Lj
    ava/lang/String;ZLjava/lang/String;ZZ)V
    at oracle.jsp.parse.XMLUtil.elemToAttr(XMLUtil.java:1664)
    at oracle.jsp.parse.XMLUtil.elemToTagInfo(XMLUtil.java:1449)
    at oracle.jsp.parse.XMLUtil.domDocToTagLib(XMLUtil.java:1256)
    at oracle.jsp.parse.XMLUtil.scanJarListTLD(XMLUtil.java:743)
    at oracle.jsp.parse.XMLUtil.scanWebLibJarsTLD(XMLUtil.java:632)
    at oracle.jsp.parse.XMLUtil.getTagLib(XMLUtil.java:939)
    at oracle.jsp.parse.JspDirectiveTaglib.createAndRegisterTagLib(JspDirect
    iveTaglib.java:156)
    at oracle.jsp.parse.JspDirectiveTaglib.validateAttributes(JspDirectiveTa
    glib.java:335)
    at oracle.jsp.parse.JspParseTagDirective.validateTagAttributes(JspParseT
    agDirective.java:171)
    at oracle.jsp.parse.JspParseTag.parse(JspParseTag.java:1466)
    at oracle.jsp.parse.JspParseTagDirective.parse(JspParseTagDirective.java
    :383)
    at oracle.jsp.parse.JspParseTag.parseNextTag(JspParseTag.java:1008)
    at oracle.jsp.parse.JspParseTagFile.parse(JspParseTagFile.java:243)
    at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:483)
    at oracle.jsp.parse.OracleJsp2Java.transform(OracleJsp2Java.java:560)
    at oracle.jdevimpl.webapp.jsp.JspCompiler.translatePage(JspCompiler.java
    :345)
    at oracle.jdevimpl.webapp.jsp.JspCompiler.translate(JspCompiler.java:193
    at oracle.jdevimpl.webapp.jsp.JspTranslator.translate(JspTranslator.java
    :194)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGrap
    h(UnifiedBuildSystem.java:300)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProj
    ectFiles(UnifiedBuildSystem.java:516)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(
    UnifiedBuildSystem.java:715)
    at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(Unifi
    edBuildSystem.java:893)
    Thanks for any help in advance.
    Message was edited by:
    [Charles]

    Alright, I figured out the problem.
    We have WebLogic 8.1 as required web server. In order to create a Application Server connection inside JDeveloper, I copied weblogic.jar to jdev\lib\ext folder. After doing so, I successfully created AS connection, but started getting this NoSuchMethodError.
    Any hint on how to correctly use WebLogic while keep struts 1.1 work?

  • [Bug] JDeveloper Crash on Recompile

    I moved static methods from one class to another while the debugger was running. I then clicked Alt-F9 to recompile (without stopping the debugger).
    JDeveloper 11.1.1.1.0 crashed with the following:
    *... removed a long list to make the 30,000 character limit ...*
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Cut[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Find...[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Find Next[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Find Next[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Find Next[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Undo Cut[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Rebuild ClassAnalyzer.jpr[ from oracle.ide.ceditor.CodeEditor ]
    Uncaught exception
    java.lang.NullPointerException
      o.ii.log.TabbedPage$TabbedPageImpl$CurrentPageComponentListener.componentResized(TabbedPage.java:1318)
      o.i.log.DefaultLogPage.forceResizeNotification(DefaultLogPage.java:622)
      o.i.log.DefaultLogPage.clearAll(DefaultLogPage.java:605)
      o.j.compiler.CompilerPage.mas$clearAll(CompilerPage.java:83)
      o.j.compiler.CompilerPage$4.run(CompilerPage.java:1250)
      o.j.compiler.CompilerPage.clearAll(CompilerPage.java:1257)
      o.j.compiler.JCompiler$8.run(JCompiler.java:1157)
      j.a.event.InvocationEvent.dispatch(InvocationEvent.java:209)
      j.a.EventQueue.dispatchEvent(EventQueue.java:597)
      j.a.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
      j.a.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
      j.a.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
      j.a.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
      j.a.EventDispatchThread.run(EventDispatchThread.java:122)

    Full stack trace.
    java.lang.NullPointerException                                                 
            at oracle.ideimpl.log.TabbedPage$TabbedPageImpl$CurrentPageComponentListener.componentResized(TabbedPage.java:1318)                                    
            at oracle.ide.log.DefaultLogPage.forceResizeNotification(DefaultLogPage.java:622)                                                                      
            at oracle.ide.log.DefaultLogPage.clearAll(DefaultLogPage.java:605)     
            at oracle.jdeveloper.compiler.CompilerPage.mas$clearAll(CompilerPage.java:83)                                                                          
            at oracle.jdeveloper.compiler.CompilerPage$4.run(CompilerPage.java:1250)
            at oracle.jdeveloper.compiler.CompilerPage.clearAll(CompilerPage.java:1257)                                                                            
            at oracle.jdeveloper.compiler.JCompiler$8.run(JCompiler.java:1157)     
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)   
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)              
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)                                                                   
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)                                                                      
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)                                                                   
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)      
    Exception occurred during event dispatching:                                   
    java.lang.NullPointerException                                                 
            at oracle.jdeveloper.compiler.CompilerPage.getFileNode(CompilerPage.java:1073)                                                                         
            at oracle.jdeveloper.compiler.CompilerPage.addMsg(CompilerPage.java:828)
            at oracle.jdeveloper.compiler.CompilerPage.mav$addMsg(CompilerPage.java:83)                                                                            
            at oracle.jdeveloper.compiler.CompilerPage$3.run(CompilerPage.java:689)
            at oracle.jdeveloper.compiler.CompilerPage.processAsyncMsgQueue(CompilerPage.java:696)                                                                 
            at oracle.jdeveloper.compiler.CompilerPage.finishAsynchronousLogging(CompilerPage.java:649)                                                            
            at oracle.jdeveloper.compiler.IdeLog.unregisterAsynchronousLogPage(IdeLog.java:374)                                                                    
            at oracle.jdeveloper.compiler.JCompiler._logOutEndBuild(JCompiler.java:1192)                                                                           
            at oracle.jdeveloper.compiler.JCompiler.mav$_logOutEndBuild(JCompiler.java:77)                                                                         
            at oracle.jdeveloper.compiler.JCompiler$9.run(JCompiler.java:1215)     
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)   
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)              
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)                                                                   
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)                                                                      
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)                                                                      
            at java.awt.Dialog$1.run(Dialog.java:1047)                             
            at java.awt.Dialog$3.run(Dialog.java:1099)                             
            at java.security.AccessController.doPrivileged(Native Method)          
            at java.awt.Dialog.show(Dialog.java:1097)                              
            at java.awt.Component.show(Component.java:1447)                        
            at java.awt.Component.setVisible(Component.java:1400)                  
            at java.awt.Window.setVisible(Window.java:824)                         
            at java.awt.Dialog.setVisible(Dialog.java:987)                         
            at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)         
            at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)         
            at oracle.ideimpl.feedback2.client.ui.CustomerFeedbackDialog.runDialog(CustomerFeedbackDialog.java:110)                                                
            at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showCustomerFeedbackDialog(FeedbackManagerImpl.java:421)                                        
            at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showFeedbackDialog(FeedbackManagerImpl.java:345)                                                
            at oracle.ideimpl.feedback2.client.FeedbackManagerImpl$1.run(FeedbackManagerImpl.java:210)                                                             
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)   
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)              
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)                                                                   
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Exception occurred during event dispatching:
    java.lang.NullPointerException
            at oracle.jdeveloper.compiler.CompilerPage.getFileNode(CompilerPage.java:1073)
            at oracle.jdeveloper.compiler.CompilerPage.addMsg(CompilerPage.java:828)
            at oracle.jdeveloper.compiler.CompilerPage.mav$addMsg(CompilerPage.java:83)
            at oracle.jdeveloper.compiler.CompilerPage$3.run(CompilerPage.java:689)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
            at java.awt.Dialog$1.run(Dialog.java:1047)
            at java.awt.Dialog$3.run(Dialog.java:1099)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Dialog.show(Dialog.java:1097)
            at java.awt.Component.show(Component.java:1447)
            at java.awt.Component.setVisible(Component.java:1400)
            at java.awt.Window.setVisible(Window.java:824)
            at java.awt.Dialog.setVisible(Dialog.java:987)
            at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
            at oracle.bali.ewt.dialog.JEWTDialog.runDialog(Unknown Source)
            at oracle.ideimpl.feedback2.client.ui.CustomerFeedbackDialog.runDialog(CustomerFeedbackDialog.java:110)
            at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showCustomerFeedbackDialog(FeedbackManagerImpl.java:421)
            at oracle.ideimpl.feedback2.client.FeedbackManagerImpl.showFeedbackDialog(FeedbackManagerImpl.java:345)
            at oracle.ideimpl.feedback2.client.FeedbackManagerImpl$1.run(FeedbackManagerImpl.java:210)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)

  • Urgent : Internal Compilation Error

    Hi,
    We are in the middle of a critical deployment & we are getting this error :-
    java.lang.ClassCastException: oracle.ojc.compiler.IntConstantExpression
         at oracle.ojc.compiler.MultiplyExpression.foldExpression(Expression.java:11646)
         at oracle.ojc.compiler.BinaryExpression.constantFolding(Expression.java:6802)
         at oracle.ojc.compiler.RawClassSymbol.findConstantFields(Symbol.java:6560)
         at oracle.ojc.compiler.Parser.resolveFieldInitializers(Parser.java:8274)
         at oracle.ojc.compiler.Parser.parse(Parser.java:7819)
         at oracle.ojc.compiler.Compiler.main_internal(Compiler.java:978)
         at oracle.ojc.compiler.Compiler.main(Compiler.java:745)
         at oracle.jdeveloper.compiler.Ojc.translate(Ojc.java:1486)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildGraph(UnifiedBuildSystem.java:300)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProjectFiles(UnifiedBuildSystem.java:515)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildProject(UnifiedBuildSystem.java:608)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.buildAll(UnifiedBuildSystem.java:665)
         at oracle.jdeveloper.compiler.UnifiedBuildSystem$CompileThread.run(UnifiedBuildSystem.java:893)I am using Jdeveloper 10.1.3.0.4.3673. Please do let me know if I need to include any other information.
    Regards,
    Sandeep

    Sandeep,
    not sure what the problem is. To overcome this issue, open the project properties and set the compiler to JAVAC (a check box you can set when pressing the "customize settings" button)
    Hope this gets you started again
    Frank

  • JDeveloper performance with XSL Mapper

    Hi All,
    Not sure if this is the right place to ask this question since it has to do JDeveloper performance with SOA and not ADF.
    In the XSL Transformation mapper tool, whenever I do an auto-map between two large schemas, my JDeveloper memory usage hikes up to about 1.3 GB and then both the JRE and JDeveloper hangs although the transformation finishes. The problem is that sometimes it hangs before you can save it. It almost seems like a memory leak.
    NOTE: I am not getting any out-of-memory error since I increased already increased the memory.
    Any help to optimize and solve this problem will be very helpful.
    Thanks!

    chk this
    http://docs.oracle.com/cd/E11036_01/doc.1013/e10295/xslt_mpr.htm
    you should have SOA composite application extension for this..
    if you dont want a visual transformation then you can use the jdeveloper project properties -> Run/Debug -> edit run configuration -> XSLT

  • An unexpected severe error has occurred in JDeveloper 11.1.1.10

    Hello,
    I have got the following error after trying to execute TestCase.
    Probably it would make sence if the developers make an automatic collection of the errors.
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous Word[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Make [ from oracle.ide.ceditor.CodeEditor ]
    Performing action Maximize Toggle[ from oracle.jdeveloper.compiler.CompilerPage ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Smart Indent[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Tab[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Indent Block[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Smart Indent[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Automatic Import[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Make ujdbc.jpr[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Make [ from oracle.ide.ceditor.CodeEditor ]
    Performing action Make [ from oracle.ide.ceditor.CodeEditor ]
    Performing action Maximize Toggle[ from oracle.ide.ceditor.CodeEditor ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Class Generation[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Make [ from oracle.ide.ceditor.CodeEditor ]
    Performing action Maximize Toggle[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Smart Indent[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Expand Template[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Template[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Undo Template[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Make [ from oracle.ide.ceditor.CodeEditor ]
    Performing action Maximize Toggle[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Code Assist[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Import Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Import Completion[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Go to Bookmark 1[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Code Assist[ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Add Exceptions To Method Header on thread AWT-EventQueue-0 at batch level 1
    Invoking command: Add Exceptions To Method Header
    Invoking command: audit-transform-end
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Class Generation[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Smart Indent[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous Word[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Expand Template[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Add Javadoc Comments on thread AWT-EventQueue-0 at batch level 1
    Invoking command: Add Missing Javadoc Tags
    Invoking command: audit-transform-end
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous Word[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous Word[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous Word[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous Word[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous Word[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Code Assist[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Import Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Import Completion[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Class Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Automatic Import[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Previous File[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Next[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert Line[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Replace[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Replace[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Replace[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Maximize Toggle[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Paste[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous Word[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Replace[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Replace[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Delete Previous[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Replace[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Replace[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Invoking command: Replace[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Replace[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Insert[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: Member Completion[ from oracle.ide.ceditor.CodeEditor ]
    Performing action Save[ from oracle.ide.ceditor.CodeEditor ]
    Invoking command: [ from oracle.ide.ceditor.CodeEditor ]
    Started CommandProcessor transaction: Auto Save Actions on thread AWT-EventQueue-0 at batch level 1
    Finished CommandProcessor transaction on thread AWT-EventQueue-0 at batch level 0
    Performing action Maximize Toggle[ from oracle.ide.ceditor.CodeEditor ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Performing action New...[ from oracle.ide.navigator.ProjectNavigatorWindow ]
    Invoking command: Create StringUtilTest
    Best,
    Tim

    This post lacks any useful information!
    What is the question? Or is it a statement?
    Timo

  • Compile error for BPEL process

    I am attempting to compile the second BPEL tutorial (the one that connects to a service) using Jdeveloper. I am running into the following error:
    Error: C:\Oracle\jdeveloper\webservices\lib\jaxr_api.jar (The system cannot find the file specified)
    This file is clearly there and I even tried adding it explicitly to the properties for included jars.
    Any thoughts??
    Search here and on the web resulted in zero hits.

    <?xml version = '1.0' encoding = 'UTF-8'?>
    <jpr:project xmlns:jpr="http://xmlns.oracle.com/ide/project">
    <hash n="component-versions">
    <value n="oracle.adf.dt.migration.ProjectMigrator" v="10.1.3.2.0"/>
    <value n="oracle.adfdt.controller.jsf.addin.JSFProjectMigrator" v="10.1.3.2.0"/>
    <value n="oracle.adfdt.controller.struts.addin.db.ADFStrutsProjectMigrator" v="10.1.3.2.0"/>
    <value n="oracle.adfdt.controller.struts.addin.StrutsProjectMigrator" v="10.1.3.2.0"/>
    <value n="oracle.adfdtinternal.view.faces.addin.ADFFacesLibraryMigrator" v="10.1.3.2.0"/>
    <value n="oracle.bm.commonIde.ProjectUpgrader" v="10.1.3.2.0"/>
    <value n="oracle.ide.model.Project" v="10.1.3.2.0"/>
    <value n="oracle.ide.model.ResourcePathsMigrator" v="10.1.3.2.0"/>
    <value n="oracle.jbo.dt.jclient.migrator.JCProjectMigrator" v="10.1.3.2.0"/>
    <value n="oracle.jbo.dt.jdevx.ui.appnav.APProjectMigrator" v="10.1.3.2.0"/>
    <value n="oracle.jdeveloper.dbmodeler.migration.ProjectMigratorHelper" v="10.1.3.2.0"/>
    <value n="oracle.jdeveloper.ejb.EjbMigrator" v="10.1.3.2.0"/>
    <value n="oracle.jdeveloper.offlinedb.migration.OfflineDBProjectMigrator" v="10.1.3.2.0"/>
    <value n="oracle.jdevimpl.jsp.JsfLibraryMigrator" v="10.1.3.2.0"/>
    <value n="oracle.jdevimpl.jsp.JspMigrator" v="10.1.3.1.0"/>
    <value n="oracle.jdevimpl.runner.RunConfigurationsMigrator" v="10.1.3.2.0"/>
    <value n="oracle.jdevimpl.webservices.WebServicesMigratorHelper" v="10.1.3.2.0"/>
    <value n="oracle.tip.tools.ide.pm.addin.PMProjectMigrator" v="10.1.3.2.0"/>
    <value n="oracle.toplink.addin.migration.TopLinkProjectMigrator" v="10.1.3.1.0"/>
    </hash>
    <list n="contentSets">
    <string v="oracle.jdeveloper.model.PathsConfiguration/javaContentSet"/>
    <string v="oracle.ide.model.ResourcePaths/resourcesContentSet"/>
    <string v="oracle.jdeveloper.offlinedb.model.OfflineDBProjectSettings/offlineDBContentSet"/>
    <string v="oracle.jdeveloper.model.J2eeSettings/webContentSet"/>
    <string v="oracle.toplink.addin.TopLinkProjectSettings/toplinkContentSet"/>
    <string v="oracle.bm.commonIde.data.project.ModelerProjectSettings/modelersContentSet"/>
    <string v="oracle.tip.tools.ide.pm.addin.PMProjectSettings/Integration_Content"/>
    </list>
    <value n="defaultPackage" v="BusinessProcess"/>
    <value n="Namespace" v="http://xmlns.oracle.com/CtmPocDciSyncBpel"/>
    <hash n="oracle.bm.commonIde.data.project.ModelerProjectSettings">
    <hash n="modelersContentSet">
    <list n="url-path">
    <url path="model/"/>
    </list>
    </hash>
    </hash>
    <hash n="oracle.ide.model.ResourcePaths">
    <hash n="resourcesContentSet">
    <list n="pattern-filters">
    <string v="+*"/>
    </list>
    <list n="url-path">
    <url path="."/>
    </list>
    </hash>
    </hash>
    <hash n="oracle.ide.model.TechnologyScopeConfiguration">
    <list n="technologyScope">
    <string v="WebServices"/>
    <string v="XML"/>
    <string v="Java"/>
    <string v="Integration"/>
    </list>
    </hash>
    <hash n="oracle.jdeveloper.compiler.OjcConfiguration">
    <list n="copyRes">
    <string v=".gif"/>
    <string v=".jpg"/>
    <string v=".jpeg"/>
    <string v=".png"/>
    <string v=".properties"/>
    <string v="-apf.xml"/>
    <string v=".ejx"/>
    <string v=".xcfg"/>
    <string v=".cpx"/>
    <string v=".dcx"/>
    <string v=".wsdl"/>
    <string v=".ini"/>
    <string v=".tld"/>
    <string v=".tag"/>
    </list>
    <value n="internalEncoding" v="Cp1252"/>
    </hash>
    <hash n="oracle.jdeveloper.model.J2eeSettings">
    <value n="j2eeWebAppName" v="PocExtension-CtmPocDciSyncBpel-webapp"/>
    <value n="j2eeWebContextRoot" v="PocExtension-CtmPocDciSyncBpel-context-root"/>
    <hash n="webContentSet">
    <list n="url-path">
    <url path="public_html/"/>
    </list>
    </hash>
    </hash>
    <hash n="oracle.jdeveloper.model.PathsConfiguration">
    <hash n="javaContentSet">
    <list n="pattern-filters">
    <string v="+**"/>
    </list>
    <list n="url-path">
    <url path="src/"/>
    </list>
    </hash>
    </hash>
    <hash n="oracle.jdeveloper.offlinedb.model.OfflineDBProjectSettings">
    <hash n="offlineDBContentSet">
    <list n="pattern-filters">
    <string v="+**"/>
    </list>
    <list n="url-path">
    <url path="database/"/>
    </list>
    </hash>
    </hash>
    <hash n="oracle.jdeveloper.runner.RunConfigurations">
    <hash n="runConfigurationDefinitions">
    <hash n="Default">
    <value n="custom" v="false"/>
    <value n="name" v="Default"/>
    </hash>
    </hash>
    <list n="runConfigurationList">
    <string v="Default"/>
    </list>
    </hash>
    <hash n="oracle.jdevimpl.config.JProjectLibraries">
    <list n="exportedReferences">
    <hash>
    <value n="id" v="Jaxr-api.jar"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Oracle XML Parser v2"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="J2EE"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JAX-RPC Client"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Commons Logging 1.0.3"/>
    <value n="isJDK" v="false"/>
    </hash>
    </list>
    <hash n="internalDefinitions">
    <list n="libraryDefinitions">
    <hash>
    <list n="classPath">
    <url path="../../../../oracle/jdeveloper/webservices/lib/jaxr-api.jar" jar-entry=""/>
    </list>
    <value n="deployedByDefault" v="true"/>
    <value n="description" v="Jaxr-api.jar"/>
    <value n="id" v="Jaxr-api.jar"/>
    <value n="locked" v="true"/>
    </hash>
    </list>
    </hash>
    <list n="libraryReferences">
    <hash>
    <value n="id" v="Jaxr-api.jar"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Oracle XML Parser v2"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="J2EE"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="JAX-RPC Client"/>
    <value n="isJDK" v="false"/>
    </hash>
    <hash>
    <value n="id" v="Commons Logging 1.0.3"/>
    <value n="isJDK" v="false"/>
    </hash>
    </list>
    </hash>
    <hash n="oracle.jdevimpl.config.JProjectPaths">
    <url n="outputDirectory" path="output/"/>
    </hash>
    <hash n="oracle.tip.tools.ide.pm.addin.PMProjectSettings">
    <hash n="Integration_Content">
    <list n="pattern-filters">
    <string v="+**"/>
    </list>
    <list n="url-path">
    <url path="bpel/"/>
    </list>
    </hash>
    </hash>
    <hash n="oracle.toplink.addin.TopLinkProjectSettings">
    <hash n="toplinkContentSet">
    <list n="pattern-filters">
    <string v="+**"/>
    </list>
    <list n="url-path">
    <url path="toplink/"/>
    </list>
    </hash>
    </hash>
    <value n="ProcessName" v="CtmPocDciSyncBpel"/>
    <value n="Template" v="BPEL_SYNC_PROCESS"/>
    <value n="Version"/>
    </jpr:project>

Maybe you are looking for

  • How can i get dynamic values to next page.

    HI! I am generating a dynamic rows with some different values.And in the end of each row there is a button .i want as i click that button i can get those values on next page. Can any one help me out in this. On click i can send values thouugh get or

  • How do shutdown the weblogic server from the command line prompt using web logic 8.1

    I%u2019m currently using weblogic 6.1, but I will upgrade to weblogic 8.1. In weblogic 6.1, the following statements will shutdown the weblogic instance from the command line: java weblogic.Admin -url t3://hostname:port -username system -password abc

  • SC still in approval status after creating a SC

    Hi guys, we have implemented SRM 4.0 (SRM-Server 5.0) in ECS as a test-system. All Workflows did work  until we installed SP 9 and 10. By installing these packages we had to delete some taks for workflows (activation of WS10000060). We reactivated th

  • I cannot successfully install Itunes update 10.5.1 on my Dell

    I have tried numerous times to install the 10.5.1 update in Itunes but am always unsuccessful. I have downloaded it to my laptop and tried to manually install with no success. Do I have to uninstall my old Itunes in order to get the new update? I nee

  • Is TNS Listener running?

    Hello, I'm trying to find if the TNS lister is running corrrectly? If I run command: lsnrctl status The result is: =========================================== LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 10-MAR-2006 10:52:12 Copyrig