@ product development:
I have a script that creates a Java Stored Procedure and a PL/SQL procedure calling the Java.
The script runs well on SQLDev 4.1.x, but does not run on 4.2ea2. If I click the RUN button nothing happens.
Another Java stored procedure script runs ok, but only if I run the individual statements.
My current workaround is to use version 4..1.5 to run the script (or SQL*Plus).