Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
unspecified
-
None
-
Operating System: Windows NT/2K
Platform: PC
-
24216
Description
In XMLBeans v1 :
When using XmlError.forObject(String,int,XmlObject) to create a custom XmlError,
the resulting XmlError fail to give back the location of the error (the
XmlObject) because the underlying XmlCursor has been disposed.
( XmlError.forObject(String,int,XmlObject) explicitly call XmlCursor.dispose()
and I think it shouldn't )
Best regards
Arrault Fabien