[jboss-dev-forums] [Design of EJB 3.0] - trunk Ejb3Deployment is incompatible with jbossas trunk
scott.stark@jboss.org
do-not-reply at jboss.com
Tue Jun 3 20:50:25 EDT 2008
The ejb3 trunk Ejb3Deployment is incompatible with the current usage due to a change in the ctor. The jbossas Ejb3JBoss5Deployment is calling a non-existent ctor:
| Caused by: java.lang.NoSuchMethodError: org.jboss.ejb3.Ejb3Deployment.<init>(Lorg/jboss/ejb3/DeploymentUnit;Lorg/jboss/ejb3/DeploymentScope;Lorg/jboss/metadata/ejb/jboss/JBossMetaData;Lorg/jboss/ejb3/metadata/jpa/spec/PersistenceUnitsMetaData;)V
| at org.jboss.ejb3.deployers.Ejb3JBoss5Deployment.<init>(Ejb3JBoss5Deployment.java:62)
| at org.jboss.ejb3.deployers.Ejb3Deployer.deploy(Ejb3Deployer.java:165)
| ... 21 more
|
I guess its the move to have the PersistenceUnitsMetaData be part of jboss-metadata. When is the next ejb3 release?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4155525#4155525
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4155525
More information about the jboss-dev-forums
mailing list