Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 67474 invoked from network); 16 Feb 2005 19:21:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 16 Feb 2005 19:21:01 -0000 Received: (qmail 75673 invoked by uid 500); 16 Feb 2005 19:20:52 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 75621 invoked by uid 500); 16 Feb 2005 19:20:52 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 75601 invoked by uid 99); 16 Feb 2005 19:20:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtp.selectica.com (HELO smtp.selectica.com) (4.21.57.12) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 16 Feb 2005 11:20:50 -0800 Received: from it-exch.selectica.com ([10.0.12.41]) by smtp.selectica.com (8.12.8/8.12.8) with ESMTP id j1GJKmK7011879 for ; Wed, 16 Feb 2005 11:20:48 -0800 Received: by hq.selectica.com with Internet Mail Service (5.5.2653.19) id <1B6Q5AP8>; Wed, 16 Feb 2005 11:20:50 -0800 Message-ID: From: "Gogineni, Pratima" To: "'Jakarta Commons Users List'" Subject: [digester] include in xmlrules Date: Wed, 16 Feb 2005 11:20:49 -0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I am trying to use include tag for programmatically creating rules in xmlrules. I see that my programatic rules are not matched even though the rule executor was executed. The below are the code snippets - am I doing something wrong? XMLRules Rule Creator public void getRules(Digester digester) { System.out.println("In Rule Creator"); Rule rule = new CustomRule(digester); digester.addRule("f", rule); digester.addRule("f", new SetNextRule(digester,"setScriptExtraInfo")); } Config File aName aName Thanks Pratima --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org