Try changing the following flag in your ejb-deployer.xml of your server/default/deploy directory attribute name="VerifierVerbose" FROM true TO false
"debambi" wrote : If you find the answer please let me know | I have the same problem here | HELP | "hasek" wrote : bad lucky~! | | i didn't konw what happen when i deploy it at last~~! the erros message | | outputed from console: | | | | 23:16:08,905 INFO [EARDeployer] Init J2EE application: file:/D:/Program Files/j | | | boss-4.0.3SP1/server/default/deploy/JBossDukesBank.ear | | | 23:16:12,389 WARN [verifier] EJB spec violation: | | | Bean : CustomerBean | | | Section: 12.2.2 | | | Warning: The class must be defined as public and must not be abstract. | | | | | | 23:16:12,498 WARN [verifier] EJB spec violation: | | | Bean : CustomerBean | | | Section: 12.2.5 | | | Warning: Every entity bean must define the ejbFindByPrimaryKey method. | | | | | | 23:16:12,530 WARN [verifier] EJB spec violation: | | | Bean : CustomerBean | | | Section: 22.2 | | | Warning: The bean provider must specify the fully-qualified name of the enterpri | | | se bean's local home interface, if any, in the <local-home> element. | | | Info : Class not found on 'com.sun.ebank.ejb.customer.CustomerHome': No ClassL | | | oaders found for: com.sun.ebank.ejb.customer.CustomerHome | | | | | | 23:16:12,545 WARN [verifier] EJB spec violation: | | | Bean : CustomerBean | | | Section: 22.2 | | | Warning: The bean provider must specify the fully-qualified name of the enterpri | | | se bean's local interface, if any, in the <local> element. | | | Info : Class not found on 'com.sun.ebank.ejb.customer.Customer': No ClassLoade | | | rs found for: com.sun.ebank.ejb.customer.Customer | | | | | | 23:16:12,545 WARN [verifier] EJB spec violation: | | | Bean : CustomerBean | | | Section: 12.2.1 | | | Warning: The Bean Provider must provide a remote interface and a remote home int | | | erface or a local interface and a local home interface for the bean. | | | | | | 23:16:12,545 WARN [verifier] EJB spec violation: | | | Bean : AccountBean | | | Section: 12.2.2 | | | Warning: The class must be defined as public and must not be abstract. | | | | | | 23:16:12,623 WARN [verifier] EJB spec violation: | | | Bean : AccountBean | | | Section: 12.2.5 | | | Warning: Every entity bean must define the ejbFindByPrimaryKey method. | | | | | | 23:16:12,623 WARN [verifier] EJB spec violation: | | | Bean : AccountBean | | | Section: 22.2 | | | Warning: The bean provider must specify the fully-qualified name of the enterpri | | | se bean's local home interface, if any, in the <local-home> element. | | | Info : Class not found on 'com.sun.ebank.ejb.account.AccountHome': No ClassLoa | | | ders found for: com.sun.ebank.ejb.account.AccountHome | | | | | | 23:16:12,639 WARN [verifier] EJB spec violation: | | | Bean : AccountBean | | | Section: 22.2 | | | Warning: The bean provider must specify the fully-qualified name of the enterpri | | | se bean's local interface, if any, in the <local> element. | | | Info : Class not found on 'com.sun.ebank.ejb.account.Account': No ClassLoaders | | | found for: com.sun.ebank.ejb.account.Account | | | | | | 23:16:12,639 WARN [verifier] EJB spec violation: | | | Bean : AccountBean | | | Section: 12.2.1 | | | Warning: The Bean Provider must provide a remote interface and a remote home int | | | erface or a local interface and a local home interface for the bean. | | | | | | 23:16:12,655 WARN [verifier] EJB spec violation: | | | Bean : TxBean | | | Section: 12.2.2 | | | Warning: The class must be defined as public and must not be abstract. | | | | | | 23:16:12,670 WARN [verifier] EJB spec violation: | | | Bean : TxBean | | | Section: 12.2.5 | | | Warning: Every entity bean must define the ejbFindByPrimaryKey method. | | | | | | 23:16:12,670 WARN [verifier] EJB spec violation: | | | Bean : TxBean | | | Section: 22.2 | | | Warning: The bean provider must specify the fully-qualified name of the enterpri | | | se bean's local home interface, if any, in the <local-home> element. | | | Info : Class not found on 'com.sun.ebank.ejb.tx.TxHome': No ClassLoaders found | | | for: com.sun.ebank.ejb.tx.TxHome | | | | | | 23:16:12,686 WARN [verifier] EJB spec violation: | | | Bean : TxBean | | | Section: 22.2 | | | Warning: The bean provider must specify the fully-qualified name of the enterpri | | | se bean's local interface, if any, in the <local> element. | | | Info : Class not found on 'com.sun.ebank.ejb.tx.Tx': No ClassLoaders found for | | | : com.sun.ebank.ejb.tx.Tx | | | | | | 23:16:12,686 WARN [verifier] EJB spec violation: | | | Bean : TxBean | | | Section: 12.2.1 | | | Warning: The Bean Provider must provide a remote interface and a remote home int | | | erface or a local interface and a local home interface for the bean. | | | | | | 23:16:13,295 ERROR [MainDeployer] Could not create deployment: file:/D:/Program | | | Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp19743JBossDukesBank.ear-conten | | | ts/bank-ejb.jar | | | org.jboss.deployment.DeploymentException: Verification of Enterprise Beans faile | | | d, see above for error messages. | | | at org.jboss.ejb.EJBDeployer.create(EJBDeployer.java:575) | | | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | | | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. | | | java:39) | | | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | | | sorImpl.java:25) | | | at java.lang.reflect.Method.invoke(Method.java:585) | | | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch | | | er.java:141) | | | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) | | | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept | | | or.java:118) | | | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) | | | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM | | | BeanOperationInterceptor.java:127) | | | at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor | | | .java:80) | | | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) | | | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. | | | java:245) | | | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) | | | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) | | | at $Proxy35.create(Unknown Source) | | | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:935) | | | at org.jboss.deployment.MainDeployer.create(MainDeployer.java:925) | | | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:789) | | | at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:753) | | | at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source) | | | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces | | | sorImpl.java:25) | | | at java.lang.reflect.Method.invoke(Method.java:585) | | | at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch | | | er.java:141) | | | at org.jboss.mx.server.Invocation.dispatch(Invocation.java:80) | | | at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept | | | or.java:118) | | | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) | | | at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM | | | BeanOperationInterceptor.java:127) | | | at org.jboss.mx.server.Invocation.invoke(Invocation.java:74) | | | at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker. | | | java:245) | | | at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644) | | | at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176) | | | at $Proxy6.deploy(Unknown Source) | | | at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen | | | tScanner.java:319) | | | at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS | | | canner.java:507) | | | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. | | | doScan(AbstractDeploymentScanner.java:192) | | | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. | | | loop(AbstractDeploymentScanner.java:203) | | | at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread. | | | run(AbstractDeploymentScanner.java:182) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928589#3928589 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928589 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
