Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 69111 invoked from network); 10 Aug 2000 10:22:19 -0000 Received: from oqiss01.epfl.ch (qmailr@128.179.52.2) by locus.apache.org with SMTP; 10 Aug 2000 10:22:19 -0000 Received: (qmail 17281 invoked from network); 10 Aug 2000 10:28:42 -0000 Received: from unknown (HELO lsnpc03.oqibo.com) (192.168.1.51) by oqiss01.epfl.ch with SMTP; 10 Aug 2000 10:28:42 -0000 Message-Id: <4.3.2.20000810114758.00b4c518@www.oqibo.com> X-Sender: sstouffs@www.oqibo.com X-Mailer: QUALCOMM Windows Eudora Version 4.3 Date: Thu, 10 Aug 2000 12:18:35 +0200 To: cocoon-users@xml.apache.org From: Alexandre Stouffs Subject: locating exceptions raised in populateDocument(..) Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello, I am developing a taglib with tags containing . When I access the page, I am getting this, for eg. java.lang.ClassCastException at _C_._project._demo._article_list.populateDocument(_article_list.java, Compiled Code) at org.apache.cocoon.processor.xsp.XSPPage.getDocument(XSPPage.java:96) [..] I would like to locate where the exception is raised in _article_list.java, there are no line number. Setting the log.level to debug in cocoon.properties does not help. Is there a way to find the line number ? Could recompiling cocoon with debugging enabled be some help ? I looked in the postings of the mailing list I have but found nothing. Thank you. Alex