http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2005
*** shadow/2005 Fri Jun 22 08:34:54 2001
--- shadow/2005.tmp.15403 Sun Jun 24 15:09:28 2001
***************
*** 2,9 ****
| Null-pointer in XPath with serialized Templates ( org.apache.xalan.templat |
+----------------------------------------------------------------------------+
| Bug #: 2005 Product: XalanJ2 |
! | Status: NEW Version: 2.0.1 |
! | Resolution: Platform: PC |
| Severity: Normal OS/Version: All |
| Priority: Other Component: org.apache.xalan.templa |
+----------------------------------------------------------------------------+
--- 2,9 ----
| Null-pointer in XPath with serialized Templates ( org.apache.xalan.templat |
+----------------------------------------------------------------------------+
| Bug #: 2005 Product: XalanJ2 |
! | Status: RESOLVED Version: 2.0.1 |
! | Resolution: FIXED Platform: PC |
| Severity: Normal OS/Version: All |
| Priority: Other Component: org.apache.xalan.templa |
+----------------------------------------------------------------------------+
***************
*** 50,52 ****
--- 50,62 ----
------- Additional Comments From [EMAIL PROTECTED] 2001-06-22 08:34 -------
Created an attachment (id=249)
A fix to re-initializing transient Object pool after UnionPathIterator
deserialization
+
+
+ ------- Additional Comments From [EMAIL PROTECTED] 2001-06-24 15:09 -------
+ I fixed this enough to pass Shane's tests: made the pools in LocPathIterator
+ and UnionPathIterator transient, and initialize them in readObject functions.
+ In PredicatedNodeTest, init m_proximityPositions in the readObject function,
+ and set m_predicateIndex to -1.
+
+ The test for this really needs to cover the entire testsuite and then some...
+ i.e. SerializedStylesheetTest should probably be an XSLDirectoryIterator?
\ No newline at end of file