Description
By allowing the user to select a uddiv2 connection, I think we are saying that we support this combination?
When I try to use the console with juddi v2, I get a the following exception when it is trying to create a subscription connection in the UDDIHub:
org.apache.juddi.v3.client.transport.TransportException: com.sun.xml.bind.v2.runtime.JAXBContextImpl cannot be cast to com.sun.xml.bind.api.JAXBRIContext
when it is trying to:
subscription = transport.getUDDISubscriptionService();
Which is understandable since the UDDI v2 protocol does not support this.