0 Replies Latest reply on Jun 1, 2016 11:45 AM by parth_kadakia

    service jboss.naming.context.java.module Missing

    parth_kadakia

      Hello,

       

      I am trying to migrate a project from Websphere to JBOSS. I have to create threads into JBOSS which I have created. I do want to know how to create a thread and assign JNDI's.

       

      I have the following information

       

       

       

        <bean id="WEBCALL" class="org.springframework.jndi.JndiObjectFactoryBean">

          <property name="jndiName" value="java:global/comp/env/wm/WEBCALL"/>

          <property name="lookupOnStartup" value="true"/>

          <property name="cache" value="true"/>

          <!-- <property name="proxyInterface" value="com.ibm.websphere.asynchbeans.WorkManager"/> -->

          <property name="proxyInterface" value="org.jboss.proxy"/>

        </bean>

       

      I get the following error

       

      service jboss.naming.context.java.module.GGMAPServicesEAR.GGMAPServices.env.wm.WEBCALL (missing) dependents: [service jboss.deployment.subunit."GGMAPServicesEAR.ear"."GGMAPServices.war".jndiDependencyService]

       

      What am I doing wrong? I am not an expert and I do need help