This content has been marked as final.
Show 1 reply
-
1. Re: Problem with multiple clients and entity beans.
gcm614 Jun 28, 2003 4:26 PM (in response to gcm614)I figured it out. There is no problem. Thread1 was started first and it's run method was entered first, but it didn't call the ejb method first, thread2 did. So it apperead that the ejb was not getting updated with the correct values but it is. Sorry.