1 2 Previous Next 26 Replies Latest reply on Jul 16, 2007 12:08 AM by philip_manual Go to original post
      • 15. Re: jbossj2ee-src.zip
        gyogarajan


        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)

        • 16. Re: jbossj2ee-src.zip
          gyogarajan

          take the update 2 for j2ee 1.4 tutorial. that should do it.

          • 17. Re: jbossj2ee-src.zip
            zz8ss5ww6

            Thank you for providing the download address.
            I have been looking for it for a long time.
            Thank you!

            • 18. Re: jbossj2ee-src.zip
              afzsalman

              Sorry, what is the address url?

              • 19. Re: jbossj2ee-src.zip
                lgrey

                It's no longer at http://www.jboss.org/docs/jbossj2ee-src.zip. Where is it now???

                • 20. Re: jbossj2ee-src.zip
                  visolvejboss

                  Hi,
                  You will get the jbossj2ee-src.zip file in the following location.

                  http://docs.jboss.org/jbossas/getting_started/v4/

                  This link contains,
                  startguide40.zip file. When you unzip this file, you will get jbossj2ee-src.zip file.

                  -VisolveJBossTeam

                  • 21. Re: same problem deploying the duke's bank app

                     

                    "rkurra" wrote:
                    Try changing the following flag in your ejb-deployer.xml of your server/default/deploy directory
                    attribute name="VerifierVerbose" FROM true TO false


                    That configuration update will only turn down specific verifyer nagging. You need to make the following change to your ejb-deployer.xml file to disable strict ejb verification:
                    <attribute name="StrictVerifier">false</attribute>


                    This is what worked for me (JBoss 4.0.4.GA + J2EE 1.4 tutorial).

                    • 22. Re: jbossj2ee-src.zip
                      mp123

                      Hello,
                      I have followed the steps given here.

                      "rkurra" wrote:
                      Try changing the following flag in your ejb-deployer.xml of your server/default/deploy directory
                      attribute name="VerifierVerbose" FROM true TO false


                      and also,
                      jmcclure wrote,
                      <attribute name="StrictVerifier">false</attribute>


                      But, The same Error is coming while try to deploy Duke's bank application.
                      It deploys but, gives error while try to run run-client and while try to login on web console.

                      I'm using JBoss 4.0.3SP1, J2EE tutorial Update 7 and JbossJ2ee-src.zip of version 4.

                      But, When i use J2EE tutorial Update 3 with jbossj2ee-src.zip of version 4 it works fine without any error.

                      What is the problem..Is it some files missing in the Latest J2EE Tutorial Update 7 for Duke's bank???
                      Since, lots of people having the same problem,
                      Any help to solve this issue will be greatly appreciated.

                      Thanks in Advance,
                      mp.

                      • 23. Re: jbossj2ee-src.zip
                        geckoafrica

                        hi all

                        for whatever version your get

                        http://docs.jboss.org/jbossas/getting_started/v4/
                        or
                        http://docs.jboss.org/jbossas/getting_started/v5/

                        just open the startguide.pdf & read the 4 lines in
                        ----------About this book

                        & you will know what version of J2EE tutorial Update X with & jbossj2ee-src.zip version V X works with your Jboss version x.X

                        Good luck

                        • 24. Re: jbossj2ee-src.zip
                          mp123

                          Hello GeckoAfrica,

                          Thank you so much for your information.
                          It is very much useful.

                          • 25. Re: jbossj2ee-src.zip
                            dsteffy

                            > http://wiki.jboss.org/wiki/attach?page=ClusteringDemoUsingDukesBankJ2EE1.4%2Fjbossj2ee-src.zip

                            That link currently points to a bad version of the jbossj2ee-src.zip file. It is bad because the examples/bank/jboss-build.xml file refers to sql/insert.sql and sql/listAccount.sql, which do not exist in the zip (nor in the j2ee-1_4-doc-tutorial_7.zip I downloaded from the Sun site this morning). This causes the db-insert and db-list targets to fail, which trips up users like me following the tutorial's Duke Bank example at http://docs.jboss.org/jbossas/getting_started/v4/html/dukesbank.html.

                            A possibly correct version of jbossj2ee-src.zip can be downloaded at:

                            http://labs.jboss.com/portal/jbossas/docs -> "JBoss AS Getting Started Guide 4.0.4" -> Download.

                            You'll currently get a startguide40.zip from that link, which contains a different version jbossj2ee-src.zip. I haven't tried the new zip yet, but it looks promising because a quick look at the examples/bank/jboss-build.xml file seems to be referring to hsql-list.sql and hsql-insert.sql and hsql-create-table.sql, which do exist in the jbossj2ee-src.zip, and the delete.sql that comes with the j2ee-1_4-doc-tutorial_7.zip.

                            Just posting this here to save time for other folks following the tutorial.

                            • 26. Re: jbossj2ee-src.zip
                              philip_manual

                              Thanks dsteffy for your instructions.. It sure was a time saver for me..

                              I had to make the following changes to compile the Tutorial..

                              Added jboss-j2ee.jar & jsp-api.jar to "build.classpath" & commented out
                              //import org.jboss.ws.jaxrpc.ServiceImpl; within WSClient.java (unused code)

                              Hope this info helps someone..



                              1 2 Previous Next