The .remove() method of some Entity beans I wrote and
deployed in JBoss 3.0.0 is now throwing a "Managed
Connection = null" exception in Jboss 3.0.3.

I earlier noticed that these entities gave a "you are
not getting the semantics you expect" warning (both in
Jboss 3.0.0 and 3.0.3) but I ignored this warning in
Jboss 3.0.0. Could this be the cause of the exception
now thrown in Jboss 3.0.3?

The funny thing is that if you keep looping on the
remove(), where the number of iterations is the record
length of the underlying table + 1, it eventually
works! So its like the managed connection is restored
after a certain number of failed attempts. What could
this mean?

Note that this remove() method is NOT called directly
from a servlet, but through a stateless session bean.



__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to