You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "jmi (JIRA)" <ji...@apache.org> on 2008/04/24 10:37:21 UTC

[jira] Created: (CXF-1546) CDATA section markers removed from WSDL comments

CDATA section markers removed from WSDL comments
------------------------------------------------

                 Key: CXF-1546
                 URL: https://issues.apache.org/jira/browse/CXF-1546
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.1
         Environment: jdk1.5.0_06, xmlApi and xerces from jboss4.0.4GA, other libraries should be in versions from apache-cxf-2.1-incubator-20080408.031557-47
            Reporter: jmi
            Priority: Minor


when jaxws:endpoint is craeted with wsdlLocation attribute, then result of endpointname?wsdl is wsdl with these differences from original wsdl:
- CDATA sections markers are missing in wsdl:documentation elements, which efectivelly breaks formating of documentation in lots of wsdl viewers and also in javadoc after using wsdl2java of various WS stacks.

note that special character & was replaced with &amp; (this replacement shouldn't be done if CDATA is used)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.