[EMAIL PROTECTED] wrote:
On Tue, Mar 09, 2004 at 10:06:27AM +0000, Paulo Lopes wrote:
Hi,
I've a collection of session beans in my openejb container, and they
work fine. However when my container is under heavy load i get lot's of
these errors in the log files:
ERROR: An unexpected exception occured while invoking the ejbActivate
method on the Stateful SessionBean instance; javax.ejb.EJBException null
What is the full stack trace?
There's no stack trace. But i think i know why this was behaving like
that. I've used a bytecode optimizer called Jopt and indeed the ejb code
was faster, however i was getting those errors, now i'm just compiling
my beans with the J2SDK 1.4.2_02 javac and i get no errors (of those, of
course :-)
Thanks,
Paulo Lopes