0 Replies Latest reply on May 8, 2014 6:16 AM by abhishek.maru

    Deploying EAR with EJB.jar in JBOSS

    abhishek.maru

      I am migration an application from WebSphere to Jboss 6.2.

      EJB.jar is inside a appliacaion ear file.

      While starting the JBOSS server, The error is coming due to WebSphere interfaces AppStartUpHome and AppStartUp used in ejb-jar.xml file.

      e.g. <home>com.ibm.websphere.startupservice.AppStartUpHome</home>

           <remote>com.ibm.websphere.startupservice.AppStartUp</remote>

       

      Please let me know Jboss equivalent for this WebSphere interfaces of EJB.