[jira] [Commented] (CAMEL-10409) Double release of netty buffer

2016-11-14 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15665885#comment-15665885 ] Vitalii Tymchyshyn commented on CAMEL-10409: I'll see. I also see a low hanging fruit: Server

[jira] [Commented] (CAMEL-10409) Double release of netty buffer

2016-11-13 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15662775#comment-15662775 ] Vitalii Tymchyshyn commented on CAMEL-10409: I've implemented careful handling in the PR >

[jira] [Commented] (CAMEL-10409) Double release of netty buffer

2016-10-22 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10409?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15597965#comment-15597965 ] Vitalii Tymchyshyn commented on CAMEL-10409: Looked a bit into in. Note that I analyzed

[jira] [Created] (CAMEL-10409) Double release of netty buffer

2016-10-22 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-10409: -- Summary: Double release of netty buffer Key: CAMEL-10409 URL: https://issues.apache.org/jira/browse/CAMEL-10409 Project: Camel Issue Type: Bug

[jira] [Updated] (CAMEL-10308) Provide a way to use async engine from ProducerTemplate

2016-09-11 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn updated CAMEL-10308: --- Flags: Patch Patch Info: Patch Available > Provide a way to use async

[jira] [Created] (CAMEL-10308) Provide a way to use async engine from ProducerTemplate

2016-09-11 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-10308: -- Summary: Provide a way to use async engine from ProducerTemplate Key: CAMEL-10308 URL: https://issues.apache.org/jira/browse/CAMEL-10308 Project: Camel

[jira] [Commented] (CAMEL-10286) Allow async bean method in bean language with J8 CompletableFuture

2016-09-04 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10286?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15463351#comment-15463351 ] Vitalii Tymchyshyn commented on CAMEL-10286: I've posted a pull request. As soon as general

[jira] [Updated] (CAMEL-10286) Allow async bean method in bean language with J8 CompletableFuture

2016-09-04 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn updated CAMEL-10286: --- Flags: Patch Patch Info: Patch Available > Allow async bean method in bean

[jira] [Created] (CAMEL-10286) Allow async bean method in bean language with J8 CompletableFuture

2016-09-04 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-10286: -- Summary: Allow async bean method in bean language with J8 CompletableFuture Key: CAMEL-10286 URL: https://issues.apache.org/jira/browse/CAMEL-10286

[jira] [Updated] (CAMEL-10244) When same netty endpoint producer is used twice in a route, BlockingOperationException is raised

2016-08-13 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10244?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn updated CAMEL-10244: --- Flags: Patch Patch Info: Patch Available > When same netty endpoint

[jira] [Created] (CAMEL-10244) When same netty endpoint producer is used twice in a route, BlockingOperationException is raised

2016-08-13 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-10244: -- Summary: When same netty endpoint producer is used twice in a route, BlockingOperationException is raised Key: CAMEL-10244 URL:

[jira] [Updated] (CAMEL-10172) BeanProducer unlike BeanProcessor do not implement fully async protocol

2016-07-21 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn updated CAMEL-10172: --- Patch Info: Patch Available > BeanProducer unlike BeanProcessor do not implement

[jira] [Commented] (CAMEL-10172) BeanProducer unlike BeanProcessor do not implement fully async protocol

2016-07-21 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15388812#comment-15388812 ] Vitalii Tymchyshyn commented on CAMEL-10172: See https://github.com/apache/camel/pull/1085 >

[jira] [Updated] (CAMEL-10172) BeanProducer unlike BeanProcessor do not implement fully async protocol

2016-07-21 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-10172?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn updated CAMEL-10172: --- Description: Currently BeanProducer converts any async call into a sync call. It

[jira] [Created] (CAMEL-10172) BeanProducer unlike BeanProcessor do not implement fully async protocol

2016-07-21 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-10172: -- Summary: BeanProducer unlike BeanProcessor do not implement fully async protocol Key: CAMEL-10172 URL: https://issues.apache.org/jira/browse/CAMEL-10172

[jira] [Commented] (CAMEL-7561) ProducerCache used in DefaultProducerTemplate uses stale references after context restart

2014-07-03 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-7561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14051379#comment-14051379 ] Vitalii Tymchyshyn commented on CAMEL-7561: --- Yes, we've tried adding the

[jira] [Commented] (CAMEL-7561) ProducerCache used in DefaultProducerTemplate uses stale references after context restart

2014-07-01 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-7561?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14049157#comment-14049157 ] Vitalii Tymchyshyn commented on CAMEL-7561: --- So, basically, POJO Producing can't

[jira] [Created] (CAMEL-7561) ProducerCache used in DefaultProducerTemplate uses stale references after context restart

2014-06-30 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-7561: - Summary: ProducerCache used in DefaultProducerTemplate uses stale references after context restart Key: CAMEL-7561 URL: https://issues.apache.org/jira/browse/CAMEL-7561

[jira] [Created] (CAMEL-6689) ResourceHelper do not work with encoded file pathes

2013-08-30 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-6689: - Summary: ResourceHelper do not work with encoded file pathes Key: CAMEL-6689 URL: https://issues.apache.org/jira/browse/CAMEL-6689 Project: Camel

[jira] [Commented] (CAMEL-6689) ResourceHelper do not work with encoded file pathes

2013-08-30 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754872#comment-13754872 ] Vitalii Tymchyshyn commented on CAMEL-6689: --- Dunno if the same applied to

[jira] [Comment Edited] (CAMEL-6689) ResourceHelper do not work with encoded file pathes

2013-08-30 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6689?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13754872#comment-13754872 ] Vitalii Tymchyshyn edited comment on CAMEL-6689 at 8/30/13 4:36 PM:

[jira] [Commented] (CAMEL-6575) Enhancements for camel-avro

2013-08-19 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13743763#comment-13743763 ] Vitalii Tymchyshyn commented on CAMEL-6575: --- Well, I am in the business trip

[jira] [Commented] (CAMEL-6575) Enhancements for camel-avro

2013-08-19 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13744669#comment-13744669 ] Vitalii Tymchyshyn commented on CAMEL-6575: --- OK, done. Please check as I am not

[jira] [Commented] (CAMEL-6575) Enhancements for camel-avro

2013-07-29 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13722239#comment-13722239 ] Vitalii Tymchyshyn commented on CAMEL-6575: --- BTW: For wiki, which version should

[jira] [Updated] (CAMEL-6575) Enhancements for camel-avro

2013-07-25 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn updated CAMEL-6575: -- Patch Info: Patch Available Enhancements for camel-avro

[jira] [Commented] (CAMEL-6174) camel-avro does not support Avro reflection schemas

2013-07-25 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13719438#comment-13719438 ] Vitalii Tymchyshyn commented on CAMEL-6174: --- This and another enhancements are

[jira] [Updated] (CAMEL-6575) Enhancements for camel-avro

2013-07-25 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn updated CAMEL-6575: -- Attachment: avro-enhancements.patch The patch from pull request

[jira] [Created] (CAMEL-6443) Engine that could not start (e.g. because of store creation problems) is still stored in the engiens map, thus making futher starts problematic

2013-06-10 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-6443: - Summary: Engine that could not start (e.g. because of store creation problems) is still stored in the engiens map, thus making futher starts problematic Key: CAMEL-6443

[jira] [Updated] (CAMEL-6443) Engine that could not start (e.g. because of store creation problems) is still stored in the engiens map, thus making futher starts problematic

2013-06-10 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn updated CAMEL-6443: -- Component/s: camel-quickfix Affects Version/s: 2.10.0 Engine that could

[jira] [Created] (CAMEL-6441) Exception in service start (when before start it was in stopped state) leaves service in starting state

2013-06-07 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-6441: - Summary: Exception in service start (when before start it was in stopped state) leaves service in starting state Key: CAMEL-6441 URL:

[jira] [Created] (CAMEL-6426) When StartupListener is called, camel is still in starting, not started state

2013-06-04 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-6426: - Summary: When StartupListener is called, camel is still in starting, not started state Key: CAMEL-6426 URL: https://issues.apache.org/jira/browse/CAMEL-6426

[jira] [Commented] (CAMEL-6390) Route with suspended SedaConsumer can't be stopped correctly

2013-05-27 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6390?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13667637#comment-13667637 ] Vitalii Tymchyshyn commented on CAMEL-6390: --- It does not work. Original test

[jira] [Reopened] (CAMEL-6390) Route with suspended SedaConsumer can't be stopped correctly

2013-05-27 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6390?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn reopened CAMEL-6390: --- The committed test do not show the problem, see my previous comment

[jira] [Updated] (CAMEL-6291) routeContext can't be reused in multiple contexts when propertly placeholder resolution is used

2013-05-26 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vitalii Tymchyshyn updated CAMEL-6291: -- Issue Type: Bug (was: Improvement) routeContext can't be reused in multiple

[jira] [Created] (CAMEL-6390) Route with suspended SedaConsumer can't be stopped correctly

2013-05-23 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-6390: - Summary: Route with suspended SedaConsumer can't be stopped correctly Key: CAMEL-6390 URL: https://issues.apache.org/jira/browse/CAMEL-6390 Project: Camel

[jira] [Commented] (CAMEL-6174) camel-avro does not support Avro reflection schemas

2013-03-19 Thread Vitalii Tymchyshyn (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-6174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13606180#comment-13606180 ] Vitalii Tymchyshyn commented on CAMEL-6174: --- Possible. I am still not sure how

[jira] [Created] (CAMEL-6174) camel-avro does not support Avro reflection schemas

2013-03-18 Thread Vitalii Tymchyshyn (JIRA)
Vitalii Tymchyshyn created CAMEL-6174: - Summary: camel-avro does not support Avro reflection schemas Key: CAMEL-6174 URL: https://issues.apache.org/jira/browse/CAMEL-6174 Project: Camel