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.