You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Benson Margulies (JIRA)" <ji...@apache.org> on 2008/07/25 00:33:31 UTC

[jira] Created: (CXF-1722) CXF does not write out PIs at the root of the WSDL file

CXF does not write out PIs at the root of the WSDL file
-------------------------------------------------------

                 Key: CXF-1722
                 URL: https://issues.apache.org/jira/browse/CXF-1722
             Project: CXF
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.1.2, 2.0.8, 2.0.9
            Reporter: Benson Margulies
             Fix For: 2.1.2, 2.0.9




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


[jira] Reopened: (CXF-1722) CXF does not write out PIs at the root of the WSDL file

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp reopened CXF-1722:
------------------------------




Most likely, in those cases, we would be calling writeDocument with the writePrologue falg set to false as it would be encapsulated in a soap message or something that would have already written that.    Most likely, if prologue writing is turned off, we DON'T want to write any PI's either as they would be invalid.   Thus, my suggestion would be to use the old behavior if false and your new code if true.


> CXF does not write out PIs at the root of the WSDL file
> -------------------------------------------------------
>
>                 Key: CXF-1722
>                 URL: https://issues.apache.org/jira/browse/CXF-1722
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.8, 2.1.2, 2.0.9
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.1.2
>
>


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


[jira] Resolved: (CXF-1722) CXF does not write out PIs at the root of the WSDL file

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies resolved CXF-1722.
-----------------------------------

    Resolution: Fixed

PIs are now suppressed if we're not writing a prolog.


> CXF does not write out PIs at the root of the WSDL file
> -------------------------------------------------------
>
>                 Key: CXF-1722
>                 URL: https://issues.apache.org/jira/browse/CXF-1722
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.8, 2.1.2, 2.0.9
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.1.2
>
>


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


[jira] Resolved: (CXF-1722) CXF does not write out PIs at the root of the WSDL file

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies resolved CXF-1722.
-----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 2.0.9)

Fix made as per Dan's suggestion in StaxUtils.

> CXF does not write out PIs at the root of the WSDL file
> -------------------------------------------------------
>
>                 Key: CXF-1722
>                 URL: https://issues.apache.org/jira/browse/CXF-1722
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.2, 2.0.8, 2.0.9
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.1.2
>
>


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


[jira] Assigned: (CXF-1722) CXF does not write out PIs at the root of the WSDL file

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benson Margulies reassigned CXF-1722:
-------------------------------------

    Assignee: Benson Margulies

> CXF does not write out PIs at the root of the WSDL file
> -------------------------------------------------------
>
>                 Key: CXF-1722
>                 URL: https://issues.apache.org/jira/browse/CXF-1722
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.1.2, 2.0.8, 2.0.9
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.1.2, 2.0.9
>
>


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


[jira] Commented: (CXF-1722) CXF does not write out PIs at the root of the WSDL file

Posted by "Benson Margulies (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-1722?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12617502#action_12617502 ] 

Benson Margulies commented on CXF-1722:
---------------------------------------

I've made Dan's suggested adjustment.

> CXF does not write out PIs at the root of the WSDL file
> -------------------------------------------------------
>
>                 Key: CXF-1722
>                 URL: https://issues.apache.org/jira/browse/CXF-1722
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0.8, 2.1.2, 2.0.9
>            Reporter: Benson Margulies
>            Assignee: Benson Margulies
>             Fix For: 2.1.2
>
>


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