9 Replies Latest reply on Apr 27, 2007 3:17 AM by psourisseau

    A problem to deploy helloworld quickstart/ JBossESBDependenc

    psourisseau

      Hi,

      I use JBOSS 4.0.5.GA with jbossmessage 1.2.0SP1.
      I try to use jbossesb 4.2MR1 (normally it's deployed on AS)

      I've this error when i deploy quickstart helloword
      JBossESBDependencies NOTYETINSTALLED.

      Have any idea what's missing or wrong ?

      Regards,
      Pascal
      PS: I joined the stacktrace, jboss-service.xml file, and jbossesb-properties.xml

      The stackstrace is :
      :service=DataSourceBinding,name=JBossESBDS' to JNDI
      name 'java:JBossESBDS'
      16:32:42,598 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- Packages waiting for a deployer ---
      org.jboss.deployment.DeploymentInfo@82341a02 { url=file:/D:/outils/jboss/server/
      default/deploy/Quickstart_helloworld.esb }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/outils/jboss/server/default/deploy/Quickstart_helloworld.esb
      altDD: null
      lastDeployed: 1177595756883
      lastModified: 1177595756883
      mbeans:

      --- Incompletely deployed packages ---
      org.jboss.deployment.DeploymentInfo@82341a02 { url=file:/D:/outils/jboss/server/
      default/deploy/Quickstart_helloworld.esb }
      deployer: null
      status: null
      state: INIT_WAITING_DEPLOYER
      watch: file:/D:/outils/jboss/server/default/deploy/Quickstart_helloworld.esb
      altDD: null
      lastDeployed: 1177595756883
      lastModified: 1177595756883
      mbeans:

      --- MBeans waiting for other MBeans ---
      ObjectName: jboss.org:service=ConfigurationController
      State: CONFIGURED
      I Depend On:
      jboss.org:service=JBossESBDependencies
      jboss.org:service=JuddiRMI
      jboss.jca:service=DataSourceBinding,name=JBossESBDS

      --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
      ObjectName: jboss.org:service=JBossESBDependencies
      State: NOTYETINSTALLED
      Depends On Me:
      jboss.org:service=ConfigurationController



      I've modified as mentionned in documentation the jbossesb.sar/META_INF/jboss-service.xml with this content :



      <!-- attribute name="ConfigurationFile" >jbossesb.xml</attribute -->
      jbossesb-properties.xml

      jboss.org:service=JBossESBDependencies
      jboss.org:service=JuddiRMI
      <!-- depends>jboss.jca:service=DataSourceBinding,name=JBossESBDS</depends -->
      jboss.jca:service=DataSourceBinding,name=JBossesbDS



      <loader-repository>
      jboss.messaging:loader=ScopedLoaderRepository
      </loader-repository>



      The jbossesb-properties.xml content is :
      <?xml version="1.0" encoding="ISO-8859-1"?>
      <!--
      JBoss, Home of Professional Open Source
      Copyright 2006, JBoss Inc., and others contributors as indicated
      by the @authors tag. All rights reserved.
      See the copyright.txt in the distribution for a
      full listing of individual contributors.
      This copyrighted material is made available to anyone wishing to use,
      modify, copy, or redistribute it subject to the terms and conditions
      of the GNU Lesser General Public License, v. 2.1.
      This program is distributed in the hope that it will be useful, but WITHOUT A
      WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
      PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
      You should have received a copy of the GNU Lesser General Public License,
      v.2.1 along with this distribution; if not, write to the Free Software
      Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
      MA 02110-1301, USA.

      (C) 2005-2006,
      @author JBoss Inc.
      -->
      <!-- $Id: jbossesb-unittest-properties.xml $ -->
      <!--
      These options are described in the JBossESB manual.
      Defaults are provided here for convenience only.

      Please read through this file prior to using the system, and consider
      updating the specified entries.
      -->
      <esb
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="jbossesb-1_0.xsd">












      <!-- the following parameter is scout specific to set the type of communication between scout and the UDDI (embedded, rmi, soap) -->



















      <!-- connection manager type -->

      <!-- property name="org.jboss.soa.esb.persistence.db.conn.manager" value="org.jboss.soa.esb.persistence.manager.J2eeConnectionManager"/ -->

      <!-- this property is only used if using the j2ee connection manager -->


      <!-- standalone connection pooling settings -->







      <!--table managed by pool to test for valid connections - created by pool automatically -->








        • 1. Re: A problem to deploy helloworld quickstart/ JBossESBDepen
          cjunge

          Does your jboss installation have support for EJB3?

          • 2. Re: A problem to deploy helloworld quickstart/ JBossESBDepen
            kurtstam

            I don't think you need EJB3 for the first quickstart. But what version of the ESB are you using. As of latest release there should be no more dependency of the kind JBossESBDependencies.

            --Kurt

            • 3. Re: A problem to deploy helloworld quickstart/ JBossESBDepen
              psourisseau

              I dont' need effectivly ejb3 in this basic sample...
              I'm a new user of jboss AS, how can i check ejb3 usage or not and disable it if necessary

              Thx for your help,
              Regards,
              Pascal

              • 4. Re: A problem to deploy helloworld quickstart/ JBossESBDepen
                kurtstam

                You may want to start with the fully preconfigured esb-server instead to get you going.

                • 5. Re: A problem to deploy helloworld quickstart/ JBossESBDepen
                  cjunge

                   

                  "psourisseau" wrote:
                  I dont' need effectivly ejb3 in this basic sample...
                  I'm a new user of jboss AS, how can i check ejb3 usage or not and disable it if necessary

                  Thx for your help,
                  Regards,
                  Pascal


                  By default the jboss AS doesn't have supprot for EJB. To enable the ejb3 support you can select the ejb3 option in the JEMS intaller or patch the server.

                  This thread explains some more: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=106522

                  Hope this is useful.

                  • 6. Re: A problem to deploy helloworld quickstart/ JBossESBDepen
                    psourisseau

                    I download the basic jboss zip distribution ... no ejb3 addon....

                    It seems that ejb3 support is not my use case...

                    I retry with 'basic jbossesb' installation and try... after i would like add jbossmessage in esb (for cluster reason) and so on...

                    Thx for your answer,
                    Regards,
                    Pascal

                    • 7. Re: A problem to deploy helloworld quickstart/ JBossESBDepen
                      psourisseau

                      Which distribution to use ...
                      I try suickstart with jbossesb 4.2.MR1 server ...
                      I download the jbossesb-4.2MR1 for having the quickstarts sample..

                      I launch jboessesb server
                      I modifiy quickstart.properties for specifiing the jbossesb server home
                      I copy the lib file (necessary by quickstart sample),


                      I launch ant and now the error is :

                      runtest:
                      [echo] Runs Test JMS Sender
                      [java] Exception in thread "main" javax.naming.NameNotFoundException: quick
                      start_helloworld_Request not bound
                      [java] at org.jnp.server.NamingServer.getBinding(NamingServer.java:529)

                      [java] at org.jnp.server.NamingServer.getBinding(NamingServer.java:537)

                      [java] at org.jnp.server.NamingServer.getObject(NamingServer.java:543)
                      [java] at org.jnp.server.NamingServer.lookup(NamingServer.java:296)
                      [java] at org.jnp.server.NamingServer.lookup(NamingServer.java:270)
                      [java] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                      [java] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcces
                      sorImpl.java:39)
                      [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMet
                      hodAccessorImpl.java:25)
                      [java] at java.lang.reflect.Method.invoke(Method.java:585)
                      [java] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.jav
                      a:294)
                      [java] at sun.rmi.transport.Transport$1.run(Transport.java:153)
                      [java] at java.security.AccessController.doPrivileged(Native Method)
                      [java] at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
                      [java] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTranspor
                      t.java:466)
                      [java] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPT
                      ransport.java:707)
                      [java] at java.lang.Thread.run(Thread.java:595)
                      [java] at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServe
                      r(Unknown Source)
                      [java] at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source
                      )
                      [java] at sun.rmi.server.UnicastRef.invoke(Unknown Source)
                      [java] at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
                      [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:62

                      The queue seems to be not created ...
                      Where can i find information about this samples usage ? it seems that the gettingstarted document is wrong for this distribution (i've not tested the GA distribution)

                      Thx
                      Regards,
                      Pascal

                      • 8. Re: A problem to deploy helloworld quickstart/ JBossESBDepen
                        beve

                        Hi Pascal,

                        there is a readme.txt file in the folder samples/quickstarts that describes the steps to take before running the quickstarts.
                        One of the steps is the following:
                        - The file "esb-quickstart-service.xml" should be dropped into your "deploy"
                        directory for your application server if you are using JBossMQ in JBossAS. This
                        will setup the JMS queues for the quickstart samples.

                        If you are using the GA distribution, which the text above is from uses JBossMQ, copy the esb-quickstart-service.xml to the deploy folder of the server configuration that you are using.

                        Here are the queue definitions for JBossMessaging in case you need them:

                        <?xml version="1.0" encoding="UTF-8"?>
                        <server>
                        
                         <loader-repository>jboss.messaging:loader=ScopedLoaderRepository
                         <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
                         </loader-repository>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_gw"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_Request_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_action_Request"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_action_Response"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_db_registration"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_file_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_helloworld_ftp_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_scripting_groovy_gw"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_scripting_groovy_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_edi_groovy_xslt_gw"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_edi_groovy_xslt_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_transform_pojo_gw"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_transform_pojo_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_date_manipulation_gw"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_date_manipulation_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_transform_simple_gw"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_transform_simple_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_webservice_jbossws_adapter_01_gw"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_webservice_jbossws_adapter_01_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_webservice_jbossws_adapter_01_esb_reply"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_webservice_war1_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_webservice_war1_reply"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_simple_transformation_Request"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_simple_transformation_Response"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_simple_cbr_Request"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=CBRExpressFreeShipping"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=CBRNormalShipping"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=CBRExpressFreeShippingAlert"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=CBRNormalShippingAlert"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_more_action_Request"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_more_action_Response"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <!-- Fun CBR Demo -->
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Fun_CBR_Request_GW"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Fun_CBR_Request_ESB"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Fun_CBR_ToBlue"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Fun_CBR_Blue_Alert"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Fun_CBR_ToRed"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Fun_CBR_Red_Alert"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Fun_CBR_ToGreenTransformer"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Fun_CBR_ToGreen"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Fun_CBR_Green_Alert"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <!-- Aggregator Demo -->
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Aggregator_Request_GW"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Aggregator_Request_ESB"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Aggregator_ToBlue"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Aggregator_Blue_Alert"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Aggregator_ToRed"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Aggregator_Red_Alert"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Aggregator_ToGreen"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_Aggregator_Green_Alert"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                         <!-- transform_CSV2XML quickstart queues -->
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_transform_CSV2XML_gw"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                         <mbean code="org.jboss.jms.server.destination.QueueService"
                         name="jboss.messaging.destination:service=Queue,name=quickstart_transform_CSV2XML_esb"
                         xmbean-dd="xmdesc/Queue-xmbean.xml">
                         <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
                         <depends>jboss.messaging:service=PostOffice</depends>
                         </mbean>
                        
                        </server>
                        


                        Every quickstart also has a readme.txt which is good to read through to get information specific to that quickstart.




                        • 9. Re: A problem to deploy helloworld quickstart/ JBossESBDepen
                          psourisseau

                          Thx a lot...
                          It seems that i've made some mistake....
                          I mix GA documentation with MR1 sample.... %-/
                          Perhaps i want to test more quickly... (short delay.... generate basic errors...)

                          Regards,
                          Pascal