1 Reply Latest reply on Mar 27, 2009 10:36 AM by fenixx

    Totally confused.. help with maven2/testng/ testing with emb

    rickcr

      I'm confused on how I'm supposed to set up things so I can test my ejb3 components with using embedded jboss? I want to make it simple, so I figured the easiest way would be to simply build my ejb jar and deploy it to an embedded jboss deploy directory, and then bootstrap? Is this how others do it? I'm confused because I'm looking at some examples that use EJB3StandaloneBootstrap and others that don't. And none of the examples I'm running across show how to set this up with maven. Thanks for any direction or help.