[JBoss JIRA] Created: (JBWS-3283) Provide a stax based parser of jaxws endpoint config descriptors
by Alessio Soldano (JIRA)
Provide a stax based parser of jaxws endpoint config descriptors
----------------------------------------------------------------
Key: JBWS-3283
URL: https://issues.jboss.org/browse/JBWS-3283
Project: JBoss Web Services
Issue Type: Sub-task
Security Level: Public (Everyone can see)
Components: jbossws-cxf, jbossws-integration, jbossws-native
Reporter: Alessio Soldano
Assignee: Alessio Soldano
Fix For: jbossws-cxf-4.0.0.Beta1, jbossws-native-4.0.0.Beta1
We need a stax based parser of the jaxws endpoint config descriptors; that most probably needs to live in jbossws-spi and extend the already available org.jboss.wsf.spi.metadata.AbstractHandlerChainsMetaDataParser for the handler-chain related parsing.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (JBWS-3198) EPR's address is NOT used for invocations on the endpoint when the dispatchImpl is created with EPR
by Jim Ma (JIRA)
EPR's address is NOT used for invocations on the endpoint when the dispatchImpl is created with EPR
----------------------------------------------------------------------------------------------------
Key: JBWS-3198
URL: https://issues.jboss.org/browse/JBWS-3198
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: jbossws-cxf, jbossws-native
Affects Versions: jbossws-native-3.4.1, jbossws-cxf-3.4.1
Reporter: Jim Ma
Assignee: Jim Ma
Fix For: jbossws-native-4.0, jbossws-cxf-4.0
>From the jaxws api :
Creates a Dispatch instance for use with objects of the user's choosing. If there are any reference parameters in the endpointReference, then those reference parameters MUST appear as SOAP headers, indicating them to be reference parameters, on all messages sent to the endpoint. The endpointReference's address MUST be used for invocations on the endpoint. In the implementation of this method, the JAX-WS runtime system takes the responsibility of selecting a protocol binding (and a port) and configuring the dispatch accordingly from the WSDL associated with this Service instance or from the metadata from the endpointReference. If this Service instance has a WSDL and the endpointReference also has a WSDL in its metadata, then the WSDL from this instance MUST be used. If this Service instance does not have a WSDL and the endpointReference does have a WSDL, then the WSDL from the endpointReference MAY be used. An implementation MUST be able to retrieve the portName from the endpointReference metadata.
This method behaves the same as calling
dispatch = service.createDispatch(portName, type, mode, features);
where the portName is retrieved from the WSDL or EndpointReference metadata.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months
[JBoss JIRA] Created: (JBWS-3278) CLONE - Support for multiple schemas validation
by Kyle Lape (JIRA)
CLONE - Support for multiple schemas validation
-----------------------------------------------
Key: JBWS-3278
URL: https://issues.jboss.org/browse/JBWS-3278
Project: JBoss Web Services
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: jbossws-native
Affects Versions: jbossws-native-3.0.1
Reporter: Kyle Lape
Assignee: Kyle Lape
Priority: Optional
Fix For: jbossws-native-4.0
The schema validation feature currently support one imported schema only. We should support multiple schemas instead.
The workaround is to define new schema file that imports all other schema files user want to validate.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 8 months