LS2J Issue - Any expert?

Hi all,

I have a WQS agent where i use LS2J to call a procedure on my DB2 server. The issue happens when two users run the code at the same time. When it’s retrieving the results of the JavaObject, the two users are getting the same results. I’ve checked the procedure calls and everything is fine. The procedure was called twice with two differents input parameters and returned two differents results. It Looks like Domino mixed up the java objects. Have someone the same issue? Is it a known problem? If it helps i can post the code.

Thanks in advance

Cesar Ramires

Subject: LS2J Issue - Any expert?

Are you using any static variables in your Java code? Any singleton classes?

dgg

Subject: RE: LS2J Issue - Any expert?

Dallas,

I was using the CallableStatement as static. I changed it now.

Thanks!