posting an auditing message to Splunk over HTTP. By doing
> > that, we can not only get counts over a particular timeframe, but we can
> > derive message rates as well.
> >
> >
> > > On Jan 25, 2018, at 2:56 PM, Olivier Eymere wrote:
> > >
> > > I am
I am looking for a way to keep running counts of all of the processed
messages. The last part of the camel application is a route that posts the
message to a web service, we need to keep counts of the various responses
so that when the entire process is complete and the application is exiting
it w
ovide a patch / github PR with a fix
> > http://camel.apache.org/support.html
> > http://camel.apache.org/contributing.html
> >
> > On Fri, Aug 19, 2016 at 9:53 AM, olivier <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=5786774&i=1>> wrote:
> >
So, i've figured it out by myself. Here is the solution for those who might
have the same issue.
It seems Camel security 2.17.3 depends on Spring security 4.x...but the
camel-context spring security part of the example is written in Spring
security 3.x, which produces the errors above, because, in
Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
I can't understand how to fix it and don't understand why I get this out of
the box, I haven't touched anything in the example.
Any idea? Anyone can have it working?
Tha
e in context:
> http://camel.465427.n5.nabble.com/Camel-Splunk-component-tp5730476p5730520.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
--
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy
Spring ${ } is being tracked by
> https://issues.apache.org/jira/browse/CAMEL-6233
>
> And added in upcoming releases.
>
>
> On Wed, Apr 3, 2013 at 1:50 PM, Olivier Lamy wrote:
>> Hi,
>>
>> I'd like to be able to use something like:
>>
>
tails available here: https://gist.github.com/olamy/5298824
Is it possible to use a placeholder for the whole uri ?
Or the scheme (sftp, etc) is a minimum requited ?
Thanks
--
Olivier Lamy
Ecetera: http://ecetera.com.au
http://twitter.com/olamy | http://linkedin.com/in/olamy
Hello,
i have a route that reads a directory and process a number of files
contained in this directory.
i would like to log the number of files at the end of the processing of
the directory.
i tried to use oncompletion but it's called for each file.
any idea on how to do that?
thanks in adv
Hello Christian,
That is exactly what I needed to know.
In fact I had an error before the convertion.
--
View this message in context:
http://camel.465427.n5.nabble.com/mandatory-attribute-in-the-ConvertBodyTo-Spring-DSL-tp5710933p5712777.html
Sent from the Camel - Users mailing list archive at
Hello Camel !
I was wondering if there was a possibility to enforce that the
EIP returns a non-null value.
This is already the case when using the TypeConverter when choosing to use
the mandatoryConvertTo() method instead of convertTo.
Thank in advance,
Olivier Roger
--
View this message in
I just confirm using ExecBinding.EXEC_COMMAND_ARGS does exactly what I
needed.
As explained the parameter value must be a List Java object.
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Exec-Properties-and-Header-values-in-URI-tp1046744p2636437.html
Sent from the Came
It looks exactly like what I was looking for.
I'll try and get back to you.
Thanks!
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Exec-Properties-and-Header-values-in-URI-tp1046744p1046797.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com
Thank in advance,
Olivier
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Exec-Properties-and-Header-values-in-URI-tp1046744p1046744.html
Sent from the Camel - Users (activemq) mailing list archive at Nabble.com.
Willem,
That seems to be exactly what I needed.
Adding the annotation in the SEI is working as expected :) I will try this
endpoint configuration and confirm it is also working as expected.
Thanks for your help!
--
View this message in context:
http://camel.465427.n5.nabble.com/CxfBinding-Doc
My bad I confused the different modes.
I will try that I get back to you.
It there a possibility not to modify the SEI but the CXF Endpoint definition
instead ?
--
View this message in context:
http://camel.465427.n5.nabble.com/CxfBinding-Document-Style-tp1045363p1045540.html
Sent from the Cam
I was also expecting document to be the default value.
For retro-compatibility reasons, I would like to keep the SEI unchanged, and
try to fix the issue by tweeking the route is possible.
Here is the SEI:
@WebService(targetNamespace = "http://www.mycompany.com/services";)
public interface Offer
Here is what I get:
http://schemas.xmlsoap.org/soap/envelope/";>
http://www.mycompany.com/services";>
http://www.mycompany.com/service/offer/proposal";>
1234
ot;binding" />
What is intriguing is that the WSDL specify explicitly the style to
document.
...
http://schemas.xmlsoap.org/soap/http"/>
...
I tested it successfully with SOAPUI. It detects it in document mode.
Th
What is intriguing is that the WSDL specify explicitly the style to document.
...
http://schemas.xmlsoap.org/soap/http"/>
...
I tested it successfully with SOAPUI. It detects it in document mode.
--
View this message in context:
http://camel.465427.n5.nabble.com/CxfBinding-Document-Style-t
know
if using a placeholder ${lang} there is supported
With the following externalized property file:
lang=groovy
expr=metadata.value
I guess this can be done inside a bean, best would be to do it in the route
declaration in Spring DSL.
Any idea is welcome,
Olivier
willem.jiang wrote
would have the same name.
I was wondering how I could instantiate that bean. I could not find
information about that in the online documentation. I would also like to use
it with Spring DSL.
Any help on this would be welcome,
Thanks in advance
Olivier
--
View this message in context:
ht
I could indeed unmarshal using JAXB but I would like to use as less Java as
possible.
I am facing an other problem now:
When I extract the value using XPath like this:
/ns1:person/ns1:firstName/text()
and use it in the velocity template with:
Hello ${headers.firstname}
It produce this kind of
That's great news. Thanks!
Using body is also working like you indicated ;)
Olivier
Claus Ibsen-2 wrote:
>
> On Wed, Apr 21, 2010 at 9:23 PM, Olivier Roger
> wrote:
>>
>> I understand the better now,
>>
>> Anyways, this would really be a useful featur
quot; + body, which cause Camel
> to type coerce the body to a String type as well.
>
> I will look into this.
>
> On Mon, Apr 19, 2010 at 9:28 AM, Olivier Roger
> wrote:
>>
>> Hello Claus,
>>
>> I was using the tokenize on "]," but some brack
x27;,'${body.ns0:person/ns0:address/ns0:zipCode}','${body.ns0:person/ns0:socialId}')
I am also intressted in any other way to use the body values.
Thanks in avance,
Olivier
--
View this message in context:
http://old.nabble.com/Velocity-component-tp28287678p28287678.html
Sent from the Camel - Users mailing list archive at Nabble.com.
instead of per row.
So a 5 line, with 5 line per row, document is split into 25 messages.
Is there a way to force change this behavior ?
Thanks,
Olivier
Claus Ibsen-2 wrote:
>
> Hi
>
> Yeah the split EIP pattern will be explained in chapter 8 in both Java
> and Spring XML ex
().csv().split(body()).to("...");
Here is my Spring DSL route
Thanks in advance for your help
mel/trunk/components/camel-cxf/src/main/java/org/apache/camel/component/cxf/CxfPayload.java
>
> Willem
>
>
> Olivier Roger wrote:
>> I remove the xmlbeans usage to use an interface using String as input and
>> output parameter types.
>>
>> pa
I did not specify it but here is the message I try to send:
http://schemas.xmlsoap.org/soap/envelope/";
xmlns:esb="http://www.bsb.com/incubator/esb";>
528404-885-24
I am not sure it helps though...
Olivier Roger wrote:
>
> I remo
png
I provided the sample of my project.
Olivier Roger wrote:
>
> Thanks for you input willem,
>
> I am using the lastest Fuse ESB distribution which includes Camel 2.2.
> I will try to launch the example you indicated and what is different from
> my implementation.
>
>
Thanks for you input willem,
I am using the lastest Fuse ESB distribution which includes Camel 2.2.
I will try to launch the example you indicated and what is different from my
implementation.
If I cannot figure it out I will provide a sample project.
Olivier
willem.jiang wrote:
>
>
bsite but found it quite not clear. Am I
doing something wrong?
Thanks in advance,
Olivier
--
View this message in context:
http://old.nabble.com/-CXF--Inbound-endpoint-with-PAYLOAD-dataformat-tp28240799p28240799.html
Sent from the Camel - Users mailing list archive at Nabble.com.
much. What is more problematic is the data
parameter, I would like for it to be message dependent.
Could someone tell me if and how it is possible to let Camel handle the SOAP
transformation and how I can provide service, method and parameter values in
that case ?
Thanks in advance,
Olivier
--
View this
direct channels ? In this case, this would do a lot of traffic
between Camel and the broker, even if the 2 of them are quite near in my
architecture...
Sorry if I missed a point on Camel, I really am new to it :)
--
Olivier
Claus Ibsen-2 wrote:
>
> On Fri, Feb 5, 2010 at 10:08 AM, Oli
with this, but this works for the
moment. But the risk here of loosing messages is higher, isn't it ? Could
the use of a transactional error handling bring something here with the
direct channels ?
--
Olivier
Claus Ibsen-2 wrote:
>
> On Thu, Feb 4, 2010 at 11:02 PM, Olivier Billard
Action: http://www.manning.com/ibsen/
> Open Source Integration: http://fusesource.com
> Blog: http://davsclaus.blogspot.com/
> Twitter: http://twitter.com/davsclaus
>
>
-
--
Olivier Billard
--
View this message in context:
http://old.nabble.com/Defining-a-DeadLetterChannel-w
ckupqueue
-> content-based router (
{root-element=ws1} -> direct:ws1 -> ws1 endpoint (I need a
dead letter channel here)
{root-element=ws2} -> direct:ws2 -> ws2 endpoint (I need a
dead letter channel here)
)
Can someone please help me to find what t
38 matches
Mail list logo