You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by "Campana Jr., Salvatore J" <sa...@hp.com> on 2004/02/10 15:52:17 UTC

Threading issues Xerces 2.3?

Has anyone had threading issues with Xerces 2.3? 

-----Original Message-----
From: Campana Jr., Salvatore J 
Sent: Friday, February 06, 2004 3:15 PM
To: 'xerces-j-user@xml.apache.org'
Subject: RE: Help: Xerces 2.3 DeferredElementNSImpl.synchronizeData()
throws NullPointer

Yes, I understand that and I check for a null return.

The problem is that DeferredElementNSImpl.synchronizeData() throws a
NullPointer because it does not check for null....

So either there is a bug which has existed for sometime, and still
exists...or there is some other reason why this occurs....

Is there even a way to determine if a Node is a Level 1 DOM node at
runtime?

Thx! 

-----Original Message-----
From: Joseph Kesselman [mailto:keshlam@us.ibm.com]
Sent: Friday, February 06, 2004 3:10 PM
To: xerces-j-user@xml.apache.org
Subject: RE: Help: Xerces 2.3 DeferredElementNSImpl.synchronizeData()
throws NullPointer





localName will be null if the node is a Level 1 DOM node -- ie, was
produced by a non-namespace-aware DOM builder, or by calling the
semi-deprecated createElement/createAttribute/setAttribute methods
rather than the new ...NS versions of those methods.

______________________________________
Joe Kesselman, IBM Next-Generation Web Technologies: XML, XSL and more.
"The world changed profoundly and unpredictably the day Tim Berners Lee
got bitten by a radioactive spider." -- Rafe Culpin, in r.m.filk


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-user-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-user-help@xml.apache.org