Willem or whomever, If you remove the @org.junit.Ignore from JsHttpRequestTest, you will see address in use binding errors from this test, which eventually result in a failure. Oddly, there's no problem in eclipse, only in Maven.
I can probably get around this by subverting JUnit via some static setup that avoids reinitializing services, since for this test it would be fine for all the services to come up once. Nonetheless, this isn't what we intend, I think, so I'm filing a JIRA. --benson
