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

Willem Jiang resolved CAMEL-3235.
---------------------------------

       Resolution: Duplicate
    Fix Version/s: 2.5.0
         Assignee: Willem Jiang

This issue is resolved the in CAMEL-3047.

> Restarting a bundle with  a jetty endpoint also stops connector for other 
> jetty endpoints (in different bundles)
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-3235
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3235
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-jetty
>    Affects Versions: 2.4.0
>         Environment: Windows Vista, Linux (CentOS release 5.5)
>            Reporter: Auke van Leeuwen
>            Assignee: Willem Jiang
>             Fix For: 2.5.0
>
>         Attachments: test-projects.zip, test-scenario-log.log
>
>
> Scenario: I create two simple routes in different bundles:
>   <route id="jettyRoute1">
>     <from uri="jetty:http://0.0.0.0:15000/jetty?matchOnUriPrefix=true"/>
>     <to uri="log:nl.example.jetty.jetty1?showAll=true&amp;level=INFO"/>
>   </route>
> and (the other bundle):
>   <route id="jettyRoute2">
>     <from uri="jetty:http://0.0.0.0:16000/jetty?matchOnUriPrefix=true"/>
>     <to uri="log:nl.example.jetty.jetty2?showAll=true&amp;level=INFO"/>
>   </route>
> When I go to http://localhost:15000/jetty or http://localhost:16000/jetty I 
> get both log message in my log. My routes are working. However when I restart 
> one of those bundles both jetty servers are killed and only one is restarted.
> See also 
> http://servicemix.396122.n5.nabble.com/Jetty-connector-stops-unexpectedly-td3208647.html

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

Reply via email to