[jboss-jira] [JBoss JIRA] (WFLY-2201) Server-side XTS handlers not added if @WebService#portName is missing

Gytis Trikleris (JIRA) jira-events at lists.jboss.org
Tue Oct 8 06:38:03 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12811816#comment-12811816 ] 

Gytis Trikleris commented on WFLY-2201:
---------------------------------------

I do not want to raise the PR until JBTM-1963 is sorted, because it may cause the applications to fail unexpectedly...
                
> Server-side XTS handlers not added if @WebService#portName is missing
> ---------------------------------------------------------------------
>
>                 Key: WFLY-2201
>                 URL: https://issues.jboss.org/browse/WFLY-2201
>             Project: WildFly
>          Issue Type: Bug
>          Components: XTS
>            Reporter: Paul Robinson
>            Assignee: Gytis Trikleris
>            Priority: Minor
>             Fix For: 8.0.0.CR1
>
>
> To reproduce, remove portName or targetNameSpace attributes from org.jboss.narayana.compensations.functional.distributed.DistributedTest in the TXFramework suite. You will see that the test fails with:
> {code}
> "MustUnderstand headers: [{http://docs.oasis-open.org/ws-tx/wscoor/2006/06}CoordinationContext] are not understood"
> {code}
> The problem is that the Endpoint is not recognised, by the XTS subsytem, as having a valid @WebService annotation if these attributes are missing. In reality they are optional and an application should be allowed to leave them off. However, these attribute values are used by the XTS subsytem, so we would need to find a way of using the defaults if they are missing from the annotation.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list