0 Replies Latest reply on Jun 30, 2015 5:30 PM by rajvaida

    Unable to deploy EJB3 service on Jboss 6.1 with standard profile.

    rajvaida

      If I deploy an EJB3 service on JBoss 6.1 with standard profile, service is not available for lookup.

      If I remove JBMETA-122 (check below) bean definition from ejb3-deployers-jboss-beans.xml file, my client is able to access this service.

       

       

          <!-- Processor factory for setting the implicit default business local interface(JBMETA-122) -->

          <bean name="SetDefaultLocalBusinessInterfaceProcessorFactory"

          class="org.jboss.ejb3.deployers.metadata.processor.SetDefaultLocalBusinessInterfaceProcessorFactory"/>

       

      I'd like understand the reason behind this.