I just upgraded to JBoss 2.2. Session and enity beans deploy fine but my
MessageDrivenBean throws a NoClassDefFound: javax/ejb/MessageDrivenBean
exception on deploy. It deploys fine under JBoss 2.1, but under 2.2 I get
the included exception.
I can't figure out why it can't find the java.ejb.MessageDrivenBean class.
It's right in the ejb2.0.jar file which appears to get included by the
ClassPathExtension directive in jboss.conf and when I use JBoss 2.1 it
works.
Any ideas what I might be doing wrong?
Thanks,
Todd
[Container factory] Deploying MyMessageBean
[Container factory] Serious error in
init: java.lang.NoClassDefFoundError: javax/ejb/MessageDrivenBean
[Container factory]
java.lang.Exception: java.lang.NoClassDefFoundError: javax/ejb/MessageDrivenBean
[Container factory] at
org.jboss.ejb.MessageDrivenContainer.init(MessageDrivenContainer.java:156)
[Container factory] at
org.jboss.ejb.Application.init(Application.java:183) [Container factory]
at org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:337)
[Container factory] at
org.jboss.ejb.ContainerFactory.deploy(ContainerFactory.java:275)
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user