Well, actually I have a problem with the jboss.xml even if it has common tags. | <jboss> | <enterprise-beans> | <session> | <ejb-name>TestBean</ejb-name> | <jndi-name>TestBean</jndi-name> | </session> | </enterprise-beans> | </jboss> | I got this Exception 2006-05-03 19:10:51,088 DEBUG [org.jboss.ejb3.Ejb3DescriptorHandler] found jboss.xml jar:file:/usr/local/jboss-4.0.3SP1/server/all/tmp/deploy/t | mp52110ejb3-test.jar!/META-INF/jboss.xml | 2006-05-03 19:10:51,088 WARN [org.jboss.system.ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=ejb3-test.jar | java.lang.NoSuchMethodError: org.jboss.xb.binding.UnmarshallerFactory.setFeature(Ljava/lang/String;Ljava/lang/Object;)V | at org.jboss.ejb3.Ejb3DescriptorHandler.parseDescriptors(Ejb3DescriptorHandler.java:570) | at org.jboss.ejb3.Ejb3HandlerFactory$DDFactory.<init>(Ejb3HandlerFactory.java:42) | at org.jboss.ejb3.Ejb3HandlerFactory.getInstance(Ejb3HandlerFactory.java:79) | at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:505) | at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:461) | at org.jboss.ejb3.Ejb3Module.createService(Ejb3Module.java:125) | at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:245) | at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:228) | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) | at java.lang.reflect.Method.invoke(Method.java:585) | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141) | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) | at org.jboss.mx.server.Invocation.invoke(Invocation.java:72) | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:245) |
--- MBeans waiting for other MBeans --- | ObjectName: jboss.j2ee:service=EJB3,module=ejb3-test.jar | State: FAILED | Reason: java.lang.NoSuchMethodError: org.jboss.xb.binding.UnmarshallerFactory.setFeature(Ljava/lang/String;Ljava/lang/Object;)V | | --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- | ObjectName: jboss.j2ee:service=EJB3,module=ejb3-test.jar | State: FAILED | Reason: java.lang.NoSuchMethodError: org.jboss.xb.binding.UnmarshallerFactory.setFeature(Ljava/lang/String;Ljava/lang/Object;)V | | I have jboss 4.0.3SP + ejb3 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941096#3941096 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941096 ------------------------------------------------------- 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-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
