Hello fellow plight attendants,
Since this happens intermittently among multiple users, and the library that calls JDO
is a singleton, I'm leaning towards thread issues for this one. The method that
returns the singleton is:
public synchronized static ActionLib getInstance() {...}
I was doing this so that i wouldn't have to load the mapping file for each time I want
to load and marshall one of my data classes. I get multiple calls to the same instance
and method though a thread from the web container in a single user session when the
error happens. I think this might be a bug.
thanks for even reading this :-)
Any wild guesses?
-rich
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev