Hi Kesav I've built a JUnit test case to reproduce your problem (src/test/org/dom4j/TestSerialize.java) which I've now fixed and committed to CVS. The daily build also contains this fix.
The next release will contain this patch and should be here really soon now... James ----- Original Message ----- From: "Kesav Kumar" <[EMAIL PROTECTED]> To: "James Strachan" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, October 24, 2001 5:14 PM Subject: [dom4j-user] Serialization Problem > Hi, > > I am facing a strange serailzation problem. When seralize Document object > to file and read back from the file I can not add more elements to the > document. When ever I try to add new child after reading back from the file > I am getting NullPointer Exception. > > I wrote a mail before this indicating where the error happens. The > DocumentFactory doesn't instatiate transient variables after deserializing > objects which is causing to throw NullPointer Exceptions. > > Am I doing some thing wrong or this is a know bug? > > Regards, > > Kesav Kumar Kolla > > _______________________________________________ > dom4j-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/dom4j-user > _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ dom4j-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dom4j-user
