4 Replies Latest reply on Aug 24, 2011 3:32 AM by simas_ch

    JMS JNDI Names in jboss-as-7.1.0.Alpha1-SNAPSHOT

    simas_ch

      Hi,

       

      I dowloaded the latests jboss-as-7.1.0.Alpha1-SNAPSHOT and now it has a problem with JMS JNDI names again:

       

      16:07:16,019 ERROR [org.jboss.as.deployment] (DeploymentScanner-threads - 1) {"Composite operation failed and was rolled back. Steps that failed:" => {"Operation step-2"

      => {"Services with missing/unavailable dependencies" => ["jboss.naming.context.java.comp.\"shop-ear-0.0.4-SNAPSHOT\".\"shop-ejb-0.0.4-SNAPSHOT\".BestellService.\"env/ch.b

      ls.shop.business.BestellService/queue\" missing [ jboss.naming.context.java.jboss.jms/queue/bestellqueue ]"]}}}

       

      The queue is referenced in a EJB:

       

      @Resource(mappedName = "java:jboss/jms/queue/bestellqueue"

      )

       

      With the build from 08.08.2011 it worked.

       

      Thanks for your help.

      Simon