错误信息如下,2004-12-06 19:04:39,108 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation:
Bean : SendBatchEJBBean
Section: 22.2
Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element.
Info : Class not found on cn.com.test.business.sendbatch.ejb.SendBatchEJBBean': Unexpected error during load of: jp.co.nttdata.amazongw.business.sendbatch.ejb.SendBatchEJBBean, msg=javax/ejb/SessionBean
2004-12-06 19:04:39,108 WARN [org.jboss.ejb.EJBDeployer.verifier] EJB spec violation:
Bean : GetBatchEJBBean
Section: 22.2
Warning: The Bean Provider must specify the fully-qualified name of the Java class that implements the enterprise bean's business methods in the <ejb-class> element.
Info : Class not found on cn.com.test.business.getbatch.ejb.GetBatchEJBBean': Unexpected error during load of: jp.co.nttdata.amazongw.business.getbatch.ejb.GetBatchEJBBean, msg=javax/ejb/SessionBean
2004-12-06 19:04:39,108 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.parentTraceEnabled=true
2004-12-06 19:04:39,108 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.nestedTraceEnabled=false
2004-12-06 19:04:39,108 DEBUG [org.jboss.util.NestedThrowable] org.jboss.util.NestedThrowable.detectDuplicateNesting=true
2004-12-06 19:04:39,108 ERROR [org.jboss.deployment.MainDeployer] could not create deployment: file:/C:/jboss-4.0.0/server/default/deploy/AmazonGW-ejb.jar
org.jboss.deployment.DeploymentException: Verification of Enterprise Beans failed, see above for error messages.
at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:553)
at org.jboss.deployment.MainDeployer.create(MainDeployer.java:889)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:745)
at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:709)
at sun.reflect.GeneratedMethodAccessor15.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:141)
at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80)
at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:119)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:131)
at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:242)
at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:642)
at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
at $Proxy8.deploy(Unknown Source)