[
https://issues.apache.org/jira/browse/CAMEL-9257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978148#comment-14978148
]
ASF GitHub Bot commented on CAMEL-9257:
---------------------------------------
GitHub user igarashitm opened a pull request:
https://github.com/apache/camel/pull/663
CAMEL-9257 route stop/start doesn't work for camel-websocket producer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/igarashitm/camel CAMEL-9257
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/663.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #663
----
commit fa085465194c05529996d38b89167a6303de53d7
Author: Tomohisa Igarashi <[email protected]>
Date: 2015-10-28T10:15:10Z
CAMEL-9257 route stop/start doesn't work for camel-websocket producer
----
> route stop/start doesn't work for camel-websocket producer
> ----------------------------------------------------------
>
> Key: CAMEL-9257
> URL: https://issues.apache.org/jira/browse/CAMEL-9257
> Project: Camel
> Issue Type: Bug
> Components: camel-websocket
> Affects Versions: 2.17.0
> Reporter: Tomohisa Igarashi
> Attachments: WebsocketProducerRouteRestartTest.java
>
>
> If you just add stopRoute()&startRoute() at the beginning of
> WebsocketProducerRouteExampleTest#testWSHttpCall(), it fails with 404 not
> found.
> {code}
> java.util.concurrent.ExecutionException">java.util.concurrent.ExecutionException:
> java.lang.IllegalStateException: Invalid Status Code 404
> at
> com.ning.http.client.providers.netty.future.NettyResponseFuture.done(NettyResponseFuture.java:220)
> at
> com.ning.http.client.providers.netty.handler.WebSocketProtocol.handle(WebSocketProtocol.java:102)
> at
> com.ning.http.client.providers.netty.handler.Processor.messageReceived(Processor.java:88)
> ..........
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)