JAX-WS dynamic ports should be scoped to the service instance the created them ------------------------------------------------------------------------------
Key: AXIS2-4952 URL: https://issues.apache.org/jira/browse/AXIS2-4952 Project: Axis2 Issue Type: Bug Components: jaxws Reporter: Jeff Barrett Assignee: Jeff Barrett When a JAX-WS dynamic port is added via addPort(...), it should be scoped to the instance of the service that created it. Currently dynamic ports are scoped in the runtime by (PortQName, Binding ID, Endpoint Address) across all services on a given configuration context. That means that different services will share the same dynamic ports based only on (PortQName, Binding ID, Endpoint Address), even if those services are entirely different (i.e. different service QNames). A flag needs to be provided to revert the behavior to share the dynamic ports across services. -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org