[ 
https://issues.apache.org/jira/browse/CAMEL-11424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16080955#comment-16080955
 ] 

Dmitry Volodin commented on CAMEL-11424:
----------------------------------------

Sean, please perform following steps for creating PR
1. fork an Apache Camel repo on GitHub
2. on your OS host perform
git clone https://github.com/<github username>/camel.git
git remote add origin https://github.com/<github username>/camel.git
git remote add upstream https://github.com/apache/camel.git
3. Fill your user name and email
git config --global user.name "John Doe"
git config --global user.email john...@example.com
4. git checkout -b CAMEL-11424
5. Change the code
6. git push origin CAMEL-11424
7. Create PR on GitHub from submitted branch

> Endless wait when unhandled exception occurs in camel-olingo
> ------------------------------------------------------------
>
>                 Key: CAMEL-11424
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11424
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-olingo2
>    Affects Versions: 2.17.7, 2.19.0
>            Reporter: Sean Haynes
>         Attachments: camel-11424-olingo2.patch, camel-11424-olingo4.patch
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> In Olingo2AppImpl.readContent()/writeContent() if a RuntimeError or any other 
> unhandled exception/error occurs the wait for response will never get 
> triggered and the component ends up in an endless wait state.  These 
> functions should be modified to capture any type of throwable/exception/error.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to