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.
I have the same problem here. But my test run sucessfully if it is started with the TestNG Plugin.
If I configured it with Maven, I will post here the example.