[jboss-user] [EJB 3.0] - Re: EJB 3.1 Embeddable
karltraunmueller
do-not-reply at jboss.com
Tue Nov 11 12:59:39 EST 2008
"sisepago" wrote : ...
| but testing with mvn command "mvn test" doesn't work, because of java.lang.NoClassDefFoundError: org/jboss/metadata/process/chain/ProcessorChain.
| here is the error trace:
|
| 12:39:59,564 INFO [HelloBeanTest] Test #1
| | 12:39:59,830 INFO [JBossEJBContainer] Deploying jar:file:/Users/sp/.m2/repository/org/jboss/ejb3/jboss-ejb3-embedded/1.0.0-SNAPSHOT/jboss-ejb3-embedded-1.0.0-SNAPSHOT.jar!/META-INF/embedded-bootstrap-beans.xml
| | 12:40:01,282 INFO [JBossEJBContainer] Deploying jar:file:/Users/sp/.m2/repository/org/jboss/ejb3/jboss-ejb3-embedded/1.0.0-SNAPSHOT/jboss-ejb3-embedded-1.0.0-SNAPSHOT.jar!/META-INF/ejb-deployers-beans.xml
| | 12:40:01,459 ERROR [AbstractKernelController] Error installing to PreInstall: name=Ejb3MetadataProcessingDeployer state=Real
| | java.lang.NoClassDefFoundError: org/jboss/metadata/process/chain/ProcessorChain
| | at java.lang.Class.getDeclaredConstructors0(Native Method)
| | at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
| | at java.lang.Class.getDeclaredConstructors(Class.java:1836)
| | at org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactoryImpl.getDeclaredConstructors(IntrospectionTypeInfoFactoryImpl.java:489)
| | at
I can confirm this on both Maven 2.0.9 / Java 1.5.0_16 / MacOS X 10.5 and Maven 2.0.9 / Java 1.6.0_10 / Vista 64 (no change in pom since my first post).
regards,
Karl
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4188540#4188540
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4188540
More information about the jboss-user
mailing list