Where can I find a complete Maven Cargo plugin example for EJB tests?
For tests of some small JBoss enterprise apps I would like to use JUnit, and the Maven Cargo plugin . (I know that there is also JSFUnit but first I would like to take a closer look at Cargo.) Is there a simple example available online which I could use as a reference for running a JUnit test which invokes a EJB operation using JBoss (4.2 or 5.1) using the Maven Cargo plugin? I have found some good introductions to the configuration, but I get error messages in the EJB lookup so it would be helpful to see how it should be used. Here is the test code using InitialContext: public void testEcho()