Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 89164 invoked from network); 16 Sep 2010 09:16:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Sep 2010 09:16:58 -0000 Received: (qmail 10380 invoked by uid 500); 16 Sep 2010 09:16:58 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 10273 invoked by uid 500); 16 Sep 2010 09:16:56 -0000 Mailing-List: contact issues-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list issues@cxf.apache.org Received: (qmail 10265 invoked by uid 99); 16 Sep 2010 09:16:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 09:16:55 +0000 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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 09:16:54 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8G9GXnu019643 for ; Thu, 16 Sep 2010 09:16:34 GMT Message-ID: <4901161.223471284628593695.JavaMail.jira@thor> Date: Thu, 16 Sep 2010 05:16:33 -0400 (EDT) From: "Alessio Soldano (JIRA)" To: issues@cxf.apache.org Subject: [jira] Resolved: (CXF-1259) NPE when SEI methods throws RemoteException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CXF-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alessio Soldano resolved CXF-1259. ---------------------------------- Resolution: Not A Problem The test is passing with current Apache CXF 2.3.0-SNAPSHOT, hence resolving this jira. > NPE when SEI methods throws RemoteException > ------------------------------------------- > > Key: CXF-1259 > URL: https://issues.apache.org/jira/browse/CXF-1259 > Project: CXF > Issue Type: Sub-task > Components: JAX-WS Runtime > Affects Versions: 2.0.3 > Reporter: Thomas Diesler > Assignee: Alessio Soldano > > [tdiesler@tddell trunk]$ ant -Dtest=jaxws/samples/webservice test > tests-run-internal: > [junit] Running org.jboss.test.ws.jaxws.samples.webservice.WebServiceJSETestCase > [junit] Tests run: 3, Failures: 0, Errors: 3, Time elapsed: 10.317 sec > [junit] Test org.jboss.test.ws.jaxws.samples.webservice.WebServiceJSETestCase FAILED > java.lang.NullPointerException > at org.apache.cxf.helpers.ServiceUtils.makeServiceNameFromClassName(ServiceUtils.java:42) > at org.apache.cxf.service.factory.DefaultServiceConfiguration.getFaultName(DefaultServiceConfiguration.java:63) > at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.getFaultName(ReflectionServiceFactoryBean.java:1343) > at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.setFaultClassInfo(JaxWsServiceFactoryBean.java:270) > at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.initializeClassInfo(JaxWsServiceFactoryBean.java:364) > at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.initializeWSDLOperation(JaxWsServiceFactoryBean.java:170) > at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeWSDLOperations(ReflectionServiceFactoryBean.java:389) > at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.initializeWSDLOperations(JaxWsServiceFactoryBean.java:179) > at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromWSDL(ReflectionServiceFactoryBean.java:263) > at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:331) > at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:151) > at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:93) > at org.apache.cxf.jaxws.ServiceImpl.createPort(ServiceImpl.java:333) > at org.apache.cxf.jaxws.ServiceImpl.getPort(ServiceImpl.java:245) > at javax.xml.ws.Service.getPort(Service.java:120) > @WebService(name = "EndpointInterface", targetNamespace = "http://www.openuri.org/2004/04/HelloWorld") > @SOAPBinding(style = Style.RPC) > public interface EndpointInterface extends Remote > { > String echo(String input) throws RemoteException; > } -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.