Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 6266 invoked from network); 6 Mar 2008 23:28:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Mar 2008 23:28:16 -0000 Received: (qmail 66508 invoked by uid 500); 6 Mar 2008 23:28:12 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 66493 invoked by uid 500); 6 Mar 2008 23:28:12 -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 66484 invoked by uid 99); 6 Mar 2008 23:28:12 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Mar 2008 15:28:12 -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; Thu, 06 Mar 2008 23:27:33 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 09129234C099 for ; Thu, 6 Mar 2008 15:26:58 -0800 (PST) Message-ID: <564951792.1204846018035.JavaMail.jira@brutus> Date: Thu, 6 Mar 2008 15:26:58 -0800 (PST) From: "D Dub (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (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 updated CXF-1467: ----------------------- Description: 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) was: the above issue said it is resolved but we are still getting the null pointer at initialization. Using the latest CXF 2.04 and Spring 2.5.2. Thanks > 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 > Priority: Blocker > Fix For: 2.0.4 > > > 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.