I have problems binding objects to JNDI during a unit test. Seems that
the jndi server is not running correctly.
This error occurs when i run a single unit test suite.
Does someone have an idea? The configuration seems similar to a normal run.
Exception: javax.naming.ServiceUnavailableException
Message: null
---- cause ---------------------------------------------------------------------
Exception: java.rmi.ConnectException
Message: Connection refused to host: 127.0.0.1; nested exception is:
java.net.ConnectException: Connection refused: connect
---- cause ---------------------------------------------------------------------
Exception: java.net.ConnectException
Message: Connection refused: connect
---- stack trace ---------------------------------------------------------------
java.net.ConnectException: Connection refused: connect
--