5.06% of EJB3 tests pass on 4.0.4...

Obviously I can't test HEM integration. I've tested it through JBoss HEAD though (the test suite is OK here): more tests pass after than before, which is a good sign :-)

My release it ready, I'm packaging. If someone can help me raise the 5.06% of passed tests, I'll try and properly test on 4.0.4

The errors seems to be related to 3 main things:

1. org.jboss.deployment.DeploymentException: ejb-jar.xml must either obey the right
xml schema or define a valid DOCTYPE!

2. 18:49:42,546 ERROR [MainDeployer] Could not create deployment: file:/C:/temp/jbo
ss-4.0.x/build/output/jboss-4.0.4.GA/server/all/tmp/deploy/tmp47604stateful-test
.jar-contents/statefulTest-ejb3-interceptors-aop.xml
org.jboss.deployment.DeploymentException: java.lang.RuntimeException: unable to resolve interceptor-ref: org.jboss.ejb3.remoting.IsLocalInterceptor; - nested th rowable: (java.lang.RuntimeException: java.lang.RuntimeException: unable to reso
lve interceptor-ref: org.jboss.ejb3.remoting.IsLocalInterceptor)
at org.jboss.aop.deployment.AspectDeployer.create(AspectDeployer.java:17
2)
       at org.jboss.deployment.MainDeployer.create(MainDeployer.java:953)



3. Caused by: java.lang.NoClassDefFoundError: javax/ejb/EJBAccessException
       at java.lang.Class.getDeclaredConstructors0(Native Method)
       at java.lang.Class.privateGetDeclaredConstructors(Class.java:2328)
       at java.lang.Class.getConstructor0(Class.java:2640)
       at java.lang.Class.getConstructor(Class.java:1629)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:
1232)
at org.jboss.mx.server.MBeanServerImpl.instantiate(MBeanServerImpl.java:
286)
at org.jboss.mx.server.MBeanServerImpl.createMBean(MBeanServerImpl.java:
344)
       at org.jboss.system.ServiceCreator.install(ServiceCreator.java:157)
       ... 65 more



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to