1 2 Previous Next 17 Replies Latest reply on Jan 22, 2009 6:39 AM by beve

    Where is the JBossESB Version  for testing/deploying the pub

    kaba

      Does anybody kow where to find a version of the JBossESB for testing the publish_as_webservice sample found in samples/quickstart in the repository?

      Thank you

        • 1. Re: Where is the JBossESB Version  for testing/deploying the
          kaba

          if i try to deploy it unter JBOSSESB 4.4.GA on JBoss Server 4.2.3.GA.
          i get the following exception



          17:43:46,665 INFO [JBoss4ESBDeployer] create esb service, Quickstart_publish_as_webservice.esb
          17:43:46,703 INFO [quickstart_publish_as_webservice_Request_esb] Bound to JNDI name: queue/quickstart_publish_as_webservice_Request_esb
          17:43:46,710 INFO [quickstart_publish_as_webservice_Request_esb_reply] Bound to JNDI name: queue/quickstart_publish_as_webservice_Request_esb_reply
          17:43:46,750 ERROR [XmlValidatorImpl] 1-ERROR-null-17:cvc-complex-type.3.2.2: Attribute 'inXsd' is not allowed to appear in element 'actions'.
          17:43:46,750 ERROR [XmlValidatorImpl] 2-ERROR-null-17:cvc-complex-type.3.2.2: Attribute 'outXsd' is not allowed to appear in element 'actions'.
          17:43:46,751 ERROR [XmlValidatorImpl] 3-ERROR-null-17:cvc-complex-type.3.2.2: Attribute 'faultXsd' is not allowed to appear in element 'actions'.
          17:43:46,753 WARN [ServiceController] Problem starting service jboss.esb:deployment=Quickstart_publish_as_webservice.esb
          java.lang.RuntimeException: java.lang.IllegalStateException: ESB file had validation errors.
          at org.jboss.soa.esb.listeners.config.Configuration.create(Configuration.java:132)
          at org.jboss.soa.esb.listeners.config.JBoss4ESBDeployment.startService(JBoss4ESBDeployment.java:82)
          at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
          at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
          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:597)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.system.server.jmx.LazyMBeanServer.invoke(LazyMBeanServer.java:291)
          at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
          at $Proxy0.start(Unknown Source)
          at org.jboss.system.ServiceController.start(ServiceController.java:417)
          at org.jboss.system.ServiceController.start(ServiceController.java:435)
          at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:597)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.system.server.jmx.LazyMBeanServer.invoke(LazyMBeanServer.java:291)
          at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
          at $Proxy4.start(Unknown Source)
          at org.jboss.deployment.SARDeployer.start(SARDeployer.java:304)
          at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
          at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
          at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:597)
          at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
          at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
          at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
          at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
          at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
          at org.jboss.system.server.jmx.LazyMBeanServer.invoke(LazyMBeanServer.java:291)
          at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
          at $Proxy9.deploy(Unknown Source)
          at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
          at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
          at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
          at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.loop(AbstractDeploymentScanner.java:274)
          at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.run(AbstractDeploymentScanner.java:225)
          Caused by: java.lang.IllegalStateException: ESB file had validation errors.
          at org.jboss.soa.esb.listeners.config.Configuration.create(Configuration.java:126)
          ... 52 more
          17:43:46,768 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

          --- MBeans waiting for other MBeans ---
          ObjectName: jboss.esb:deployment=Quickstart_publish_as_webservice.esb
          State: FAILED
          Reason: java.lang.RuntimeException: java.lang.IllegalStateException: ESB file had validation errors.
          I Depend On:
          jboss.esb.quickstart.destination:service=Queue,name=quickstart_publish_as_webservice_Request_esb
          jboss.esb:deployment=jbossesb.esb
          jboss.esb:deployment=soap.esb
          jboss.esb.quickstart.destination:service=Queue,name=quickstart_publish_as_webservice_Request_esb_reply

          --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
          ObjectName: jboss.esb:deployment=Quickstart_publish_as_webservice.esb
          State: FAILED
          Reason: java.lang.RuntimeException: java.lang.IllegalStateException: ESB file had validation errors.
          I Depend On:
          jboss.esb.quickstart.destination:service=Queue,name=quickstart_publish_as_webservice_Request_esb
          jboss.esb:deployment=jbossesb.esb
          jboss.esb:deployment=soap.esb
          jboss.esb.quickstart.destination:service=Queue,name=quickstart_publish_as_webservice_Request_esb_reply



          • 2. Re: Where is the JBossESB Version  for testing/deploying the
            beve

            Hi,

            I've tried this against JBoss AS 4.2.3.GA and was not able to reproduce your issue. Could you describe the steps you took to install JBossESB 4.4.GA on JBossAS 4.2.3.GA and I'll try to reproduce this.

            Thanks,

            /Daniel

            • 3. Re: Where is the JBossESB Version  for testing/deploying the
              kaba

              Hi Daniel,
              thank you for your reply.
              I would like to stress that i dont have any problem deploying JBossESB 4.4 GA on Jboss server 4.2.3.GA.
              The quickstart sample publish_as_webservice is not included in the samples JbossESB 4.4.GA distribution. I had to download it separatly from the trunk. and copy it into the samples/quickstart/ directory and calling ant deploy in the samples/quickstart/publish_as_webservice directory.
              I had to make some changes in order to be able to compile. But the deployment failed with the exception shown in my previous post
              thank

              • 4. Re: Where is the JBossESB Version  for testing/deploying the
                scottdawson

                My experience was that the publish_as_webservice quickstart would not run with jbossesb-server-4.4.GA, but it would run with JBESB_4_4_GA_CP1_IR5 (pulled from Subversion). I think there are some missing dependencies in the out-of-the-box 4.4 version.

                Scott

                • 5. Re: Where is the JBossESB Version  for testing/deploying the
                  kaba

                  Thank you i will get and give it a try

                  • 6. Re: Where is the JBossESB Version  for testing/deploying the
                    beve

                    Hi,

                    yes Scott is right. Sorry about that, I actually tried this from the trunk which was why I ran for my.

                    regards,

                    /Daniel

                    • 7. Re: Where is the JBossESB Version  for testing/deploying the
                      kaba

                      thank you Daniel,
                      i would like to check out the JBESB_4_4_GA_CP1_IR5 from the trunk
                      to what string to set the CVS_ROOT variable to?
                      i have tried this without succes

                      ~> CVSROOT=annonymous@anonsvn.jboss.org/repos/labs/labs/jbossesb/tags

                      ~> cvs checkout JBESB_4_4_GA_CP1_IR5

                      • 8. Re: Where is the JBossESB Version  for testing/deploying the
                        beve

                        Hi,

                        we are using subversion so this should work:

                        svn co https://svn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_4_GA_CP1_IR5


                        regards,

                        /Daniel

                        • 9. Re: Where is the JBossESB Version  for testing/deploying the
                          kconner

                          This is the later, and stable, tag for that branch

                          http://anonsvn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_4_GA_CP1/

                          • 10. Re: Where is the JBossESB Version  for testing/deploying the
                            kaba

                            i am getting the error message:


                            Connection refused by the server

                            when i try to checkout the jbossesb sources from the repository using either:

                            https://svn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_4_GA_CP1_IR5

                            or

                            http://anonsvn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_4_GA_CP1/


                            • 11. Re: Where is the JBossESB Version  for testing/deploying the
                              scottdawson

                              I am able to do this:

                              svn co http://anonsvn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_4_GA_CP1/

                              with no problem.

                              Regards,
                              Scott

                              • 12. Re: Where is the JBossESB Version  for testing/deploying the
                                kaba

                                i am sory but i only have idea 8 IDE from which i try to check out where i can only type the following url


                                http://anonsvn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_4_GA_CP1

                                i will have to install a local copy of linux just to have svn command line client
                                Thank you a lot for your help

                                • 13. Re: Where is the JBossESB Version  for testing/deploying the
                                  scottdawson

                                  You can find svn clients for other operating systems -- Windows, etc. I ran the svn command in my earlier post from a Windows XP system.

                                  Regards,
                                  Scott

                                  • 14. Re: Where is the JBossESB Version  for testing/deploying the
                                    kaba

                                    i am sory but i did not succeed in checking the jbossesb sources from the repository
                                    i get the following error.


                                    svn co http://anonsvn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_4_GA_CP1/ jbossesb
                                    svn: OPTIONS of 'http://anonsvn.jboss.org/repos/labs/labs/jbossesb/tags/JBESB_4_4_GA_CP1': could not connect to server (http://anonsvn.jboss.org)
                                    jboss@vmjboss10i01:~>


                                    i can access the repository from the browser but not from svn clien.
                                    is the JBESB_4_4_GA_CP1 as zip or tar available for download? if not will it be available any time soon?
                                    I really need some feature in this sources
                                    thank you



                                    1 2 Previous Next