Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 58402 invoked from network); 9 Nov 2005 22:46:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 9 Nov 2005 22:46:40 -0000 Received: (qmail 65356 invoked by uid 500); 9 Nov 2005 22:46:28 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 65258 invoked by uid 500); 9 Nov 2005 22:46:28 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 65020 invoked by uid 99); 9 Nov 2005 22:46:27 -0000 X-ASF-Spam-Status: No, hits=1.3 required=10.0 tests=SPF_FAIL 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, 09 Nov 2005 14:46:24 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 7165B220 for ; Wed, 9 Nov 2005 23:46:03 +0100 (CET) Message-ID: <474376473.1131576363462.JavaMail.jira@ajax.apache.org> Date: Wed, 9 Nov 2005 23:46:03 +0100 (CET) From: "Jacek Laskowski (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Created: (GERONIMO-1150) NullPointerException when no security element is in plan Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N NullPointerException when no security element is in plan -------------------------------------------------------- Key: GERONIMO-1150 URL: http://issues.apache.org/jira/browse/GERONIMO-1150 Project: Geronimo Type: Bug Components: web, deployment Versions: 1.0 Reporter: Jacek Laskowski Assigned to: Jacek Laskowski Fix For: 1.0 When no security element is specified in a plan, the following NullPointerException is thrown. [java] Caused by: java.lang.NullPointerException [java] at org.apache.geronimo.jetty.deployment.JettyModuleBuilder.addGBeans(JettyModuleBuilder.java:815) [java] ... 43 more According to the xsd - jetty-builder\src\schema\geronimo-jetty-1.0.xsd - and JettyModuleBuilder the element is not mandatory. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira