0 Replies Latest reply on Nov 2, 2005 10:37 AM by nate_s_

    Can't get mcdeploy tutorial working

    nate_s_

      When I try to run the mcdeploy tutorial at http://docs.jboss.org/ejb3/embedded/embedded-tutorial/microcontainer-deployment/, I get an error message on the lines:

      EJB3StandaloneBootstrap.boot(null);
      EJB3StandaloneBootstrap.deployXmlResource("ejb3-deployment.xml");
      in Main.java.

      The error is "EJBDeployment -> InitialContext {Configured: NOT FOUND}" which seems to be related to the AbstractKernelDeployer; at http://anoncvs.forge.jboss.com/viewrep/JBoss/microkernel/src/main/org/jboss/kernel/plugins/deployment/AbstractKernelDeployer.java?r=1.6, it's the error at line 192.

      I'm using jboss-4.0.3 and the latest JBoss IDE, and including the embedded ejb3 libs and conf files. For some reason, the code stays broken if I include only the microcontainer lib/conf. (It seems to be missing some ejb3 and javax .jar files that are only in the embedded libs).

      Any ideas why this would be happening?