Re: Camel Azure component

2017-02-14 Thread Sergey Beryozkin
ame and see how its done for that guy. Sure Cheers. Sergey On Mon, Feb 13, 2017 at 10:52 PM, Sergey Beryozkin wrote: Yes, thanks, keep getting confused about the repos. So I merged now, and now I can feel less worried about boasting being a Camel committer without having done a single commit :-).

Re: Camel Azure component

2017-02-13 Thread Sergey Beryozkin
s, any concerns about my commit - let me know please Sergey On 13/02/17 17:18, Colm O hEigeartaigh wrote: You could try cloning this repo instead: https://git-wip-us.apache.org/repos/asf/camel.git Colm. On Mon, Feb 13, 2017 at 4:43 PM, Sergey Beryozkin wrote: Hi Claus, All Am I actually al

Re: Camel Azure component

2017-02-13 Thread Sergey Beryozkin
hanks, Sergey On 10/02/17 14:40, Sergey Beryozkin wrote: Hi Claus Thanks, I've opened another issue for investigating on how to enable the Azure (integration) tests but I've also realized I do not have a simpler component/endpoint only test, so I'll work on it first and then I will

Re: Camel Azure component

2017-02-10 Thread Sergey Beryozkin
But sure feel free to go ahead and get the code into the master branch. On Thu, Feb 9, 2017 at 6:42 PM, Sergey Beryozkin wrote: Hi I've finally attached a patch for the experts to have a glance, I know I can commit and look forward to doing my first Camel commit, but it is my first Ca

Re: Camel Azure component

2017-02-09 Thread Sergey Beryozkin
e current form ? Cheers, Sergey On 05/02/17 17:06, Sergey Beryozkin wrote: Hi Guys, I've looked a bit more carefully at the Azure Emulator docs: https://docs.microsoft.com/en-us/azure/storage/storage-use-emulator#start-and-initialize-the-storage-emulator and I do not see now how it can be d

Re: Camel Azure component

2017-02-05 Thread Sergey Beryozkin
Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On Fri, Feb 3, 2017 at 11:22 PM, Sergey Beryozkin wrote: Hi I've started prototyping a Camel Azure component [1]. Azure has a number of services, Blob, Queue, Table and

Camel Azure component

2017-02-03 Thread Sergey Beryozkin
Hi I've started prototyping a Camel Azure component [1]. Azure has a number of services, Blob, Queue, Table and File, a lot of commands, etc. I'm starting with supporting a Blob Service. Queue service will follow, and I guess the component will keep evolving to support other services too. At

Re: Apache Tika Component

2017-01-23 Thread Sergey Beryozkin
[1] https://tika.apache.org/ [2] https://wiki.apache.org/tika/Tika2_0RoadMap -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/

Re: Servlet and REST component integration is not complete

2015-09-21 Thread Sergey Beryozkin
with those. And then more plain http components can do rest like services. On Mon, Sep 21, 2015 at 3:28 PM, Sergey Beryozkin wrote: Hi Claus - thanks for getting back to this thread. That what I meant, that after the camel-servlet based RESt-DSL consumer is up it does not enforce Acc

Re: Servlet and REST component integration is not complete

2015-09-21 Thread Sergey Beryozkin
the actual transport, which then does what it care to do. On Tue, Aug 25, 2015 at 7:10 PM, Sergey Beryozkin wrote: Hi, Experimenting a bit with a camel-example-servlet-rest-tomcat, ServletComponent creates a Consumer for RESTComponent, and unless I'm missing something, it ignores the con

Re: REST DSL Component, Consumer and Endpoint properties as Strings

2015-09-21 Thread Sergey Beryozkin
(); cxf.setBla ... cxf.setFoo ... context.addComponent("myCxf", xxx); And then refer to the component with the name myCxf. On Fri, Sep 18, 2015 at 5:19 PM, Sergey Beryozkin wrote: Hi I've noticed that when setting component, consumer, endpoint properties in REST DSL, once can only u

REST DSL Component, Consumer and Endpoint properties as Strings

2015-09-18 Thread Sergey Beryozkin
Hi I've noticed that when setting component, consumer, endpoint properties in REST DSL, once can only use String value (example, MapString>), while in the related component/consumer/endpoint code there's an expectation that the values are Objects, Map. Having String values can be a bit of a b

Re: CXF - too many dependencies

2015-09-08 Thread Sergey Beryozkin
lly clear to me what the critical jars are for my purpose. Any advice here appreciated. thanks -- View this message in context: http://camel.465427.n5.nabble.com/CXF-too-many-dependencies-tp5771344.html Sent from the Camel Development mailing list archive at Nabble.com. -- Sergey Be

Re: Camel Transport and CXF : where to convert response Date headers

2015-09-07 Thread Sergey Beryozkin
Mind that on master branch there is a camel-http-common module, where the binding is. On Thu, Aug 20, 2015 at 11:06 AM, Sergey Beryozkin wrote: Hi All In CXF the response headers which have java.util.Date values converted at the HTTP transport level into HTTP-friendly representations. Wh

Re: Camel Transport and CXF : where to convert response Date headers

2015-09-07 Thread Sergey Beryozkin
have this patch applied for 2.16.0 (and branches)... Thanks, Sergey On 02/09/15 17:27, Sergey Beryozkin wrote: The patch is attached and the comments are here: https://issues.apache.org/jira/browse/CAMEL-9105?focusedCommentId=14727571&page=com.atlassian.jira.plugin.system.issuetabpanel

Re: Camel Transport and CXF : where to convert response Date headers

2015-09-02 Thread Sergey Beryozkin
8/15 17:49, Sergey Beryozkin wrote: Hi Raúl Great, thanks for the help, JIRA issue got updated... Cheers, Sergey On 28/08/15 17:43, Raul Kripalani wrote: Sergey, Done. Cheers, *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Integration special

Re: Camel Transport and CXF : where to convert response Date headers

2015-08-28 Thread Sergey Beryozkin
http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Fri, Aug 28, 2015 at 5:11 PM, Sergey Beryozkin wrote: Sorry can someone please add a new component to JIRA, camel-http-common ? I had to list camel-http in CAMEL-9105 Thanks -- View this message in context:

Re: Camel Transport and CXF : where to convert response Date headers

2015-08-28 Thread Sergey Beryozkin
Sorry can someone please add a new component to JIRA, camel-http-common ? I had to list camel-http in CAMEL-9105 Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Re-2-3-git-commit-CAMEL-7856-camel-cxf-producer-HttpAPI-should-not-send-the-message-body-when-using-d-tp575

Re: Camel Transport and CXF : where to convert response Date headers

2015-08-28 Thread Sergey Beryozkin
I've created https://issues.apache.org/jira/browse/CAMEL-9105. Thinking more about it, DefaultHttpDestination is the best place to get Date (and Locale) conversions handled, as noted though the existing code where global TypeConverters are used would still work. I'll create a patch next week and

Servlet and REST component integration is not complete

2015-08-25 Thread Sergey Beryozkin
Hi, Experimenting a bit with a camel-example-servlet-rest-tomcat, ServletComponent creates a Consumer for RESTComponent, and unless I'm missing something, it ignores the consumes and produces initialization properties - so curl -X GET -H "Accept: application/bar" http://localhost:8080/camel-

Re: Camel Transport and CXF : where to convert response Date headers

2015-08-20 Thread Sergey Beryozkin
-9091 -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/

Camel Transport and CXF : where to convert response Date headers

2015-08-20 Thread Sergey Beryozkin
Hi All In CXF the response headers which have java.util.Date values converted at the HTTP transport level into HTTP-friendly representations. When CXF (JAX-RS) endpoints are integrated into Camel routes using Camel Transport, example: address="camel://direct:HelloWorldRestServerEndpoint">

Re: Use CXFRS component in combination with an http-conduit definition with wildcards

2015-07-30 Thread Sergey Beryozkin
Myriam -- View this message in context: http://camel.465427.n5.nabble.com/Use-CXFRS-component-in-combination-with-an-http-conduit-definition-with-wildcards-tp5770096.html Sent from the Camel Development mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.

Re: [DISCUSS] Looks like someone feels threatened... (TIBCO vs Open Source ESBs)

2015-04-17 Thread Sergey Beryozkin
proposing for this thread to moved there (it is relevant being here), but indeed it would be of interest too to a wider community :-) Thanks, Sergey Raúl. On Fri, Apr 17, 2015 at 11:22 AM, Sergey Beryozkin wrote: Hi Raul Looks like Tibco is trying to prevent their customers from lea

Re: [DISCUSS] Looks like someone feels threatened... (TIBCO vs Open Source ESBs)

2015-04-17 Thread Sergey Beryozkin
Hi Raul Looks like Tibco is trying to prevent their customers from leaving with this scary tactics :-) I think if you post it to the Apache members list the email thread you initiate will be the most popular in years :-) Sergey On 17/04/15 11:13, Raul Kripalani wrote: Just found this marke

Re: Camel Wiki edit rights

2015-03-02 Thread Sergey Beryozkin
Hi On 02/03/15 12:00, Claus Ibsen wrote: Hi I have granted you karma. Cool, thanks Sergey On Mon, Mar 2, 2015 at 12:06 PM, Sergey Beryozkin wrote: Hi I'd like to edit the CXFRS wiki page, can the edit rights be set for a 'sergey_beryozkin' Wiki alias please ? I'v

Camel Wiki edit rights

2015-03-02 Thread Sergey Beryozkin
Hi I'd like to edit the CXFRS wiki page, can the edit rights be set for a 'sergey_beryozkin' Wiki alias please ? I've already signed CLA, this can be validated by checking iclas.txt. Thanks, Sergey

Re: CAMEL-8372

2015-02-20 Thread Sergey Beryozkin
then supporting the endpoint invocation will fail - the patch makes sure it won't happen Thanks, Sergey On 20/02/15 13:01, Aki Yoshida wrote: Hi Sergey, I can take it, if no one else has started on it. regards, aki 2015-02-20 13:49 GMT+01:00 Sergey Beryozkin : Hi Can someone please help

CAMEL-8372

2015-02-20 Thread Sergey Beryozkin
Hi Can someone please help with getting CAMEL-8372 [1] resolved for 2.15.0 ? It's a safe patch that only affects a 'model-only' CXFRS consumer option. Currently only a CXF specific model language is supported by getting a default handler registered (Only if a model is available). The idea is

Re: Few CXFRS patches

2015-01-22 Thread Sergey Beryozkin
On 17/01/15 10:36, Claus Ibsen wrote: On Fri, Jan 16, 2015 at 6:13 PM, Sergey Beryozkin wrote: Hi All, Happy New Year, I've worked on creating few CXFRS patches, Willem has helped with applying one of them (thanks). I'd like to ask Willem or someone else who has some experience

Re: Few CXFRS patches

2015-01-18 Thread Sergey Beryozkin
(English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On January 17, 2015 at 1:14:12 AM, Sergey Beryozkin (sberyoz...@gmail.com) wrote: Hi All, Happy New Year, I've worked on creating few CXFRS patches, Willem has helped with applying one of them (thanks). I'

Few CXFRS patches

2015-01-16 Thread Sergey Beryozkin
Hi All, Happy New Year, I've worked on creating few CXFRS patches, Willem has helped with applying one of them (thanks). I'd like to ask Willem or someone else who has some experience with CXFRS to review and apply two more patches (sometime next week would be great). The patch at [1] fix

Re: [2/3] git commit: CAMEL-7856 camel-cxf producer HttpAPI should not send the message body when using DELETE method

2014-09-24 Thread Sergey Beryozkin
Hi Dan, Willem On 24/09/14 14:37, Daniel Kulp wrote: That’s likely a different issue. Nt sure the parameter should be added as part of the body in this case as part of the consumer. I’d defer that to Sergey, but certainly the CxfProducer needs to be able to send a DELETE with a payload. I

Re: [2/3] git commit: CAMEL-7856 camel-cxf producer HttpAPI should not send the message body when using DELETE method

2014-09-24 Thread Sergey Beryozkin
Hi, Indeed - we've had several users complaining they can not use CXF Http clients to use DELETE and the body against the legacy servers written to expect DELETE and the body. Enforcing the best practice at the component level would inevitably make this component less practical, it should be m

Re: Java6 compilation problem in Camel core

2014-04-17 Thread Sergey Beryozkin
Hi, you are right, it was an old Java6 related bug Cheers, Sergey On 17/04/14 10:58, Babak Vahdat wrote: Am 17.04.14 11:30 schrieb "Sergey Beryozkin" unter : Hi, I'm not sure Camel still supports Java 6, just in case, I'm seeing the following in camel-core when compili

Java6 compilation problem in Camel core

2014-04-17 Thread Sergey Beryozkin
Hi, I'm not sure Camel still supports Java 6, just in case, I'm seeing the following in camel-core when compiling with Java 6: [ERROR] /camel-core/src/main/java/org/apache/camel/language/XPath.java:[45,5] incompatible types [ERROR] found : org.apache.camel.language.NamespacePrefix [ERROR]

Re: [DISCUSS] - Apache Camel 2.12.2 release later this month?

2013-11-19 Thread Sergey Beryozkin
Hi Willem Can yourself or someone else apply a patch to https://issues.apache.org/jira/browse/CAMEL-6878 please ? Thanks, Sergey On 11/12/2013 08:11 PM, Willem jiang wrote: +1, BTW, it looks Camel 2.12.x is catch up the release cycle of Camel 2.11.x. -- Willem Jiang Red Hat, Inc. Web: h

Re: RESTful web service support from Camel

2012-03-26 Thread Sergey Beryozkin
://camel.465427.n5.nabble.com/RESTful-web-service-support-from-Camel-tp5595408p5595408.html Sent from the Camel Development mailing list archive at Nabble.com. -- Sergey Beryozkin Talend Community Coders http://coders.talend.com/ Blog: http://sberyozkin.blogspot.com

[jira] [Commented] (CAMEL-4128) Camel CxfRsProducer should put the response code back to the message header

2011-06-21 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/jira/browse/CAMEL-4128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052512#comment-13052512 ] Sergey Beryozkin commented on CAMEL-4128: - webClient.getResponse().getSt

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-25 Thread Sergey Beryozkin
To: Sent: Monday, January 25, 2010 3:17 PM Subject: Re: Why does camel-cxf need cxf-rt-frontend-jaxrs Thanks Sergey! This is very helpful. I am messing with the camel poms today anyway and I will try the suggested change. Cheers, Hadrian On Jan 25, 2010, at 4:52 AM, Sergey Beryozkin wrote

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-25 Thread Sergey Beryozkin
Hi as suggested earlier on, the following dependencies can also be exclused from cxf-rt-frontend-jaxrs in a camel-cxf pom : org.apache.abdera:abdera-core:jar:0.4.0-incubating:compile org.apache.abdera:abdera-extensions-json:jar:0.4.0-incubating:compile org.apache.abdera:abdera-extensions-main:

[jira] Commented: (CAMEL-2389) Split camel transport for cxf out of camel-cxf module

2010-01-22 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=57061#action_57061 ] Sergey Beryozkin commented on CAMEL-2389: - Willem, just FYI, one of the system t

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
make things more complicated for Camel? Of >> course it does. Unfortunately there's no easy solution. Some advanced >> users, like Christian, would want the optimized minimum, others would >> prefer the convenience of "throw them all in there

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
to use it. Indeed, it is a good point, the complete bundle has a number of codegen related dependencies... And it will not have abdera embedded. Worth evaluating this option... cheers, Sergey Willem Claus Ibsen wrote: On Thu, Jan 21, 2010 at 10:40 AM, Sergey Beryozkin wrote: See comments wit

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
Greetings Christian Am 20.01.2010 10:31, schrieb Sergey Beryozkin: Hi all, I am using the camel-cxf component to attach a jaxws service to camel. Unfortunatelly the camel-cxf component also depends on cxf-rt-frontend-jaxrs. Is this necessary? It would be nice if this depdendency could be remov

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
mel-cxf. I remember that recently Dan added the jaxb jars to maven central so I think this repo can now be removed. I checked with an empty local repo and was able to build camel-cxf. Greetings Christian Am 20.01.2010 10:31, schrieb Sergey Beryozkin: Hi all, I am using the camel-cxf co

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-21 Thread Sergey Beryozkin
remember that recently Dan added the jaxb jars to maven central so I think this repo can now be removed. I checked with an empty local repo and was able to build camel-cxf. Greetings Christian Am 20.01.2010 10:31, schrieb Sergey Beryozkin: Hi all, I am using the camel-cxf component to attach a

Re: Why does camel-cxf need cxf-rt-frontend-jaxrs

2010-01-20 Thread Sergey Beryozkin
Hi all, I am using the camel-cxf component to attach a jaxws service to camel. Unfortunatelly the camel-cxf component also depends on cxf-rt-frontend-jaxrs. Is this necessary? It would be nice if this depdendency could be removed or made optional. Does it cause any issues for you ? Or ar

[jira] Issue Comment Edited: (CAMEL-2137) Beans can not be used in Camel routes deployed as JBI service units to ServiceMix

2010-01-06 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56786#action_56786 ] Sergey Beryozkin edited comment on CAMEL-2137 at 1/6/10 1:3

[jira] Commented: (CAMEL-2137) Beans can not be used in Camel routes deployed as JBI service units to ServiceMix

2010-01-06 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2137?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56786#action_56786 ] Sergey Beryozkin commented on CAMEL-2137: - Hi Willem The pseudo camel route

[jira] Commented: (CAMEL-2280) xml returned by camel-web should avoid using a namespace prefix

2009-12-17 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56493#action_56493 ] Sergey Beryozkin commented on CAMEL-2280: - In CXF you can do in a number of

[jira] Commented: (CAMEL-2239) Cannot determine specific JmsMessage type to use from body class

2009-12-02 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56220#action_56220 ] Sergey Beryozkin commented on CAMEL-2239: - Hi Willem > If we just need to de

[jira] Commented: (CAMEL-2239) Cannot determine specific JmsMessage type to use from body class

2009-12-01 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56201#action_56201 ] Sergey Beryozkin commented on CAMEL-2239: - Thanks Willem. I'm wonderin

[jira] Commented: (CAMEL-2239) Cannot determine specific JmsMessage type to use from body class

2009-12-01 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56197#action_56197 ] Sergey Beryozkin commented on CAMEL-2239: - Hi Willem, I'm a bit confused

[jira] Commented: (CAMEL-2239) Cannot determine specific JmsMessage type to use from body class

2009-12-01 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56193#action_56193 ] Sergey Beryozkin commented on CAMEL-2239: - Can it be defaulted somehow ? Ideal

[jira] Commented: (CAMEL-2224) Response received is of type java.lang.String instead of javax.ws.rs.core.Response

2009-11-25 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56105#action_56105 ] Sergey Beryozkin commented on CAMEL-2224: - Actually, it does look like it is

[jira] Commented: (CAMEL-2224) Response received is of type java.lang.String instead of javax.ws.rs.core.Response

2009-11-25 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56089#action_56089 ] Sergey Beryozkin commented on CAMEL-2224: - Hi Charles, so given this log 1

[jira] Commented: (CAMEL-2224) Response received is of type java.lang.String instead of javax.ws.rs.core.Response

2009-11-25 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56085#action_56085 ] Sergey Beryozkin commented on CAMEL-2224: - So it should be an easy fix ?

[jira] Commented: (CAMEL-2224) Response received is of type java.lang.String instead of javax.ws.rs.core.Response

2009-11-24 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56072#action_56072 ] Sergey Beryozkin commented on CAMEL-2224: - Hi Willem, we've identifie

[jira] Commented: (CAMEL-2219) The configure bean is not the instance of org.apache.cxf.jaxrs.JAXRSServerFactoryBean

2009-11-24 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56063#action_56063 ] Sergey Beryozkin commented on CAMEL-2219: - Hi Willem We've had an offline

[jira] Commented: (CAMEL-2219) The configure bean is not the instance of org.apache.cxf.jaxrs.JAXRSServerFactoryBean

2009-11-24 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56059#action_56059 ] Sergey Beryozkin commented on CAMEL-2219: - Hi Charles, Did you mean h

[jira] Commented: (CAMEL-2219) The configure bean is not the instance of org.apache.cxf.jaxrs.JAXRSServerFactoryBean

2009-11-24 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56054#action_56054 ] Sergey Beryozkin commented on CAMEL-2219: - Is Incident a JAXB-annotated class

[jira] Commented: (CAMEL-2219) The configure bean is not the instance of org.apache.cxf.jaxrs.JAXRSServerFactoryBean

2009-11-24 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56050#action_56050 ] Sergey Beryozkin commented on CAMEL-2219: - Hi Willem True

[jira] Commented: (CAMEL-2216) camel-cxf should not relay on the default Bus

2009-11-24 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56047#action_56047 ] Sergey Beryozkin commented on CAMEL-2216: - Willem, I have tested the updated c

[jira] Commented: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55409#action_55409 ] Sergey Beryozkin commented on CAMEL-2169: - OK... This looks like an option. Th

[jira] Commented: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55404#action_55404 ] Sergey Beryozkin commented on CAMEL-2169: - And this is what this JIRA propose

[jira] Commented: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55400#action_55400 ] Sergey Beryozkin commented on CAMEL-2169: - Hi Claus > id

[jira] Commented: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55395#action_55395 ] Sergey Beryozkin commented on CAMEL-2169: - I'm afraid you've missed m

[jira] Commented: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55393#action_55393 ] Sergey Beryozkin commented on CAMEL-2169: - sorry for the noise. note it would no

[jira] Commented: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55391#action_55391 ] Sergey Beryozkin commented on CAMEL-2169: - sorry, meant

[jira] Commented: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55390#action_55390 ] Sergey Beryozkin commented on CAMEL-2169: - One more comment : it does not ma

[jira] Commented: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55389#action_55389 ] Sergey Beryozkin commented on CAMEL-2169: - This is not a support question. Feel

[jira] Commented: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=55386#action_55386 ] Sergey Beryozkin commented on CAMEL-2169: - So given this JBI consumer

[jira] Created: (CAMEL-2169) Support identifiers for Camel routes

2009-11-13 Thread Sergey Beryozkin (JIRA)
Versions: 2.2.0 Reporter: Sergey Beryozkin Fix For: 2.2.0 Camel routes embedded in camel contexts have no identifiers thus for a route to kick in it has to start (in some cases at least) from a "from:" rule. Example from a route working

[jira] Commented: (CAMEL-1806) put the query parameters into the message header

2009-07-10 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-1806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=52789#action_52789 ] Sergey Beryozkin commented on CAMEL-1806: - > POST does not support

[jira] Commented: (CAMEL-720) support CXF REST endpoint in camel

2009-04-14 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51184#action_51184 ] Sergey Beryozkin commented on CAMEL-720: When is 2.0 due ? > support C

[jira] Commented: (CAMEL-720) support CXF REST endpoint in camel

2009-02-17 Thread Sergey Beryozkin (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49726#action_49726 ] Sergey Beryozkin commented on CAMEL-720: James : I think it's pretty clear