david.boeren created JBWS-3775:
----------------------------------
Summary: Fix typo in Common Criteria Certification 5 JBoss WS CXF User Guide
Key: JBWS-3775
URL:
https://issues.jboss.org/browse/JBWS-3775
Project: JBoss Web Services
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: david.boeren
Priority: Minor
There is a typo in our webservices documentation that needs to get fixed.
The document is the "JBoss Enterprise Application Platform Common Criteria
Certification 5 JBoss WS CXF User Guide” which is hosted online here (and perhaps other
places?):
https://access.redhat.com/site/documentation/en-US/JBoss_Enterprise_Appli...
In chapter 8 on page 29 there is this XML:
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - -->
<!-- Created WS-Policy with WSRM addressing assertions -->
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - -->
<wsp:UsingPolicy/>
<wsp:Policy wsu:Id="wsrm10policy"
xmlns:wsu="http://docs.oasisopen.org/wss/2004/01/oasis-200401-wss-ws...
<wswa:UsingAddressing
xmlns:wswa="http://www.w3.org/2006/05/addressing/wsdl">
<wsp:Policy/>
<wswa:UsingAddressing>
<wsrmp:RMAssertion
xmlns:wsrmp="http://schemas.xmlsoap.org/ws/2005/02/rm/policy"/>
</wsp:Policy>
The issue is that the <wswa:UsingAddressing> end tag is missing the leading “/“.
--
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