You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2014/08/18 09:58:18 UTC

[jira] [Resolved] (CXF-5959) support to specify instance.id of ManagedBus

     [ https://issues.apache.org/jira/browse/CXF-5959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved CXF-5959.
-------------------------------

    Resolution: Fixed

commit fix
http://git-wip-us.apache.org/repos/asf/cxf/commit/70caefd2 for master
http://git-wip-us.apache.org/repos/asf/cxf/commit/e024aa72 for 3.0.x-fixes branch
http://git-wip-us.apache.org/repos/asf/cxf/commit/fb9a7199 for 2.7.x-fixes branch

now can specify the ManagedBus instance.id like
{code}
<cxf:bus>
            <cxf:properties>
                     <entry key="managed.bus.instance.id" value="ffangbus123" />
            </cxf:properties>
    </cxf:bus>

{code}

> support to specify instance.id of ManagedBus
> --------------------------------------------
>
>                 Key: CXF-5959
>                 URL: https://issues.apache.org/jira/browse/CXF-5959
>             Project: CXF
>          Issue Type: Improvement
>    Affects Versions: 2.7.12, 3.0.1
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 2.7.13, 3.0.2, 3.1.0
>
>
> currently the instance.id is the bus object hashcode, it would change when restart the bus, especially when the cxf bus is in some container, it would be nice if we can specify an instance.id which wouldn't change over re-starting, so that it's more convenient for management.



--
This message was sent by Atlassian JIRA
(v6.2#6252)