Return-Path: Delivered-To: apmail-cxf-issues-archive@www.apache.org Received: (qmail 52092 invoked from network); 21 Jul 2008 09:29:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Jul 2008 09:29:52 -0000 Received: (qmail 3818 invoked by uid 500); 21 Jul 2008 09:29:52 -0000 Delivered-To: apmail-cxf-issues-archive@cxf.apache.org Received: (qmail 3807 invoked by uid 500); 21 Jul 2008 09:29:52 -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 3796 invoked by uid 99); 21 Jul 2008 09:29:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Jul 2008 02:29:51 -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; Mon, 21 Jul 2008 09:29:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8E133234C164 for ; Mon, 21 Jul 2008 02:29:31 -0700 (PDT) Message-ID: <1108057599.1216632571567.JavaMail.jira@brutus> Date: Mon, 21 Jul 2008 02:29:31 -0700 (PDT) From: "Dennis Kieselhorst (JIRA)" To: issues@cxf.apache.org Subject: [jira] Created: (CXF-1709) "No service was found." after refresh of Spring's ApplicationContext MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org "No service was found." after refresh of Spring's ApplicationContext --------------------------------------------------------------------- Key: CXF-1709 URL: https://issues.apache.org/jira/browse/CXF-1709 Project: CXF Issue Type: Bug Affects Versions: 2.1.1 Reporter: Dennis Kieselhorst Priority: Critical Spring's ApplicationContext can be dynamically refreshed with org.springframework.context.ConfigurableApplicationContext.refresh(). CXF doesn't work after this refresh: 21.07.2008 11:21:26 org.apache.cxf.transport.servlet.ServletController invoke WARN: Can't find the the request for http://localhost:8080/cxf-testserver/services/TestService's Observer Opening the URL in a browser shows: "No service was found." -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.