We are migrating a webservice from glassfish v2 to v3 and an exception is
being thrown at deploy time.
The exception is:
Unable to create a new URI instance for generated endpoint URI string
I believe the problem is that our endpoint uri contains a # character and the
TubelineAssemblyController adds a second # when it appends the port and
service name. The URI now contains two #s which is not a legal URI and an
exception is thrown. This is the code which appends this :