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)
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. > -Original Message- > From: Mikael Ståldal [mailto:[EMAIL PROTECTED]] > Sent: Miércoles, 22 de Agosto de 2001 3:34 > To: Orion-