Return-Path: Delivered-To: apmail-incubator-abdera-dev-archive@locus.apache.org Received: (qmail 41947 invoked from network); 31 Jan 2008 17:23:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 Jan 2008 17:23:31 -0000 Received: (qmail 76501 invoked by uid 500); 31 Jan 2008 17:23:22 -0000 Delivered-To: apmail-incubator-abdera-dev-archive@incubator.apache.org Received: (qmail 76410 invoked by uid 500); 31 Jan 2008 17:23:22 -0000 Mailing-List: contact abdera-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: abdera-dev@incubator.apache.org Delivered-To: mailing list abdera-dev@incubator.apache.org Received: (qmail 76401 invoked by uid 99); 31 Jan 2008 17:23:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 09:23:22 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Jan 2008 17:23:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3CDC671403C for ; Thu, 31 Jan 2008 09:23:08 -0800 (PST) Message-ID: <22705861.1201800188218.JavaMail.jira@brutus> Date: Thu, 31 Jan 2008 09:23:08 -0800 (PST) From: "James M Snell (JIRA)" To: abdera-dev@incubator.apache.org Subject: [jira] Resolved: (ABDERA-98) NullPointerException in AbstractClientResponse if abdera-parser jar is not in the classpath In-Reply-To: <21748896.1201799707895.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/ABDERA-98?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] James M Snell resolved ABDERA-98. --------------------------------- Resolution: Fixed Fix Version/s: 0.4.0 Hmm... while this could be handled more elegantly, abdera-parser is a requirement for this to run unless it has been replaced by another parser implementation. So this is technically not a bug > NullPointerException in AbstractClientResponse if abdera-parser jar is not in the classpath > ------------------------------------------------------------------------------------------- > > Key: ABDERA-98 > URL: https://issues.apache.org/jira/browse/ABDERA-98 > Project: Abdera > Issue Type: Bug > Affects Versions: 0.4.0 > Reporter: Andrew Perepelytsya > Fix For: 0.4.0 > > > ClientResponse.getDocument() causes NPE at runtime then. > Caused by: java.lang.NullPointerException > at org.apache.abdera.protocol.client.AbstractClientResponse.getDocument(AbstractClientResponse.java:80) > at org.apache.abdera.protocol.client.AbstractClientResponse.getDocument(AbstractClientResponse.java:68) > at org.mule.galaxy.bootstrap.AbderaBootstrap.bootstrap(AbderaBootstrap.java:51) > ... 5 more -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.