Return-Path: Mailing-List: contact cocoon-dev-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-dev@xml.apache.org Received: (qmail 79838 invoked from network); 30 Aug 2000 14:22:20 -0000 Received: from unknown (HELO onclave.com) (208.249.126.103) by locus.apache.org with SMTP; 30 Aug 2000 14:22:20 -0000 Received: from vader [151.204.64.144] by onclave.com with ESMTP (SMTPD32-6.00) id A95A1200152; Wed, 30 Aug 2000 10:25:30 -0400 From: "Per Kreipke" To: Subject: RE: new sql logicsheet! Date: Wed, 30 Aug 2000 10:20:29 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N > so i got tired of waiting for comments and went ahead and wrote something > out. it works smashingly in my tests so far. i have attached it and an > example of its usage to this email in hopes of garnering some comments > from y'all. I'm trying to run your example under Cocoon 1.8 and can't, I get a NULL pointer exception. - I added the following to cocoon.properties and copied the esql.xsl taglib to the appropriate directory (all on one line, of course): processor.xsp.logicsheet.esql.java = resource://org/apache/cocoon/processor/xsp/library/java/esql.xsl - I've tracked it down to the namespace declaration in the xsp:page tag, which probably indicates a silly error on my part. That is, if I take out the actual tag and leave the following, it compiles and displays 'testing': testing But if I insert the following namespace declaration into the xsp:page tag: xmlns:esql="http://apache.org/cocoon/SQL/v2" I get a NullPointerException in org.apache.cocoon.processor.xsp.XSPProcessor.process(). Per.