Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 36165 invoked from network); 7 Mar 2008 21:37:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2008 21:37:06 -0000 Received: (qmail 93045 invoked by uid 500); 7 Mar 2008 21:37:03 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 93034 invoked by uid 500); 7 Mar 2008 21:37:03 -0000 Mailing-List: contact cxf-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cxf-dev@incubator.apache.org Delivered-To: mailing list cxf-issues@incubator.apache.org Received: (qmail 93025 invoked by uid 99); 7 Mar 2008 21:37:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 13:37:03 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2008 21:36:23 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 364BF234C091 for ; Fri, 7 Mar 2008 13:35:46 -0800 (PST) Message-ID: <768808298.1204925746221.JavaMail.jira@brutus> Date: Fri, 7 Mar 2008 13:35:46 -0800 (PST) From: "D Dub (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Closed: (CXF-1467) CXF Bug 1435 Not Resolved In-Reply-To: <1293593722.1204845418023.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/CXF-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] D Dub closed CXF-1467. ---------------------- Resolution: Fixed Good catch Dan. You the man. We had the 2.0.5 From Feb. 6. We got the March 6th and all is well. > CXF Bug 1435 Not Resolved > ------------------------- > > Key: CXF-1467 > URL: https://issues.apache.org/jira/browse/CXF-1467 > Project: CXF > Issue Type: Bug > Components: Configuration > Affects Versions: 2.0.4 > Environment: Linx SUse9 Apache Tomcat Java 1.5_11 > Reporter: D Dub > Assignee: Daniel Kulp > Priority: Blocker > Fix For: 2.0.5 > > > Issue CXF-1434 claims that it is resolved in the latest build 2.0.4 We are still seeing it. Using the latest CXF 2.04(downloaded from your site) and Spring 2.5.2. > Stack trace included below. > Thanks > Exception in thread "Thread-3" java.lang.NullPointerException > at org.springframework.context.support.AbstractRefreshableConfigApplicationContext.setConfigLocations(AbstractRefreshableConfigApplicationContext.java:78) > at org.springframework.context.support.ClassPathXmlApplicationContext.(ClassPathXmlApplicationContext.java:137) > at org.apache.cxf.bus.spring.BusApplicationContext.(BusApplicationContext.java:68) > at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:84) > at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:65) > at org.apache.cxf.bus.spring.SpringBusFactory.createBus(SpringBusFactory.java:54) > at org.apache.cxf.BusFactory.getDefaultBus(BusFactory.java:69) > at org.apache.cxf.BusFactory.getThreadDefaultBus(BusFactory.java:106) > at org.apache.cxf.BusFactory.getThreadDefaultBus(BusFactory.java:97) > at org.apache.cxf.endpoint.AbstractEndpointFactory.getBus(AbstractEndpointFactory.java:73) > at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.initializeServiceFactory(AbstractWSDLBasedEndpointFactory.java:143) > at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:73) > at org.apache.cxf.frontend.ClientFactoryBean.create(ClientFactoryBean.java:51) > at org.apache.cxf.frontend.ClientProxyFactoryBean.create(ClientProxyFactoryBean.java:92) > at com.monsanto.bpm.albpm.papiws.PAPIWSProcessEngine.createPapiWebService(PAPIWSProcessEngine.java:51) > at com.monsanto.bpm.albpm.papiws.PAPIWSProcessEngine.start(PAPIWSProcessEngine.java:39) > at com.monsanto.tcc.apollo.bpm.ApolloBPMPluginLifecycle$1.run(ApolloBPMPluginLifecycle.java:31) > at java.lang.Thread.run(Thread.java:595) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.