You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Willem Jiang (JIRA)" <ji...@apache.org> on 2009/11/24 09:33:53 UTC

[jira] Created: (CAMEL-2216) camel-cxf should not relay on the default Bus

camel-cxf should not relay on the default Bus
---------------------------------------------

                 Key: CAMEL-2216
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2216
             Project: Apache Camel
          Issue Type: Bug
    Affects Versions: 2.0.0, 2.0-M3, 2.0-M2, 1.6.1, 2.0-M1, 1.6.0, 1.5.0, 1.4.0, 1.3.0
            Reporter: Willem Jiang
            Assignee: Willem Jiang
             Fix For: 1.6.3, 2.1.0


Sergey reported some [bug|https://issues.apache.org/activemq/browse/SMX4-422]  recently ,  after digging the code I found current camel-cxf's get defaultBus code is not safe to use when we deploy the camel route into the JBI container or OSGi container.

So we need to create the new bus if there is no bus set into the camel-cxf endpoint.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2216) camel-cxf should not relay on the default Bus

Posted by "Sergey Beryozkin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56047#action_56047 ] 

Sergey Beryozkin commented on CAMEL-2216:
-----------------------------------------

Willem, I have tested the updated camel-cxf component and it actually works really well now on the producer side in a pure JBI SU.

Thanks for your help :-)

Sergey 

> camel-cxf should not relay on the default Bus
> ---------------------------------------------
>
>                 Key: CAMEL-2216
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2216
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.3.0, 1.4.0, 1.5.0, 1.6.0, 2.0-M1, 1.6.1, 2.0-M2, 2.0-M3, 2.0.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 1.6.3, 2.1.0
>
>
> Sergey reported some [bug|https://issues.apache.org/activemq/browse/SMX4-422]  recently ,  after digging the code I found current camel-cxf's get defaultBus code is not safe to use when we deploy the camel route into the JBI container or OSGi container.
> So we need to create the new bus if there is no bus set into the camel-cxf endpoint.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2216) camel-cxf should not relay on the default Bus

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-2216.
---------------------------------

    Resolution: Fixed

trunk
http://svn.apache.org/viewvc?rev=883667&view=rev
camel 1.x branch
http://svn.apache.org/viewvc?rev=883695&view=rev

> camel-cxf should not relay on the default Bus
> ---------------------------------------------
>
>                 Key: CAMEL-2216
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2216
>             Project: Apache Camel
>          Issue Type: Bug
>    Affects Versions: 1.3.0, 1.4.0, 1.5.0, 1.6.0, 2.0-M1, 1.6.1, 2.0-M2, 2.0-M3, 2.0.0
>            Reporter: Willem Jiang
>            Assignee: Willem Jiang
>             Fix For: 1.6.3, 2.1.0
>
>
> Sergey reported some [bug|https://issues.apache.org/activemq/browse/SMX4-422]  recently ,  after digging the code I found current camel-cxf's get defaultBus code is not safe to use when we deploy the camel route into the JBI container or OSGi container.
> So we need to create the new bus if there is no bus set into the camel-cxf endpoint.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.