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
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
[
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
[
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
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
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
[
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
[
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
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
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.
>>
>>
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
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
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
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
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
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
[
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
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
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
[
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
[
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
[
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
[
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
[
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.
[
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
[
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 @
[
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
[
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
[
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
[
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
[
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
> ---
[
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
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:
[
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
34 matches
Mail list logo