Does anyone know what this error means?

My guess is that it's happening when Orion tries to passivate one of my
ejbs. My EJB has, as one of it's instance variables, a jndi Context:

public class MyEJB implements SessionBean{
    javax.naming.Context namingContext;
    ....
}

The javax.naming.Context type is not Serializable and Orion may be crashing
on that. However, according to the ejb spec (6.4.1) it jndi Context should
be passivatable.

Dave Ford
Smart Soft - The Java Training Company
http://www.smart-soft.com


Reply via email to