[DISCUSS] OSGi improvements and type converters

2010-06-03 Thread Guillaume Nodet
I'm working on CAMEL-2693 which main purpose is to use OSGi service dependencies for components, languages, dataformats. This will solve a big ordering problem in OSGi (solved at least when using blueprint) which is the fact that the routes can be started while components are not available yet, thu

AXIS 2-1.4.1 and Camel Integration

2010-06-03 Thread devkatiyar
Hi , I am calling axis2 web service end point from camel .. request SOAP is ok but response SOAP is also coming fine ... when when using Junit test case i am printing the result ... result is : null can any help me .. or any one have working example with axis2 integration with camel o

[jira] Commented: (CAMEL-2789) camel-mail - Fallback to getInstance if getDefaultInstance fails on Session as it may do in some systems

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59934#action_59934 ] Claus Ibsen commented on CAMEL-2789: You will get this kind of exception {code} java.lang

[jira] Resolved: (CAMEL-2789) camel-mail - Fallback to getInstance if getDefaultInstance fails on Session as it may do in some systems

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2789. Resolution: Fixed trunk: 951265. > camel-mail - Fallback to getInstance if getDefaultInstance

[jira] Created: (CAMEL-2789) camel-mail - Fallback to getInstance if getDefaultInstance fails on Session as it may do in some systems

2010-06-03 Thread Claus Ibsen (JIRA)
camel-mail - Fallback to getInstance if getDefaultInstance fails on Session as it may do in some systems Key: CAMEL-2789 URL: https://issues.apache.org/active

[jira] Created: (CAMEL-2788) camel-quartz - Allow to specify job as volatile and other improvements

2010-06-03 Thread Claus Ibsen (JIRA)
camel-quartz - Allow to specify job as volatile and other improvements -- Key: CAMEL-2788 URL: https://issues.apache.org/activemq/browse/CAMEL-2788 Project: Apache Camel Iss

[jira] Updated: (CAMEL-2784) camel-quartz - Each endpoint should create their own scheduler instances so you can start/stop other bundles in osgi without problems

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2784: --- Attachment: camel-quartz-2.4-SNAPSHOT.jar > camel-quartz - Each endpoint should create their own

[jira] Updated: (CAMEL-2784) camel-quartz - Each endpoint should create their own scheduler instances so you can start/stop other bundles in osgi without problems

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2784: --- Attachment: (was: camel-quartz-2.4-SNAPSHOT.jar) > camel-quartz - Each endpoint should create

Re: svn commit: r950862 - in /camel/trunk/platforms/karaf/features: pom.xml src/main/resources/features-spring3.xml src/main/resources/features.xml

2010-06-03 Thread Willem Jiang
Hi Guillaume, Thanks for point that out, I just submit a patch[1] of Karaf feature validate plugin and committed change of camel features. Now the validate plugin is happy with the camel features without the compendium bundle. [1] https://issues.apache.org/jira/browse/FELIX-2388 Willem Guill

Re: ActiveMQ . Message Endpoint

2010-06-03 Thread fabian.alvarez
OK! janstey wrote: > > Yeah, you need to use Java to program in Camel. No idea if anyone has > taken > on the grueling task of porting Camel to C# out there :) > > On Thu, Jun 3, 2010 at 3:25 PM, fabian.alvarez > wrote: > >> >> Claus, >> >> so thank you very much by the quick response. >> >>

Re: svn commit: r951115 - /camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java

2010-06-03 Thread Jon Anstey
Ha, indeed it would ;) I think there are a few other hidden gems like this in camel-core but I can't remember where I applied them. It was a while ago. On Thu, Jun 3, 2010 at 4:48 PM, Guillaume Nodet wrote: > Yeah, that would make sense. In that case, maybe a very short comment > would be welc

Re: svn commit: r951115 - /camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java

2010-06-03 Thread Guillaume Nodet
Yeah, that would make sense. In that case, maybe a very short comment would be welcomed to indicate that this is indeed required ! On Thu, Jun 3, 2010 at 21:15, Jon Anstey wrote: > I think this gross bit of code > > ProcessorDefinition defn = (ProcessorDefinition) this; > if (defn instanceof Try

Re: ActiveMQ . Message Endpoint

2010-06-03 Thread Jon Anstey
Yeah, you need to use Java to program in Camel. No idea if anyone has taken on the grueling task of porting Camel to C# out there :) On Thu, Jun 3, 2010 at 3:25 PM, fabian.alvarez wrote: > > Claus, > > so thank you very much by the quick response. > > I think it's just what I need. I'll try. > I

Re: svn commit: r951115 - /camel/trunk/camel-core/src/main/java/org/apache/camel/model/ProcessorDefinition.java

2010-06-03 Thread Jon Anstey
I think this gross bit of code ProcessorDefinition defn = (ProcessorDefinition) this; if (defn instanceof TryDefinition) { was needed to compile on AIX. I can't recall why this was needed so it may not be an issue anymore but I guess you'll see in the next AIX build :) On Thu, Jun 3, 2010 at 4:3

Re: ActiveMQ . Message Endpoint

2010-06-03 Thread fabian.alvarez
Claus, so thank you very much by the quick response. I think it's just what I need. I'll try. I only one question remains: Just work with Java language? or I can program in c #? Thank you very much again for the answer regards Fabian Claus Ibsen-2 wrote: > > Hi > > The getting started exa

Re: ActiveMQ . Message Endpoint

2010-06-03 Thread Claus Ibsen
Hi The getting started example http://camel.apache.org/walk-through-an-example.html May inspire you a bit. All you essentially need is a route from(jms).to(myBeanWhichProcessTheData); On Thu, Jun 3, 2010 at 5:20 PM, fabian.alvarez wrote: > > Hello! > I'm working on a project in which we are

[jira] Commented: (CAMEL-2787) camel:packageScan convenience for RouteBuilders defined with Spring @Components

2010-06-03 Thread Jeremy Norris (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59932#action_59932 ] Jeremy Norris commented on CAMEL-2787: -- Hi Clause, Wow, that was quick. Nice work! One

[RESULT][VOTE] Release Apache Camel 1.6.3

2010-06-03 Thread Hadrian Zbarcea
The vote passes with: [7] +1 - binding votes (janstey, cibsen, jstrachan, ningjiang, wtam, gertv, hadrian) [3] +1 - non-binding votes [0] -1 I will promote the artifacts to the central repo. Many thanks to all who took the time to test this release and vote. Hadrian On May 31, 2010, at 9:04 PM

ActiveMQ . Message Endpoint

2010-06-03 Thread fabian.alvarez
Hello! I'm working on a project in which we are using as a queue of messages: ActiveMQ. We need to do the following: the arrival of a message to the queue, at the endpoint, a service is triggered automatically that consumes the message and process the data. According to what I was investigating th

[jira] Commented: (CAMEL-2693) camle-osgi should use an extender pattern to register camel components instead of simply looking inside the bundles

2010-06-03 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2693?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59930#action_59930 ] Guillaume Nodet commented on CAMEL-2693: This issue kinda depends on https://issues.a

[jira] Resolved: (CAMEL-2787) camel:packageScan convenience for RouteBuilders defined with Spring @Components

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2787. Fix Version/s: 2.4.0 Resolution: Fixed trunk: 950925. Jeremy you are welcome to test wi

[jira] Commented: (CAMEL-2787) camel:packageScan convenience for RouteBuilders defined with Spring @Components

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59928#action_59928 ] Claus Ibsen commented on CAMEL-2787: Okay got a bit further. The problem is that when us

[jira] Updated: (CAMEL-2787) camel:packageScan convenience for RouteBuilders defined with Spring @Components

2010-06-03 Thread Jeremy Norris (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Norris updated CAMEL-2787: - Priority: Minor (was: Major) > camel:packageScan convenience for RouteBuilders defined with

[jira] Commented: (CAMEL-2787) camel:packageScan convenience for RouteBuilders defined with Spring @Components

2010-06-03 Thread Jeremy Norris (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59927#action_59927 ] Jeremy Norris commented on CAMEL-2787: -- Yes Claus, you are correct, this is not a bug.

[jira] Updated: (CAMEL-2787) camel:packageScan convenience for RouteBuilders defined with Spring @Components

2010-06-03 Thread Jeremy Norris (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Norris updated CAMEL-2787: - Summary: camel:packageScan convenience for RouteBuilders defined with Spring @Components

[jira] Commented: (CAMEL-2787) camel:packageScan doesn't work for spring @Components

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59925#action_59925 ] Claus Ibsen commented on CAMEL-2787: I do *not* think you can use together with Spring @

[jira] Commented: (CAMEL-2787) camel:packageScan doesn't work for spring @Components

2010-06-03 Thread Jeremy Norris (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59926#action_59926 ] Jeremy Norris commented on CAMEL-2787: -- As per the attached unit test, the spring xml fi

[jira] Updated: (CAMEL-2787) camel:packageScan doesn't work for spring @Components

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen updated CAMEL-2787: --- Component/s: camel-spring (was: camel-spring-integration) I wonder if packag

[jira] Commented: (CAMEL-2610) Add depends-on attribute to tag

2010-06-03 Thread Jeremy Norris (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59924#action_59924 ] Jeremy Norris commented on CAMEL-2610: -- Sorry for the false alarm. @PostConstruct is be

[jira] Commented: (CAMEL-2787) camel:packageScan doesn't work for spring @Components

2010-06-03 Thread Jeremy Norris (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=59922#action_59922 ] Jeremy Norris commented on CAMEL-2787: -- Attached a test case which illustrates the probl

[jira] Assigned: (CAMEL-2787) camel:packageScan doesn't work for spring @Components

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen reassigned CAMEL-2787: -- Assignee: Claus Ibsen > camel:packageScan doesn't work for spring @Components > ---

[jira] Updated: (CAMEL-2787) camel:packageScan doesn't work for spring @Components

2010-06-03 Thread Jeremy Norris (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeremy Norris updated CAMEL-2787: - Attachment: spring-integration-testcase.tar.gz The following test case illustrates the proble

[jira] Created: (CAMEL-2787) camel:packageScan doesn't work for spring @Components

2010-06-03 Thread Jeremy Norris (JIRA)
camel:packageScan doesn't work for spring @Components - Key: CAMEL-2787 URL: https://issues.apache.org/activemq/browse/CAMEL-2787 Project: Apache Camel Issue Type: Bug Components:

[jira] Resolved: (CAMEL-2786) ManagementAgent should expose getter/setters for the JMX settings so you can set it easily from Java

2010-06-03 Thread Claus Ibsen (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-2786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Ibsen resolved CAMEL-2786. Resolution: Fixed trunk: 950891. > ManagementAgent should expose getter/setters for the JMX se