Return-Path: Delivered-To: apmail-xml-cocoon-dev-archive@xml.apache.org Received: (qmail 37376 invoked by uid 500); 5 Feb 2003 07:15:48 -0000 Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-dev@xml.apache.org Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 37365 invoked from network); 5 Feb 2003 07:15:47 -0000 From: "Carsten Ziegeler" To: Subject: RE: [BUG] : java.util.EmptyStackException on EnvironmentStack Date: Wed, 5 Feb 2003 08:15:57 +0100 Message-ID: MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal X-MIMETrack: Itemize by SMTP Server on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 05.02.2003 08:15:46, Serialize by Router on PBSN1/Systeme und Netzwerke(Release 5.0.8 |June 18, 2001) at 05.02.2003 08:15:47, Serialize complete at 05.02.2003 08:15:47 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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:Tdlarson@ci.canton.oh.us] > Sent: Tuesday, February 04, 2003 5:05 PM > To: cocoon-dev@xml.apache.org > 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 >>>> cziegeler@s-und-n.de 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: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org For additional commands, email: cocoon-dev-help@xml.apache.org