Return-Path: Delivered-To: apmail-jakarta-taglibs-dev-archive@www.apache.org Received: (qmail 52506 invoked from network); 21 Dec 2005 12:17:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Dec 2005 12:17:23 -0000 Received: (qmail 869 invoked by uid 500); 21 Dec 2005 12:17:21 -0000 Delivered-To: apmail-jakarta-taglibs-dev-archive@jakarta.apache.org Received: (qmail 848 invoked by uid 500); 21 Dec 2005 12:17:21 -0000 Mailing-List: contact taglibs-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tag Libraries Developers List" Reply-To: "Tag Libraries Developers List" Delivered-To: mailing list taglibs-dev@jakarta.apache.org Received: (qmail 835 invoked by uid 99); 21 Dec 2005 12:17:20 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Dec 2005 04:17:20 -0800 Received: by ajax.apache.org (Postfix, from userid 99) id 8662FCB; Wed, 21 Dec 2005 13:16:59 +0100 (CET) From: bugzilla@apache.org To: taglibs-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 37990] New: - Changed Jaxen API breaks Taglib Message-ID: X-Bugzilla-Reason: AssignedTo Date: Wed, 21 Dec 2005 13:16:59 +0100 (CET) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=37990 Summary: Changed Jaxen API breaks Taglib Product: Taglibs Version: 1.0.6 Platform: PC OS/Version: Windows XP Status: NEW Severity: normal Priority: P2 Component: XTags Taglib AssignedTo: taglibs-dev@jakarta.apache.org ReportedBy: nico.max@db.com The Xtags fail to work when using the current version of Jaxen (jaxen-1.1-beta- 8). The reason seems to be the class org.jaxen.dom.DocumentNavigator, method getInstance(), which causes a NoSuchMethodException when the taglib tries to call it. In earlier versions this method returned org.jaxen.DocumentNavigator, but now it returns org.jaxen.Navigator. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org