I am experiencing problems with remote calls in my maven 2 unit tests. I cannot call an external RMI server, nor can I invoke remote EJB calls to JBoss. These unit tests work correctly in Eclipse when the classpath is set from the pom using the plug in, as well as if I manually create a script to execute the tests. Is there something in surefire I need to enable in order to allow remote rmi connections?
Thanks, Todd
