ownloading
com.hithub.mwiede:jsch as they deem that as a private library.
Regards,
Ravi
Hi Zheng:
We are using Netty for TCP socket connections, not for http.
Thanks
Ravi
-Original Message-
From: Zheng Feng
Sent: Monday, January 11, 2021 9:06 AM
To: users@camel.apache.org
Subject: Re: Camel-Netty Security Vulnerability (CWE-295/BDSA-2018-4022) -
Hostname verification
that there would be a way to configure this in
Camel.
Thanks
Ravi
-Original Message-
From: Andrea Cosentino
Sent: Monday, January 11, 2021 8:42 AM
To: users@camel.apache.org
Subject: Re: Camel-Netty Security Vulnerability (CWE-295/BDSA-2018-4022) -
Hostname verification
EXTERNAL
e a way to enable hostname verification for Netty component in Camel? Or
is this a vulnerability in camel-netty component that still needs to be
addressed in this component?
Attached is the Blackduck report regarding this vulnerability.
Thanks for the help.
Regards
Ravi Sunchu
Test
JMS_IBM_Character_Set: UTF-8
JMS_IBM_Encoding: 546
JMS_IBM_Format: MQSTR
JMS_IBM_MsgType: 8
JMS_IBM_PutApplType: 11
JMS_IBM_PutDate: 20200107
JMS_IBM_PutTime: 14241063
Test Message
In fact the body content should print only "Test Message"
Appreciate any input on the same.
Thanks
Ravi
n may be
imprecise)
- java.lang.Object.wait() @bci=2, line=502 (Compiled frame)
- weblogic.work.ExecuteThread.waitForRequest() @bci=8, line=328 (Compiled frame)
- weblogic.work.ExecuteThread.run() @bci=147, line=388 (Interpreted frame)
Can you please let us know if this is a known issue ? Also, please suggest
steps to overcome this issue.
Regards,
Ravi
Please have a look at recipient list EIP.
http://camel.apache.org/recipient-list.html
On Monday, 24 October 2016, raghavender.anth...@gmail.com <
raghavender.anth...@gmail.com> wrote:
> Hello All,
>
> Can someone help me with a solution for this problem:
>
> I want to route to different destinati
On Fri, Apr 29, 2016 at 10:54 AM, ravi narayanan
> wrote:
> > Hi,
> >
> > Still iam getting warning when i use bean ref
> >
> >
> > warn message
> >
> > 10:48:07,147 WARN [org.apache.camel.util.ObjectHelper]
> > (http-/127.0.0.1:
= BihMessageHandler.prepareBihHeader(body);
BIHLogger logger=new BIHLogger();
logger.logBIHAuditMessage(message +
Header,Level.INFO,"C:\\Logfiles\\Audit.log");
}
Regards,
Ravi
On Thu, Apr 28, 2016 at 8:04 PM, ravi narayanan
wrote:
> Hi John,
> I have tried it and getting the same e
Hi John,
I have tried it and getting the same error...
On Thursday, 28 April 2016, John D. Ament wrote:
> You should quote the string when passing it in, e.g.
>
>
> method="logAuditMessage(${body},'A1_Sync_Con_RQ Request Received :')" />
>
> Then it will be passed in as the second argument as a
ate is called
> > when the responses come back. Otherwise the aggregate is called in the
> > same order as the recipient list endpoints, eg first recipient
> > response, 2nd recipient response, 3rd ... N.
> >
> >
> > On Thu, Apr 28, 2016 at 10:00 AM, ravi narayanan
:36, ravi narayanan wrote:
>
>> Hi Claus,
>> I tried implementing timeout aware aggregation strategy and implemented
>> timeout method in it.
>> now when ever timeout happens(complete Timeout/Partial Response) the Old
>> exchange message is coming to timeout method.
&
Hi Claus,
I tried implementing timeout aware aggregation strategy and implemented
timeout method in it.
now when ever timeout happens(complete Timeout/Partial Response) the Old
exchange message is coming to timeout method.
will the aggregate method gets invoked only when it gets response from all
t
Hi All,
Iam calling two different endpoints with delimeter seperated,Parallel
Processing and timeout as 3000 ms in recipient list.
I have mentioned aggregation strategy to aggregate the response message.
I need to frame a fault message when iam not getting response from both the
end points.
i t
Hi,
Is it possible to make this function work based on content?
i.e
.setBody(simple("random(${body})"))
Thanks and regards,
Ravi Nallappan
test-cases without depending
on external servers.
Thanks and regards,
Ravi Nallappan
Following are steps how I observed this behaviour:
Generate Camel custom Endpoints
===
mvn archetype:generate\
-DarchetypeGroupId=org.apache.camel.
are the endpoints shared between multiple threads even if the bean is of
protoype scope?
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-JMS-JMS-Selector-getting-overridden-by-new-requests-tp5774806p5774838.html
Sent from the Camel - Users mailing list archive at Nabble
be created for every request. its
like endpoints are being cached somewhere and camel is returing the
endpoints from the cache instead of creating new.
Is there a option to tell camel to create a new endpoint for every request?
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5.
Hi Claus,
When you say about persistent store can you tell me how can I achieve it
using active mq.
Some link where they have implemented will probably help me.
On Tuesday, 14 July 2015, Claus Ibsen wrote:
> Hi
>
> Its bad practice to have so long redelvery intervals. Its is intended
> for shor
Hi,
I am looking for some suggestions on scenario where response to a request
sent to queue can come in any one of the three queues.
is there a way in camel to check for responses in multiple queues.
Thanks
ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-JMS
I specified it in my feature xml.
Thanks and regards,
Ravi Nallappan
edeliveries.
>
>
> On Fri, Sep 4, 2015 at 11:35 PM, ravi narayanan > wrote:
> > Hi Claus,
> > I have a query in using redelivery policy.if my volume is huge and no of
> > data items in my payload is more is it advisable to use redelivery ,coz I
> > would assume the
Hi Claus,
I have a query in using redelivery policy.if my volume is huge and no of
data items in my payload is more is it advisable to use redelivery ,coz I
would assume the message will be stored in memory during retrial.
On Thursday, June 25, 2015, Lambert, Michael
wrote:
> I'm
>
arallel queries should be same as number of concurrentConsumers that I set?
Thanks and regards,
Ravi Nallappan
bean1, PDUBean.class);
PDUBean rslt2 = template.requestBody(bean2, PDUBean.class);
assertEquals("Found 1 0", rslt1.getErrMsg());
assertEquals("Found 2 1", rslt2.getErrMsg());
}
On Wed, Jun 24, 2015 at 8:27 PM, Ravi Nallappan
wrote:
> Thanks Claus.
>
> Ok, I ha
Message("Hello, World! 2");
PDUBean rslt1 = template.requestBody(bean1, PDUBean.class);
PDUBean rslt2 = template.requestBody(bean2, PDUBean.class);
assertEquals("Found 1 0", rslt1.getErrMsg());
assertEquals("Found 2 1", rslt2.getErrMsg());
}
Thanks and regards,
Hi,
The error is not clear, can you share the smpp client route that caused
this error?
regards,
Ravi Nallappan
On Mon, Jun 15, 2015 at 4:14 PM, AlexNastin wrote:
>
> Hello. I'm new to CAMEL-SMPP. I'm working on a project that requires smpp
> to
> send and receive sms fr
by commenting out /* 3 */ above (i.e incomplete messages to
aggregate), we can see above code will wait awhile for a last message while
the other modification does not even wait before failing (aggregator not
kicked in at all?).
Appreciate if anyone able to explain the reason. And if its still possible
to keep "direct://combine" modular i.e combine endpoint's route remain free
from before and after routes details.
Thanks and regards,
Ravi Nallappan
?doneFileName=${file:name}.done");
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Warning-Messages-in-Logs-when-camel-application-running-on-multiple-nodes-tp5767030.html
Sent from the Camel - Users mailing list archive at Nabble.com.
I ran into a similar issue and exploring options for this.
does reducing the delay between polls to very low value (<10) increases with
file consumption on both the nodes?
--
View this message in context:
http://camel.465427.n5.nabble.com/Input-directory-with-multiple-file-consumers-tp5713788p5
routes.
I am observing from my logs that.only one route is active at anypoint of
time
example
only when files from dir1 to dir2(first route) are moved is done.
second route is getting active. is there anything special that i have to
configure to have them run independently.
Thanks
Ravi
--
View
previously from last 2 months. Today it's not running.
Please help.
Regards,
Ravi Gupta
spring-context
org.springframework
Please help.
Thanks & Regards,
Ravi Gupta
How we can connect with FIS system using apache camel. FIS system understand
the request on cobol format?
Thanks & Regards
Ravi Gupta
Version -I am using is --> Camel - core 2.13.1.jar / Camel-bam 2.13.1.jar
-Original Message-
From: Ravi Gupta 7 [mailto:rgupt...@sapient.com]
Sent: Wednesday, September 17, 2014 12:37 PM
To: claus.ib...@gmail.com; users@camel.apache.org
Subject: RE: BAM Support in Ca
ine-- Failed to process
expiration of: ActivityState[19 on ProcessInstance[44] Activity[1 name: bamB]].
Reason: java.lang.NullPointerException
What version of Camel do you use?
On Tue, Sep 16, 2014 at 1:00 PM, Ravi Gupta 7 wrote:
> I have created two activeMQ [bamA and bamB].
> Also
I have created two activeMQ [bamA and bamB].
Also created a AcctInqProfileCheckActivity as a routeBuilder under camel
context.
Below is the overridden configure () method.
When I send a message to bamA using ActiveMQ then it is giving me below error.
I am sending message to bam2 after 3 seconds
You can try using
.
Thanks
RG
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: Thursday, September 11, 2014 11:10 AM
To: users@camel.apache.org
Subject: Re: CSV Parsing
Hi
You can also use the splitter eip
On Thu, Sep 11, 2014 at 1:44 AM, Matt Raible wrote
Please share more details about your problem.
1. Sample record
2. How you are configuring parsing/annotations,etc.
-
-Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Bindy-problem-with-separator-tp4306927p5754987.html
Sent from the Camel - Users mailing
FailedToCreateRouteException class* also pass name of the exception* i.e.
EncryptionOperationNotPossibleException
-
-Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Problem-encrypting-the-password-using-Camel-Jasypt-component-tp5753644p5754316.html
Sent from the
Are you getting any memory specific issues which indicate inability of system
to create indefinite threads ?
It seems you want to spawn as many threads as possible in order to execute
the job faster.
Have you tried following option and played around with number of threads in
the pool ? [ in the f
loos like it's the cxf behaviour to decode the base64. but I could not find
this in cxf docs.
--
View this message in context:
http://camel.465427.n5.nabble.com/camel-cxf-component-is-encoding-base64-by-default-tp5750705p5752303.html
Sent from the Camel - Users mailing list archive at Nabble.co
Hi,
I am newbie to apache camel world. Trying an IBM MQ connectivity with
apache-camel JMS component. Need your help on below question I raised on Stack
overflow.
http://stackoverflow.com/q/23642348/3010921
Any help / pointer is much appreciated.
Thanks & Regards,
Ravi Joshi
ing that camel-cxf component is encoding the encoded base64
String in SOAP request. Is this the default behaviour of camel-cxf component
? Is there a way I can stop camel-cxf from encoding as i want to pass in the
encoded Base64.
Any Help in Appreciated
Thanks
Ravi
--
View this message in cont
Hi,
This is how my route looks like
from("direct:start").routeId("start")
.bean(Processor1.class, "prepareRequestMessage")
.to("cxfrs:bean:rsClient?synchronous=true")
.bean(Processor1.class, "processResponseMessage")
prepareRequ
Hi,
This is how my route looks like
from("direct:start").routeId("start")
.bean(Processor1.class, "prepareRequestMessage")
.to("cxfrs:bean:rsClient?synchronous=true")
.bean(Processor1.class, "processResponseMessage")
prepareRequestMes
Hi,
I am having trouble defining a cxf rs client bean. can anyone point me the
example of defining a cxf client bean using the http client.
Any Help is appreciated
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-cxf-rs-client-bean-tp5749587.html
Sent
for all the
requests which is the value from first request that system received. Not
sure why this is happening for Camel-jms component.
Any help is appreciated.
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-JmsComponent-ThreadContext-issues-tp5740277
303.mbox/%3CJIRA.12635116.1362400893039.31620.1363911195905@arcas%3E
<http://http://mail-archives.apache.org/mod_mbox/camel-issues/201303.mbox/%3CJIRA.12635116.1362400893039.31620.1363911195905@arcas%3E>
Thanks
ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/I
through
out the route.
I am seeing this thread taking control after getting response from jms inout
operation. can you explain this behavior?
Camel (camel-1) thread #2 -
PersistentQueueReplyManager[jms_BT.edi.split.ACKQueue]-1| logstatement
Thanks
Ravi
--
View this message in context:
http
for the route is set to 3 ms. If my
route takes more that 3ms i am getting timeout exception. Is this the
expected behaviour?
and also noticed the thread JmsreplyTimeoutChecker running all the time what
is this thread for?
Any information is appreciated.
Thanks
Ravi
--
View this m
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721692.html
Sent from the Camel - Users mailing list archive at Nabble.com.
timeout value.
can you please suggest?
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721690.html
Sent from the Camel - Users mailing list archive at Nabble.com.
ng the timeout value set during the first
step. can you explain this behaviour?
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721684.html
Sent from the Camel - Users mailing list archive at Nabble.com.
Hi Willem,
I was able to set the timeout Dynamically FirstTime. But when i tried change
the client policy somwhere in my route its not picking up the new value.
is this the expected behaviour?
Tanks
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Timeout-on-a
Hi,
I am using camel-CXF component.I am suspecting that the request context is
being cached somewhere in the cxf/camel code thats the reason new timeout
value is not honored.
can you please provide a solution for this?
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5
?
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721640.html
Sent from the Camel - Users mailing list archive at Nabble.com.
throw e;
}
}
Without the thread sleep my global exception handler (On Exception) is not
able to catch the exception.
Thanks
Ravi
--
View this message in context:
http://camel.465427.n5.nabble.com/Camel-Timeout-on-a-route-tp5721576p5721623.html
Sent from the Camel - Users mailing list
Hi,
Is there a way to specify timeout on a route.
Example
from(direct:route1)
.to(bean:dosomething)
.to(direct:commonRoute)
now if the commonRoute takes more than n milliseconds i want to get a
timeout exception.
FYI I tried seda component I got the timeout exception after n seconds but
the co
replyTo Queue?. Is there a
way to force the camel to return the message from replytoQueue.
Any Help is appreciated.
Thanks
Ravi
below is the code i am tryiing
public void configure() throws Exception {
from("activemq:queue:EVENTS").multicast(new
Aggregation()).to("activemq:queu
Following is the way i am using to send exchange:
Map msgBody;
//Populating msgBody with Key Values
exchange.getIn().setBody(msgBody);
processor.process(exchange);
And how can i identify whether Exchange is processed or not ?
--
View this message in context:
http://camel.4654
I am using DefaultConsumer which is reading row from a Database (A:reader
where A is a custom Component ).
The code to activate Consumer is:
public Consumer createConsumer(Processor processor) throws Exception {
return new DefaultConsumer(this, processor) {
@Override
Hi,
I am trying to create a route:
from(A:reader).process(convertToXml()).to(B:writer)
Reader is reading message, processor transforming message to xml and writer
is writing xml message to some destination.
I want the flow some what like:
One message read -> Convert to XML -> Write to Destinat
tried using "mail.debug" = true smtp uri
following is the log:
DEBUG: JavaMail version 1.4.1
INFO | jvm 1| 2011/08/10 19:50:32 | DEBUG: not loading file:
C:\Program Files\Java\jre6\lib\javamail.providers
INFO | jvm 1| 2011/08/10 19:50:32 | DEBUG:
java.io.FileNotFoundException: C:\Pr
uri is smtp, but i have tried smtps also but smtps gave me another error. Pls
refer earlier messages.
--
View this message in context:
http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Componenet-Issue-on-64-Bit-Windows-2008-Server-tp4681784p4685704.html
Sent from the Camel - Users mailing list a
This issue seems to be related to Windows Server family of Operating Systems,
just tried on Windows 2003 Server (32 bit) and facing same issue.
--
View this message in context:
http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Componenet-Issue-on-64-Bit-Windows-2008-Server-tp4681784p4685543.html
tried with camel_mail_2.8.0 and the error coming as:
Error in sending email, msg: Failed messages:
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS
command first. p7sm791183pbn.81
--
View this message in context:
http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Compo
i have not tried the latest Camel (i think it is 2.8.0)
--
View this message in context:
http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Componenet-Issue-on-64-Bit-Windows-2008-Server-tp4681784p4685447.html
Sent from the Camel - Users mailing list archive at Nabble.com.
CAMEL 2.7.0 (Bundled in ActiveMQ 5.5.0)
JDK is 1.6.0_20 64 Bit
JavaMail is 1.4.4
on Windows 2008 Server 64 bit
--
View this message in context:
http://camel.465427.n5.nabble.com/CAMEL-SMTP-Mail-Componenet-Issue-on-64-Bit-Windows-2008-Server-tp4681784p4685445.html
Sent from the Camel - Users mail
Tried Sample program to send mail using Java Mail Apis and it is working fine
but Camel SMTP is not working: Code is given below to send mail uysing
Sample Program:
public class SendMailSSL {
public static void main(String[] args) {
Properties props = new Properties();
props.put("mail.smtp.ho
using smtps:
error is:
javax.mail.MessagingException: Exception reading response
javax.net.ssl.SSLHandshakeException:
sun.security.validator.ValidatorException: PKIX path building failed:
sun.security.provider.certpath.SunCertPathBuilderException: unable to find
valid certification path to reque
I am trying to use following Camel SMTP end point URI to send mail using
gmail:
smtp://smtp.gmail.com:587?password=xyz&username=a...@gmail.com
It is giving me error:
Error in sending email, msg: Failed messages:
com.sun.mail.smtp.SMTPSendFailedException: 530 5.7.0 Must issue a STARTTLS
command
I have one route defined like:
from (MyCustomEndPoint).to(activeMQ:myQ)
MyCustomEndPoint is a custom endpoint which returns a Consumer, The consumer
has got one internal Thread reading messages from Database. If lets say some
Database Exception comes(connection reset) the internal thread stops bu
Hi i am using Camel Transactional routes like:
http://camel.apache.org/schema/spring";>
com.esq.org.exceptionbase.#mycustomexception#
I have defined transactional camel route and using a custom
eadID=2981&tstart=15
Thanks
Ravi
17:49:56,333 | DEBUG | qtp-10530939-301 | OutboundExchangeProcessor| ?
? | 147 - com.Common - 1.0.0.SNAPSHOT | Enrich
Exchange with properties and headers
17:49:56,334 | WARN | qtp-10530939-301 |
75 matches
Mail list logo