[
https://issues.jboss.org/browse/JBTM-1940?page=com.atlassian.jira.plugin....
]
Paul Robinson updated JBTM-1940:
--------------------------------
Description:
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.
was:
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 due to "MustUnderstand headers:
[{http://docs.oasis-open.org/ws-tx/wscoor/2006/06}CoordinationContext] are not
understood"
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.
Server-side XTS handlers not added if @WebService#portName is
missing
---------------------------------------------------------------------
Key: JBTM-1940
URL:
https://issues.jboss.org/browse/JBTM-1940
Project: JBoss Transaction Manager
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: TXFramework, XTS
Reporter: Paul Robinson
Assignee: Paul Robinson
Fix For: 5.0.0.M5
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