Well, now I'm getting an error initializing one of the stateless
session beans (though others are working).  It can't find class
"java.lang.Char".  The constructor and ejbCreate are both empty, though
one of the methods in the class does have a parameter of type "char".  I
don't really know what to make of it since the stack trace terminates in a
Proxy - any help would be appreciated.

Thanks,
        Aaron

java.lang.NoClassDefFoundError: java/lang/Char
        at $Proxy12.<clinit>(Unknown Source)
        at java.lang.reflect.Constructor.newInstance(Native Method)
        at java.lang.reflect.Proxy.newProxyInstance(Proxy.java:562)
        at
org.jboss.ejb.plugins.jrmp13.server.JRMPContainerInvoker.getStateless
SessionEJBObject(JRMPContainerInvoker.java:48)
        at
org.jboss.ejb.StatelessSessionContainer.createHome(StatelessSessionCo
ntainer.java:302)
        at java.lang.reflect.Method.invoke(Native Method)
        at
org.jboss.ejb.StatelessSessionContainer$ContainerInterceptor.invokeHo
...


Reply via email to