[jbossws-issues] [JBoss JIRA] Created: (JBWS-2854) Make sure JBXB implements support for unmarshal(Source)

Martin Vecera (JIRA) jira-events at lists.jboss.org
Tue Dec 8 07:28:48 EST 2009


Make sure JBXB implements support for unmarshal(Source)
-------------------------------------------------------

                 Key: JBWS-2854
                 URL: https://jira.jboss.org/jira/browse/JBWS-2854
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions: jbossws-native-3.2.1,  jbossws-native-3.1.2
            Reporter: Martin Vecera


The issue here is that WS has to use org.jboss.wsf.common.DOMWriter to convert (DOM)Source to a String to be able to pass it to JBXB. There is already an issue (JBXB-100) that requests a support for different interface. I reopened the issue and tried to explain why there is such a need for the support.

The thing is that DOMWriter.normalize() method calls (that are really inefficient and cause performance issue, see JBWS-2853) wouldn't be necessary then.

-- 
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