Oracle Scripting Issue [message #464590] |
Thu, 08 July 2010 08:09 |
crisanti
Messages: 1 Registered: July 2010
|
Junior Member |
|
|
Hi,
Can someone please help me with the issues i'm having while trying to use in a script a shortcut button that calls a custom Java method?
I'm trying to use a (dummy) custom Java class that calls the jumpToShortcut method od ServerProxyBean.
These are the steps that I run:
1 - Create the script, the button calling the custom Java command.
2. Deploy the script
3. Compile and jar of the class.
4. Scripting Administration console - add jar with the global option enabled.
5. run the script.
The problem is that once I run the script and push the button, nothing happens. Not even a slice hint of what occurs underneath.
I also tried to run the script when the jar was not yet uploaded from the scripting administration console. This time, I got "Unable to load class.." which was ok.
If I purposely mistaken the name of the java command in the script definition - I got java.lang,runtimeexception.
but if everything is ok (on my opinion) .... I GET NOTHING!!!!
Does anyone has some experience with this sort of issues?
how can we do debug in this case?
thanks a lot for your responses.
Cristina
|
|
|