Hi

I'm using the RmiRegistryFactoryBean to retrieve the JBoss RMI server :

The port is set using a pre-goal to choose a free TCP port
Here is my log :

Looking for RMI registry at port '3890'
right, this is the expected port

Could not detect RMI registry - creating new one
strange, JBoss was expected to create it

Address already in use: JVM_Bind
Hey, is it created or not ?

What could be wong ?