> java.lang.NullPointerException > at > com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(WSServiceDel > egate.java:298) > at > com.sun.xml.internal.ws.client.WSServiceDelegate.getPort(WSServiceDel > egate.java:306)
I played with this a bit. All of the problems *are* to do with how the test environment is set up. This particular NPE is to do with the General module not being directly available on the test's classpath. Hence it can't find the test client wsdl. Getting past this there are lots more problems so we need a more scientific approach to getting these running in some kind of sensible way. Simon
