You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Lori VanGulick (JIRA)" <ji...@apache.org> on 2009/11/10 20:11:27 UTC

[jira] Created: (AXIS2-4550) Parser incorrectly complains about mising prefix or duplicate attributes on the soap message

Parser incorrectly complains about mising prefix or duplicate attributes on the soap message
--------------------------------------------------------------------------------------------

                 Key: AXIS2-4550
                 URL: https://issues.apache.org/jira/browse/AXIS2-4550
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: jaxws
            Reporter: Lori VanGulick


When using the when the JAX-WS Dispatch<OMElement> 
or Provider<OMElement> APIs, there may be cases where the parser incorrectly reports missing prefix and/or duplicate attributes on the SOAP message.

Under some circumstances the JAX-WS implementation of the 
Dispatch<OMElement> and Provider<OMElement> APIs are not able 
to find the namespace or attribute declarations that are  
located on ancestor xml elements or these declarations 
were incorrectly discovered to be duplicated.

The algorithm should be corrected to propagate namespace and 
attribute declarations to child elements.



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


[jira] Resolved: (AXIS2-4550) Parser incorrectly complains about mising prefix or duplicate attributes on the soap message

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

Rich Scheuerle resolved AXIS2-4550.
-----------------------------------

    Resolution: Fixed

> Parser incorrectly complains about mising prefix or duplicate attributes on the soap message
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4550
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4550
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4550.patch
>
>
> When using the when the JAX-WS Dispatch<OMElement> 
> or Provider<OMElement> APIs, there may be cases where the parser incorrectly reports missing prefix and/or duplicate attributes on the SOAP message.
> Under some circumstances the JAX-WS implementation of the 
> Dispatch<OMElement> and Provider<OMElement> APIs are not able 
> to find the namespace or attribute declarations that are  
> located on ancestor xml elements or these declarations 
> were incorrectly discovered to be duplicated.
> The algorithm should be corrected to propagate namespace and 
> attribute declarations to child elements.

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


[jira] Assigned: (AXIS2-4550) Parser incorrectly complains about mising prefix or duplicate attributes on the soap message

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

Rich Scheuerle reassigned AXIS2-4550:
-------------------------------------

    Assignee: Rich Scheuerle

> Parser incorrectly complains about mising prefix or duplicate attributes on the soap message
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4550
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4550
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>            Assignee: Rich Scheuerle
>         Attachments: AXIS2-4550.patch
>
>
> When using the when the JAX-WS Dispatch<OMElement> 
> or Provider<OMElement> APIs, there may be cases where the parser incorrectly reports missing prefix and/or duplicate attributes on the SOAP message.
> Under some circumstances the JAX-WS implementation of the 
> Dispatch<OMElement> and Provider<OMElement> APIs are not able 
> to find the namespace or attribute declarations that are  
> located on ancestor xml elements or these declarations 
> were incorrectly discovered to be duplicated.
> The algorithm should be corrected to propagate namespace and 
> attribute declarations to child elements.

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


[jira] Updated: (AXIS2-4550) Parser incorrectly complains about mising prefix or duplicate attributes on the soap message

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

Lori VanGulick updated AXIS2-4550:
----------------------------------

    Attachment: AXIS2-4550.patch

Attaching patch. 

> Parser incorrectly complains about mising prefix or duplicate attributes on the soap message
> --------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-4550
>                 URL: https://issues.apache.org/jira/browse/AXIS2-4550
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: jaxws
>            Reporter: Lori VanGulick
>         Attachments: AXIS2-4550.patch
>
>
> When using the when the JAX-WS Dispatch<OMElement> 
> or Provider<OMElement> APIs, there may be cases where the parser incorrectly reports missing prefix and/or duplicate attributes on the SOAP message.
> Under some circumstances the JAX-WS implementation of the 
> Dispatch<OMElement> and Provider<OMElement> APIs are not able 
> to find the namespace or attribute declarations that are  
> located on ancestor xml elements or these declarations 
> were incorrectly discovered to be duplicated.
> The algorithm should be corrected to propagate namespace and 
> attribute declarations to child elements.

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