I am getting into problems running the AS testsuite using IPV6 addresses. The problem is in org.jnp.interfaces.NamingContext. Even with the fix JBAS-6390, lots of tests are failing since they ignore node0.jndi.url property and just assume jnp://$HOST:$PORT syntax.


As far as I understand, it would be required to either:


a) add support for standard IPV6 url in the form of: jnp://[$IPV6_ADDR]:$PORT


or


b) fix those test cases to use alternate jnp://$HOST@$PORT syntax


Any comments?


Thanks,


Dominik