Description
From testing a bit, it seems like the clerks functionality doesn't work with a "default" WS transport node because tomcat isn't open to make requests yet - when we try to save the clerk, we need to grab a GetAuthToken, and that request just hangs, waiting for Tomcat's ports to open.
We need to do a few things in this area :
- doc the problem
- change juddi-console's default transport to be InVM rather than WS