Return-Path: Delivered-To: apmail-incubator-cxf-issues-archive@locus.apache.org Received: (qmail 77392 invoked from network); 9 Apr 2008 21:50:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Apr 2008 21:50:10 -0000 Received: (qmail 37403 invoked by uid 500); 9 Apr 2008 21:50:09 -0000 Delivered-To: apmail-incubator-cxf-issues-archive@incubator.apache.org Received: (qmail 37362 invoked by uid 500); 9 Apr 2008 21:50:09 -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 37321 invoked by uid 99); 9 Apr 2008 21:50:09 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Apr 2008 14:50:09 -0700 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; Wed, 09 Apr 2008 21:49:15 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EF525234C108 for ; Wed, 9 Apr 2008 14:46:05 -0700 (PDT) Message-ID: <718184129.1207777565979.JavaMail.jira@brutus> Date: Wed, 9 Apr 2008 14:46:05 -0700 (PDT) From: "Thomas Diesler (JIRA)" To: cxf-issues@incubator.apache.org Subject: [jira] Updated: (CXF-1510) Cannot handle anonymous bare requests In-Reply-To: <1427927493.1207658964813.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-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Diesler updated CXF-1510: -------------------------------- To reproduce, please have a look at http://jbws.dyndns.org/mediawiki/index.php?title=Building_From_Source > Cannot handle anonymous bare requests > ------------------------------------- > > Key: CXF-1510 > URL: https://issues.apache.org/jira/browse/CXF-1510 > Project: CXF > Issue Type: Bug > Affects Versions: 2.0.5 > Reporter: Thomas Diesler > > [tdiesler@tddell trunk]$ ant -Dtest=jaxws/anonymous test > tests-run-internal: > [junit] Running org.jboss.test.ws.jaxws.anonymous.AnonymousTestCase > [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 7.294 sec > [junit] Test org.jboss.test.ws.jaxws.anonymous.AnonymousTestCase FAILED > 14:43:30,862 ERROR [[AnonymousService]] Allocate exception for servlet AnonymousService > java.lang.NullPointerException > at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.createBareMessage(ReflectionServiceFactoryBean.java:951) > at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.buildServiceFromClass(ReflectionServiceFactoryBean.java:330) > at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.initializeServiceModel(ReflectionServiceFactoryBean.java:368) > at org.apache.cxf.service.factory.ReflectionServiceFactoryBean.create(ReflectionServiceFactoryBean.java:162) > at org.apache.cxf.jaxws.support.JaxWsServiceFactoryBean.create(JaxWsServiceFactoryBean.java:97) > at org.apache.cxf.frontend.AbstractWSDLBasedEndpointFactory.createEndpoint(AbstractWSDLBasedEndpointFactory.java:74) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.