Ah, thanks - that is it! I had Xalan and Xerces from Cocoon in my endorsed directory. With the jars in there, I never get the exception! But without an endorsed directory I can reproduce this behaviour!
Ok, now I can start finding the real problem. Sigh.. Thanks Carsten > -----Original Message----- > From: Timothy Larson [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 04, 2003 5:05 PM > To: [EMAIL PROTECTED] > Subject: RE: [BUG] : java.util.EmptyStackException on EnvironmentStack > > > Hi Carsten, > > Thanks for your time. > I do not have an "lib/endorsed" directory at all, and the Saxon-7.3.1 > jar file is in Cocoon's WEB-INF/lib directory. > > I do have one patch applied to Saxon-7.3.1 to fix the > "[ 655948 ] Namespace declarations in TEXT output" bug listed at: > http://sourceforge.net/tracker/index.php?func=detail&aid=655948&gr oup_id=29872&atid=397617 In the file net\sf\saxon\event\TEXTEmitter.java I followed Michael Kay's directions and replaced: public void namespace(int namespaceCode) {} with: public void namespace(int namespaceCode, int properties) {} Tim >>>> [EMAIL PROTECTED] 02/04/03 02:33AM >>> >Hi Tim, > >one more question, what do you have in your JDK/lib/endorsed directory? > >Carsten --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]