Hi Everyone,
I am using a JavaObject to perform tasks that can only be done from Java and I am not sure if I am experiencing a limitation to JavaObject calls or not.
When I call my JavaObject function from a java test harness passing in the same parameters my function works fine but when I call it via OScript then Livelink Builder hangs and I have to force a restart of the application.
The odd thing is if I call a seperate function that simply executes the my main function as a thread so the OScript call gets a return value immediately then my main function the works.
Is there a timeout limitation to JavaObject calls?
The context of the OScript call is in a web lingho file so I can click on documents and and test the JavaObject call so is the fact it is a page request causing a timeout issue?
FYI: Once I have finished coding the JO function will be called as a call back scipt used in the workflow module/API and may not have page request limitations.
Also the function takes around 3/4 seconds to finish but can be longer dependant upon document size.
Has anyone experienced such problems?
Thanks in advance ...
Nick