Try moving your maven repository to a location without spaces (not
below 'Documents and Settings'). There problem is that file URLs are
not correctly encoded (space should become %20). This is a Java bug
that will not be solved, see
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4273532

Tom



On 4/12/06, Todd Nine <[EMAIL PROTECTED]> wrote:
> I'm unable to run any unit test that will connect to a remove JVM from my
> Maven 2.0.2 unit tests.  I always receive either a
> javax.naming.CommunicationException for Remote EJB's or
> java.rmi.ConnectException for RMI connections.  The unit tests work in
> Eclipse as well as from the command line, has anyone else experienced this
> behavior?  If so how did you resolve it?  This seems like a security policy
> problem with the VM that is used for unit testing, but I'm unsure how to fix
> it.  Any advice would be greatly appreciated.
>
> Thanks,
> Todd
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to