RE: Invoke a method on myself in a Stateful Session Bean.

2001-08-23 Thread Mikael Ståldal
> Neat. I've been having similar problems trying to execute a > findByPrimaryKey in the ejbCreate method of a bean. Errors, however, just > come and go away randomly. The error I get seems to occur consistently.

RE: Invoke a method on myself in a Stateful Session Bean.

2001-08-22 Thread David Libke
puts bar() under the same tranaction. The question becomes does bar() really need to be public? Is bar() called by the Foo client directly? Dave -Original Message- From: Juan Lorandi (Chile) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 22, 2001 10:51 AM To: Orion-Interest Subject:

RE: Invoke a method on myself in a Stateful Session Bean.

2001-08-22 Thread Juan Lorandi (Chile)
34 > To: Orion-Interest > Subject: Invoke a method on myself in a Stateful Session Bean. > > > When I try to do like the code below, I get this error: > > com.evermind[Orion/1.5.2 (build > 10460)].server.rmi.OrionRemoteException: > Recursive call to non-reentrant bean

Invoke a method on myself in a Stateful Session Bean.

2001-08-22 Thread Mikael Ståldal
When I try to do like the code below, I get this error: com.evermind[Orion/1.5.2 (build 10460)].server.rmi.OrionRemoteException: Recursive call to non-reentrant bean Is there any other way to do this? I don't want to invoke the methods directly, since I want to make use of container managed tran