3 Replies Latest reply on Apr 21, 2008 9:02 AM by wolfc

    deploy ear with embedded jboss

    editha

      Hi, I'm new to JBoss and I apologize if I ask stupid questions.

      I need to deploy an ear file with jboss-EJB-3.0 embeddable.
      Is this possible? And if, how do I do it?

      start the container with EJB3StandaloneBootstrap.boot(null)
      and then search the classpath for the ear file with EJB3StandaloneBootstrap.scanClasspath() ?

      Thanks in advance for your answers!