You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Dennis Kieselhorst (JIRA)" <ji...@apache.org> on 2008/07/21 11:29:31 UTC

[jira] Created: (CXF-1709) "No service was found." after refresh of Spring's ApplicationContext

"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.


[jira] Resolved: (CXF-1709) "No service was found." after refresh of Spring's ApplicationContext

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Daniel Kulp resolved CXF-1709.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.8
                   2.1.2
         Assignee: Daniel Kulp

> "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
>            Assignee: Daniel Kulp
>            Priority: Critical
>             Fix For: 2.1.2, 2.0.8
>
>         Attachments: cxf-testclient-1.0.0-SNAPSHOT-project.zip, cxf-testserver-1.0.0-SNAPSHOT-project.zip
>
>
> 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.


[jira] Updated: (CXF-1709) "No service was found." after refresh of Spring's ApplicationContext

Posted by "Dennis Kieselhorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kieselhorst updated CXF-1709:
------------------------------------

    Attachment: cxf-testserver-1.0.0-SNAPSHOT-project.zip

I created a testcase. Launch this testserver with mvn jetty:run.

> "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
>         Attachments: cxf-testclient-1.0.0-SNAPSHOT-project.zip, cxf-testserver-1.0.0-SNAPSHOT-project.zip
>
>
> 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.


[jira] Updated: (CXF-1709) "No service was found." after refresh of Spring's ApplicationContext

Posted by "Dennis Kieselhorst (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CXF-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Kieselhorst updated CXF-1709:
------------------------------------

    Attachment: cxf-testclient-1.0.0-SNAPSHOT-project.zip

Use the TestClient class to access the testserver. 

> "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
>         Attachments: cxf-testclient-1.0.0-SNAPSHOT-project.zip, cxf-testserver-1.0.0-SNAPSHOT-project.zip
>
>
> 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.