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

[jira] Created: (SMXCOMP-687) We need create a endpoint which delegate the endpoint lifecycle to the camel context

We need create a endpoint which delegate the endpoint lifecycle to the camel context
------------------------------------------------------------------------------------

                 Key: SMXCOMP-687
                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-687
             Project: ServiceMix Components
          Issue Type: Improvement
          Components: servicemix-camel
            Reporter: Willem Jiang


Here is the mail thread which discusses it
http://cwiki.apache.org/SM/discussion-forums.html#nabble-td24674617

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


[jira] Resolved: (SMXCOMP-687) We need create a endpoint which delegate the endpoint lifecycle to the camel context

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

Gert Vanthienen resolved SMXCOMP-687.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: servicemix-camel-2010.01

Fixed in http://svn.apache.org/viewvc?view=revision&revision=893454
I've also removed the CamelControlBus bean - we can always add control bus operations to the new CamelContextEndpoint instead.

> We need create a endpoint which delegate the endpoint lifecycle to the camel context
> ------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-687
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-687
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-camel
>            Reporter: Willem Jiang
>            Assignee: Gert Vanthienen
>             Fix For: servicemix-camel-2010.01
>
>         Attachments: SMXCOMP-687.patch
>
>
> Here is the mail thread which discusses it
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td24674617

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


[jira] Assigned: (SMXCOMP-687) We need create a endpoint which delegate the endpoint lifecycle to the camel context

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

Willem Jiang reassigned SMXCOMP-687:
------------------------------------

    Assignee: Gert Vanthienen

Hi Gert,
Please review this patch if you have time :)

> We need create a endpoint which delegate the endpoint lifecycle to the camel context
> ------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-687
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-687
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-camel
>            Reporter: Willem Jiang
>            Assignee: Gert Vanthienen
>         Attachments: SMXCOMP-687.patch
>
>
> Here is the mail thread which discusses it
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td24674617

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


[jira] Updated: (SMXCOMP-687) We need create a endpoint which delegate the endpoint lifecycle to the camel context

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

Willem Jiang updated SMXCOMP-687:
---------------------------------

    Attachment: SMXCOMP-687.patch

> We need create a endpoint which delegate the endpoint lifecycle to the camel context
> ------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-687
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-687
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-camel
>            Reporter: Willem Jiang
>         Attachments: SMXCOMP-687.patch
>
>
> Here is the mail thread which discusses it
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td24674617

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


[jira] Updated: (SMXCOMP-687) We need create a endpoint which delegate the endpoint lifecycle to the camel context

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

Gert Vanthienen updated SMXCOMP-687:
------------------------------------

    Fix Version/s: 3.2.4

Backported to 3.2.x branch in http://svn.apache.org/viewvc?view=revision&revision=925228
Thanks (again) to Willem for helping out with the initial patch as well as with the backport!

> We need create a endpoint which delegate the endpoint lifecycle to the camel context
> ------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-687
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-687
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-camel
>            Reporter: Willem Jiang
>            Assignee: Gert Vanthienen
>             Fix For: 3.2.4, servicemix-camel-2010.01
>
>         Attachments: SMXCOMP-687.patch
>
>
> Here is the mail thread which discusses it
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td24674617

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


[jira] Commented: (SMXCOMP-687) We need create a endpoint which delegate the endpoint lifecycle to the camel context

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SMXCOMP-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56702#action_56702 ] 

Willem Jiang commented on SMXCOMP-687:
--------------------------------------

@Gert

Thanks for applying this patch, and I think the patch should also be applied to servicemix 3.2.x branch.
Because this feature is important to Servicemix 3.x, it will make Camel Context to be recoverable from deploy failure or JMX management stop operation :)

> We need create a endpoint which delegate the endpoint lifecycle to the camel context
> ------------------------------------------------------------------------------------
>
>                 Key: SMXCOMP-687
>                 URL: https://issues.apache.org/activemq/browse/SMXCOMP-687
>             Project: ServiceMix Components
>          Issue Type: Improvement
>          Components: servicemix-camel
>            Reporter: Willem Jiang
>            Assignee: Gert Vanthienen
>             Fix For: servicemix-camel-2010.01
>
>         Attachments: SMXCOMP-687.patch
>
>
> Here is the mail thread which discusses it
> http://cwiki.apache.org/SM/discussion-forums.html#nabble-td24674617

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