I have created an Enterprise Application Archive (ear) that contains an ejb-jar, and a 
war file.
The ejb-jar contains my bean implementation and the serializable classes used to pass 
parameters to the bean methods.  JBoss 2.0 found the helper classes in the ejb-jar.  
JBoss 2.1 returns the exception 'classdefnotfound' for the helper classes.
What is going on?

(I have worked around the problem by placing a jar of the helper classes on lib/etc, 
but this is not an acceptable long term solution.)

I believe that the ejb-jar should be included in the bean's class loader path.  It was 
included in 2.0.  What should be fixed to cause it to be included in 2.1?

Tim

_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to