You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Preben (JIRA)" <ji...@apache.org> on 2011/05/09 13:40:03 UTC

[jira] [Created] (CAMEL-3957) New CommonJ workmanager component

New CommonJ workmanager component
---------------------------------

                 Key: CAMEL-3957
                 URL: https://issues.apache.org/jira/browse/CAMEL-3957
             Project: Camel
          Issue Type: New Feature
            Reporter: Preben
         Attachments: camel-core.patch

For story see http://camel.465427.n5.nabble.com/Camel-CommonJ-component-for-Camel-running-in-jee-servers-td4375746.html

I have fixed up the work done by others so it hopefully can be part of Camel (core or separate component).

The source is available at GitHub https://github.com/pax95/camel-commonj

project depends currently on Camel 2.7.1 (small change to camel-core would be nice whereas I can remove duplicated code - see attached patch and TODO in code)

To be done -> More tests - please advise on scope.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3957) New CommonJ workmanager component

Posted by "Preben Asmussen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047205#comment-13047205 ] 

Preben Asmussen commented on CAMEL-3957:
----------------------------------------

Hi Claus

Hold your horses on this one. There are some serious issues regarding Weblogic releasing workmanager threads when Camel routes are stopped/restarted or app. being redeployed.
At the moment we are holding of using Camel threads wrapped in workmangers, so I might not have the time looking into the issue.

Of course if the community sees a real need I will pick it up again. 
Any comment ?

> New CommonJ workmanager component
> ---------------------------------
>
>                 Key: CAMEL-3957
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3957
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Preben Asmussen
>             Fix For: 2.9.0
>
>         Attachments: camel-core.patch
>
>
> For story see http://camel.465427.n5.nabble.com/Camel-CommonJ-component-for-Camel-running-in-jee-servers-td4375746.html
> I have fixed up the work done by others so it hopefully can be part of Camel (core or separate component).
> The source is available at GitHub https://github.com/pax95/camel-commonj
> project depends currently on Camel 2.7.1 (small change to camel-core would be nice whereas I can remove duplicated code - see attached patch and TODO in code)
> To be done -> More tests - please advise on scope.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3957) New CommonJ workmanager component

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

Preben updated CAMEL-3957:
--------------------------

    Attachment: camel-core.patch

camel patch

> New CommonJ workmanager component
> ---------------------------------
>
>                 Key: CAMEL-3957
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3957
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Preben
>         Attachments: camel-core.patch
>
>
> For story see http://camel.465427.n5.nabble.com/Camel-CommonJ-component-for-Camel-running-in-jee-servers-td4375746.html
> I have fixed up the work done by others so it hopefully can be part of Camel (core or separate component).
> The source is available at GitHub https://github.com/pax95/camel-commonj
> project depends currently on Camel 2.7.1 (small change to camel-core would be nice whereas I can remove duplicated code - see attached patch and TODO in code)
> To be done -> More tests - please advise on scope.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3957) New CommonJ workmanager component

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13030720#comment-13030720 ] 

Claus Ibsen commented on CAMEL-3957:
------------------------------------

Thanks Preben. I have committed the patch for the core on trunk.

> New CommonJ workmanager component
> ---------------------------------
>
>                 Key: CAMEL-3957
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3957
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Preben
>         Attachments: camel-core.patch
>
>
> For story see http://camel.465427.n5.nabble.com/Camel-CommonJ-component-for-Camel-running-in-jee-servers-td4375746.html
> I have fixed up the work done by others so it hopefully can be part of Camel (core or separate component).
> The source is available at GitHub https://github.com/pax95/camel-commonj
> project depends currently on Camel 2.7.1 (small change to camel-core would be nice whereas I can remove duplicated code - see attached patch and TODO in code)
> To be done -> More tests - please advise on scope.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-3957) New CommonJ workmanager component

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13047854#comment-13047854 ] 

Claus Ibsen commented on CAMEL-3957:
------------------------------------

Okay that is fine. A shame JEE servers can play tricks on you.

> New CommonJ workmanager component
> ---------------------------------
>
>                 Key: CAMEL-3957
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3957
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Preben Asmussen
>             Fix For: Future
>
>         Attachments: camel-core.patch
>
>
> For story see http://camel.465427.n5.nabble.com/Camel-CommonJ-component-for-Camel-running-in-jee-servers-td4375746.html
> I have fixed up the work done by others so it hopefully can be part of Camel (core or separate component).
> The source is available at GitHub https://github.com/pax95/camel-commonj
> project depends currently on Camel 2.7.1 (small change to camel-core would be nice whereas I can remove duplicated code - see attached patch and TODO in code)
> To be done -> More tests - please advise on scope.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3957) New CommonJ workmanager component

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

Claus Ibsen updated CAMEL-3957:
-------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s:     (was: 2.9.0)
                   Future

> New CommonJ workmanager component
> ---------------------------------
>
>                 Key: CAMEL-3957
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3957
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Preben Asmussen
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: camel-core.patch
>
>
> For story see http://camel.465427.n5.nabble.com/Camel-CommonJ-component-for-Camel-running-in-jee-servers-td4375746.html
> I have fixed up the work done by others so it hopefully can be part of Camel (core or separate component).
> The source is available at GitHub https://github.com/pax95/camel-commonj
> project depends currently on Camel 2.7.1 (small change to camel-core would be nice whereas I can remove duplicated code - see attached patch and TODO in code)
> To be done -> More tests - please advise on scope.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-3957) New CommonJ workmanager component

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

Claus Ibsen updated CAMEL-3957:
-------------------------------

    Fix Version/s: 2.9.0

> New CommonJ workmanager component
> ---------------------------------
>
>                 Key: CAMEL-3957
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3957
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Preben Asmussen
>             Fix For: 2.9.0
>
>         Attachments: camel-core.patch
>
>
> For story see http://camel.465427.n5.nabble.com/Camel-CommonJ-component-for-Camel-running-in-jee-servers-td4375746.html
> I have fixed up the work done by others so it hopefully can be part of Camel (core or separate component).
> The source is available at GitHub https://github.com/pax95/camel-commonj
> project depends currently on Camel 2.7.1 (small change to camel-core would be nice whereas I can remove duplicated code - see attached patch and TODO in code)
> To be done -> More tests - please advise on scope.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira