From continuum-dev-return-4638-apmail-maven-continuum-dev-archive=maven.apache.org@maven.apache.org Tue Feb 14 12:53:12 2006 Return-Path: Delivered-To: apmail-maven-continuum-dev-archive@www.apache.org Received: (qmail 65206 invoked from network); 14 Feb 2006 12:53:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Feb 2006 12:53:12 -0000 Received: (qmail 59638 invoked by uid 500); 14 Feb 2006 12:53:11 -0000 Delivered-To: apmail-maven-continuum-dev-archive@maven.apache.org Received: (qmail 59612 invoked by uid 500); 14 Feb 2006 12:53:11 -0000 Mailing-List: contact continuum-dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-dev@maven.apache.org Received: (qmail 59592 invoked by uid 99); 14 Feb 2006 12:53:11 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2006 04:53:11 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_EXCESS_QP X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [63.246.20.114] (HELO 63-246-20-114.contegix.com) (63.246.20.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2006 04:53:08 -0800 Received: (qmail 4739 invoked by uid 89); 14 Feb 2006 12:52:47 -0000 Received: from unknown (HELO codehaus01.managed.contegix.com) (127.0.0.1) by smtp.domain.com with SMTP; 14 Feb 2006 12:52:47 -0000 Message-ID: <127349311.1139921567078.JavaMail.haus-jira@codehaus01.managed.contegix.com> Date: Tue, 14 Feb 2006 06:52:47 -0600 (CST) From: "=?ANSI_X3.4-1968?Q?Michael_B=3Fckling_=28JIRA=29?=" To: continuum-dev@maven.apache.org Subject: [jira] Created: (CONTINUUM-592) Adding a Build Definition to a project throws an NPE MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Adding a Build Definition to a project throws an NPE ---------------------------------------------------- Key: CONTINUUM-592 URL: http://jira.codehaus.org/browse/CONTINUUM-592 Project: Continuum Type: Bug Components: Core system =20 Environment: SuSE Linux 9.2 Maven 2.0.2 Continuum 1.0.3-SNAPHOT Reporter: Michael B=F6ckling Adding a Build Definitionwith a different Schedule to a project throws an N= PE, while changing the DEFAULT_SCHEDULE works, so there can only be a singl= e Schedule per project. Stacktrace: ognl.MethodFailedException: Method "addBuildDefinition" failed for object o= rg.apache.maven.continuum.DefaultContinuum@739aa3 [java.lang.NullPointerExc= eption] at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:796) at ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:61) at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:819) at ognl.ASTMethod.getValueBody(ASTMethod.java:75) at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170) at ognl.SimpleNode.getValue(SimpleNode.java:210) at ognl.Ognl.getValue(Ognl.java:333) at ognl.Ognl.getValue(Ognl.java:378) at ognl.Ognl.getValue(Ognl.java:357) at org.apache.maven.continuum.web.action.CallApplicationModel.execute(C= allApplicationModel.java:72) at org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionV= alve.java:68) at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(Abstract= Pipeline.java:70) at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54) at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:35= 8) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicat= ionHandler.java:294) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:= 567) at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicatio= nContext.java:525) at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) at org.mortbay.http.HttpServer.service(HttpServer.java:879) at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java= :218) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) /-- Encapsulated exception ------------\ java.lang.NullPointerException at org.apache.maven.continuum.DefaultContinuum.addBuildDefinition(Defau= ltContinuum.java:1083) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl= .java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcce= ssorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at ognl.OgnlRuntime.invokeMethod(OgnlRuntime.java:491) at ognl.OgnlRuntime.callAppropriateMethod(OgnlRuntime.java:785) at ognl.ObjectMethodAccessor.callMethod(ObjectMethodAccessor.java:61) at ognl.OgnlRuntime.callMethod(OgnlRuntime.java:819) at ognl.ASTMethod.getValueBody(ASTMethod.java:75) at ognl.SimpleNode.evaluateGetValueBody(SimpleNode.java:170) at ognl.SimpleNode.getValue(SimpleNode.java:210) at ognl.Ognl.getValue(Ognl.java:333) at ognl.Ognl.getValue(Ognl.java:378) at ognl.Ognl.getValue(Ognl.java:357) at org.apache.maven.continuum.web.action.CallApplicationModel.execute(C= allApplicationModel.java:72) at org.codehaus.plexus.summit.pipeline.valve.ActionValve.invoke(ActionV= alve.java:68) at org.codehaus.plexus.summit.pipeline.AbstractPipeline.invoke(Abstract= Pipeline.java:70) at org.codehaus.plexus.summit.Summit.doGet(Summit.java:54) at org.codehaus.plexus.summit.Summit.doPost(Summit.java:108) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:35= 8) at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicat= ionHandler.java:294) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:= 567) at org.mortbay.http.HttpContext.handle(HttpContext.java:1807) at org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicatio= nContext.java:525) at org.mortbay.http.HttpContext.handle(HttpContext.java:1757) at org.mortbay.http.HttpServer.service(HttpServer.java:879) at org.mortbay.http.HttpConnection.service(HttpConnection.java:789) at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960) at org.mortbay.http.HttpConnection.handle(HttpConnection.java:806) at org.mortbay.http.SocketListener.handleConnection(SocketListener.java= :218) at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:331) at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:520) \--------------------------------------/=20 --=20 This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira