[jbossws-issues] [JBoss JIRA] Created: (JBWS-2698) Calling setPrefix(newPrefix) on any SOAPElement the prefix is not used for marshalling.

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Thu Jul 2 13:33:51 EDT 2009


Calling setPrefix(newPrefix) on any SOAPElement the prefix is not used for marshalling.
---------------------------------------------------------------------------------------

                 Key: JBWS-2698
                 URL: https://jira.jboss.org/jira/browse/JBWS-2698
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions:  jbossws-native-3.1.2
            Reporter: Darran Lofthouse
            Assignee: Darran Lofthouse
             Fix For: jbossws-native-3.2.0


Calling setPrefix(newPrefix) on any SOAPElement the prefix is not used for marshalling.

This is because the SOAPElementImpl caches the name and does not regenerate the name, when setPrefix is called the cached name should be cleared so it can be re-generated using the new prefix.





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list