5 Replies Latest reply on May 7, 2007 11:31 PM by andre1001

    Quickstart problems with AS + Jboss Messaging + EJB3 + ESB

    andre1001

      Hi,

      I've followed this thread:

      http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016139#4016139

      and this document:

      http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossMessaging

      with:

      Jboss AS 4.0.5
      Jboss Messaging 1.2.0 sp1
      Jboss ESB 4.2 MR1
      Jboss EJB 3 RC9 Patch1

      and got this message for quickstart HelloWorld.

      16:12:19,421 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

      --- 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
      
      


      My jboss-service.xml file:

      <?xml version="1.0" encoding="UTF-8"?>
      
      <server>
       <!-- Starts the listener controler -->
       <mbean code="org.jboss.soa.esb.listeners.config.ConfigurationControllerService"
       name="jboss.org:service=ConfigurationController"
       description="Configuration controller which generated the config files for the listener and gateway controllers">
       <attribute name="ConfigurationFile">jbossesb.xml</attribute>
       <depends>jboss.org:service=JBossESBDependencies</depends>
       <depends>jboss.org:service=JuddiRMI</depends>
       <depends>jboss.jca:service=DataSourceBinding,name=JBossESBDS</depends>
       </mbean>
       <loader-repository>
       jboss.messaging:loader=ScopedLoaderRepository
       </loader-repository>
      </server>
      
      


      Thanks