0 Replies Latest reply on May 29, 2014 5:14 PM by rsharif

    Getting error for work manager in Jboss 6.2 EAP AS014775:    New missing/unsatisfied dependencies:       service jboss.naming.context.java.wm.default (missing) dependents: [service jboss.naming.context.java.module.mg-war.mg-war.env.wm.default]

    rsharif

      We want to configure work manager in Jboss 6.2 EAP. We have our setting as in web.xml:

      <resource-ref id=" 23520136">

                                    <description>CommonJ WorkManager</description>

                                    <res-ref-name>java:/wm/default</res-ref-name>

                                    <res-type>commonj.work.WorkManager</res-type>

                                    <res-auth>Container</res-auth>

                                    <res-sharing-scope>Shareable</res-sharing-scope>

                     </resource-ref>

      We also have jboss-web.xml as <resource-ref>

                                    <res-ref-name>wm/default</res-ref-name>

                                    <res-type>commonj.work.WorkManager</res-type>

                                    <jndi-name>java:/wm/default</jndi-name>

                     </resource-ref>

       

      But when we deploy war file we are getting the following error:

      BAS014775:    New missing/unsatisfied dependencies:

            service jboss.naming.context.java.wm.default (missing) dependents: [service jboss.naming.context.java.module.mg-war-war.env.wm.default]

       

      Do we need to configure anything standalone.xml