Where do you see this code? It is probably incorrect to assume that the element 
the name is created from will be qualified.

The current implementation in Branch_4_0 is like this


  |    /** Recursive function
  |     */
  |    private SOAPElementAxisImpl importDOMElement(SOAPElementAxisImpl 
soapParent, Element domElement)
  |    {
  |       try
  |       {
  |          NameImpl name;
  |          if (domElement.getNamespaceURI() != null)
  |             name = new NameImpl(domElement.getLocalName(), 
domElement.getPrefix(), domElement.getNamespaceURI());
  |          else
  |             name = new NameImpl(domElement.getLocalName());
  | 
  | ...
  | 

You might find that this issue is already fixed with this change.

cvs co -r Branch_4_0 jboss-4.0

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3867748#3867748

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3867748


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to