Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

On-Error trigger on java return

Ral_MKSep 27 2018 — edited Sep 27 2018

Ok I have an issue with a form that used to work and just stopped working.

I have use 2 java functions that I imported from the same java file.

Lets call them

getItem1 and getItem2

These do near identical functions and the return is exactly the same, either a pass or an error string.

getItem2 works perfectly, I see in the dejvm.exe that the string is correct and the form runs perfectly.

getItem1 leaves the form, processes on the server and shows a good return in dejvm.exe but the form then fires the on-error trigger, i message out the results and it says -0:

This worked a month ago and I have not touched the product, java says their product was not touched.

The code that calls both is identical except for 2 items. I have tried removing the java product, recompiling said product, rolling back product and it does not work.

Java says their side is working as dejvm.exe shows the return in the window but I never get it back. Any help would be greatly appreciated.

This post has been answered by Michael Ferrante-Oracle on Sep 27 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 25 2018
Added on Sep 27 2018
4 comments
455 views