same here 
anyone got around this issue 

Bean   : CustomerBean
Section: 12.2.2
Warning: The class must be defined as public and must not be abstract.

2006-03-07 19:17:21,032 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : CustomerBean
Section: 12.2.5
Warning: Every entity bean must define the ejbFindByPrimaryKey method.

2006-03-07 19:17:21,032 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : CustomerBean
Section: 22.2
Warning: The bean provider must specify the fully-qualified name of the 
enterprise bean's local home interface, if any, in the <local-home> element.
Info   : Class not found on 'com.sun.ebank.ejb.customer.CustomerHome': No 
ClassLoaders found for: com.sun.ebank.ejb.customer.CustomerHome

2006-03-07 19:17:21,032 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : CustomerBean
Section: 22.2
Warning: The bean provider must specify the fully-qualified name of the 
enterprise bean's local interface, if any, in the  element.
Info   : Class not found on 'com.sun.ebank.ejb.customer.Customer': No 
ClassLoaders found for: com.sun.ebank.ejb.customer.Customer

2006-03-07 19:17:21,032 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : CustomerBean
Section: 12.2.1
Warning: The Bean Provider must provide a remote interface and a remote home 
interface or a local interface and a local home interface for the bean.

2006-03-07 19:17:21,032 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : AccountBean
Section: 12.2.2
Warning: The class must be defined as public and must not be abstract.

2006-03-07 19:17:21,047 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : AccountBean
Section: 12.2.5
Warning: Every entity bean must define the ejbFindByPrimaryKey method.

2006-03-07 19:17:21,047 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : AccountBean
Section: 22.2
Warning: The bean provider must specify the fully-qualified name of the 
enterprise bean's local home interface, if any, in the <local-home> element.
Info   : Class not found on 'com.sun.ebank.ejb.account.AccountHome': No 
ClassLoaders found for: com.sun.ebank.ejb.account.AccountHome

2006-03-07 19:17:21,047 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : AccountBean
Section: 22.2
Warning: The bean provider must specify the fully-qualified name of the 
enterprise bean's local interface, if any, in the  element.
Info   : Class not found on 'com.sun.ebank.ejb.account.Account': No 
ClassLoaders found for: com.sun.ebank.ejb.account.Account

2006-03-07 19:17:21,047 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : AccountBean
Section: 12.2.1
Warning: The Bean Provider must provide a remote interface and a remote home 
interface or a local interface and a local home interface for the bean.

2006-03-07 19:17:21,047 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : TxBean
Section: 12.2.2
Warning: The class must be defined as public and must not be abstract.

2006-03-07 19:17:21,063 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : TxBean
Section: 12.2.5
Warning: Every entity bean must define the ejbFindByPrimaryKey method.

2006-03-07 19:17:21,063 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : TxBean
Section: 22.2
Warning: The bean provider must specify the fully-qualified name of the 
enterprise 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

2006-03-07 19:17:21,063 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : TxBean
Section: 22.2
Warning: The bean provider must specify the fully-qualified name of the 
enterprise bean's local interface, if any, in the  element.
Info   : Class not found on 'com.sun.ebank.ejb.tx.Tx': No ClassLoaders found 
for: com.sun.ebank.ejb.tx.Tx

2006-03-07 19:17:21,063 WARN  [org.jboss.ejb.EJBDeployer.verifier] EJB spec 
violation: 
Bean   : TxBean
Section: 12.2.1
Warning: The Bean Provider must provide a remote interface and a remote home 
interface or a local interface and a local home interface for the bean.

2006-03-07 19:17:21,125 DEBUG [org.jboss.ejb.EJBDeployer.verifier] Bean 
checked: AccountControllerBean: Verified.
2006-03-07 19:17:21,141 DEBUG [org.jboss.ejb.EJBDeployer.verifier] Bean 
checked: CustomerControllerBean: Verified.
2006-03-07 19:17:21,172 DEBUG [org.jboss.ejb.EJBDeployer.verifier] Bean 
checked: TxControllerBean: Verified.
2006-03-07 19:17:21,172 DEBUG [org.jboss.util.NestedThrowable] 
org.jboss.util.NestedThrowable.parentTraceEnabled=true
2006-03-07 19:17:21,172 DEBUG [org.jboss.util.NestedThrowable] 
org.jboss.util.NestedThrowable.nestedTraceEnabled=false
2006-03-07 19:17:21,172 DEBUG [org.jboss.util.NestedThrowable] 
org.jboss.util.NestedThrowable.detectDuplicateNesting=true
2006-03-07 19:17:21,172 ERROR [org.jboss.deployment.MainDeployer] could not 
create deployment: 
file:/C:/ProgramFiles/jboss-4.0.2/server/default/tmp/deploy/tmp60552JBossDukesBank.ear-contents/bank-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:918)
        at org.jboss.deployment.MainDeployer.create(MainDeployer.java:910)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:774)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
        at sun.reflect.GeneratedMethodAccessor49.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:121)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy8.deploy(Unknown Source)
        at 
org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:325)
        at 
org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:501)
        at 
org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:204)
        at 
org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:277)
        at 
org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:272)
        at 
org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:222)
        at sun.reflect.GeneratedMethodAccessor2.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.server.Invocation.invoke(Invocation.java:72)
        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at 
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:897)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:418)
        at sun.reflect.GeneratedMethodAccessor10.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.server.Invocation.invoke(Invocation.java:72)
        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:644)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
        at $Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:273)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:964)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:775)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:738)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:722)
        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: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:121)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at 
org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:127)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:74)
        at 
org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:249)


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928639#3928639

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3928639


-------------------------------------------------------
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
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to