You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "unrealjiang (JIRA)" <ji...@apache.org> on 2006/10/14 09:09:35 UTC

[jira] Created: (CXF-152) When we stop server in an application, all resouces have not been cleaned up.

When we stop server in an application, all resouces have not been cleaned up.
-----------------------------------------------------------------------------

                 Key: CXF-152
                 URL: http://issues.apache.org/jira/browse/CXF-152
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.0-M1
            Reporter: unrealjiang


Such as If our application has two services and two servers for those services, when we'd like to stop one server, unfortunately all the resouces used by this server will not been cleaned up. I know our bus.shutdown function is designed for this, but so for this function do nothing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

RE: [jira] Created: (CXF-152) When we stop server in an application, all resouces have not been cleaned up.

Posted by "Jiang, Ning (Willem)" <Ni...@iona.com>.
Hi Ureal,

Please see CXF-77, which I finished last month.

Here is the changelog:

the server will be stop when bus shutdown.
make BusLifeCycleManager can work with bus
add ServerRegistry to hold server referece
update the jms transport destination to make it stop when server is stopped

Chrees,
Willem.

-----Original Message-----
From: unrealjiang (JIRA) [mailto:jira@apache.org]
Sent: 10/14/2006 15:09
To: cxf-issues@incubator.apache.org
Subject: [jira] Created: (CXF-152) When we stop server in an application, all resouces have not been cleaned up.
 
When we stop server in an application, all resouces have not been cleaned up.
-----------------------------------------------------------------------------

                 Key: CXF-152
                 URL: http://issues.apache.org/jira/browse/CXF-152
             Project: CXF
          Issue Type: Bug
    Affects Versions: 2.0-M1
            Reporter: unrealjiang


Such as If our application has two services and two servers for those services, when we'd like to stop one server, unfortunately all the resouces used by this server will not been cleaned up. I know our bus.shutdown function is designed for this, but so for this function do nothing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


[jira] Updated: (CXF-152) When we stop server in an application, all resouces have not been cleaned up.

Posted by "maomaode (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-152?page=all ]

maomaode updated CXF-152:
-------------------------

    Fix Version/s: 2.0-M1

> When we stop server in an application, all resouces have not been cleaned up.
> -----------------------------------------------------------------------------
>
>                 Key: CXF-152
>                 URL: http://issues.apache.org/jira/browse/CXF-152
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: unrealjiang
>             Fix For: 2.0-M1
>
>
> Such as If our application has two services and two servers for those services, when we'd like to stop one server, unfortunately all the resouces used by this server will not been cleaned up. I know our bus.shutdown function is designed for this, but so for this function do nothing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (CXF-152) When we stop server in an application, all resouces have not been cleaned up.

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/CXF-152?page=comments#action_12444767 ] 
            
willem Jiang commented on CXF-152:
----------------------------------

[CXF-77] the endpoint need to be shut down when bus shut down had been resolved

Current CXF default bus has changed from CXFbus to SpringBus, but  in the spring bus the BusLifeCycleManager is not get to work.
So some clean up work need to be done.


> When we stop server in an application, all resouces have not been cleaned up.
> -----------------------------------------------------------------------------
>
>                 Key: CXF-152
>                 URL: http://issues.apache.org/jira/browse/CXF-152
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: unrealjiang
>             Fix For: 2.0-M1
>
>
> Such as If our application has two services and two servers for those services, when we'd like to stop one server, unfortunately all the resouces used by this server will not been cleaned up. I know our bus.shutdown function is designed for this, but so for this function do nothing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (CXF-152) When we stop server in an application, all resouces have not been cleaned up.

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-152?page=all ]

willem Jiang resolved CXF-152.
------------------------------

    Resolution: Fixed

Revision: 467854 call the lifecycleManager.preShutdown() and postShutdown() in springBus.shutdown()


> When we stop server in an application, all resouces have not been cleaned up.
> -----------------------------------------------------------------------------
>
>                 Key: CXF-152
>                 URL: http://issues.apache.org/jira/browse/CXF-152
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: unrealjiang
>         Assigned To: willem Jiang
>             Fix For: 2.0-M1
>
>
> Such as If our application has two services and two servers for those services, when we'd like to stop one server, unfortunately all the resouces used by this server will not been cleaned up. I know our bus.shutdown function is designed for this, but so for this function do nothing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (CXF-152) When we stop server in an application, all resouces have not been cleaned up.

Posted by "willem Jiang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/CXF-152?page=all ]

willem Jiang reassigned CXF-152:
--------------------------------

    Assignee: willem Jiang

> When we stop server in an application, all resouces have not been cleaned up.
> -----------------------------------------------------------------------------
>
>                 Key: CXF-152
>                 URL: http://issues.apache.org/jira/browse/CXF-152
>             Project: CXF
>          Issue Type: Bug
>    Affects Versions: 2.0-M1
>            Reporter: unrealjiang
>         Assigned To: willem Jiang
>             Fix For: 2.0-M1
>
>
> Such as If our application has two services and two servers for those services, when we'd like to stop one server, unfortunately all the resouces used by this server will not been cleaned up. I know our bus.shutdown function is designed for this, but so for this function do nothing.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira