Component List (Grouped)

2013-09-14 Thread gliesian
I took a shot at grouping the component's list: https://cwiki.apache.org/confluence/display/CAMEL/Component+List+Grouped If anyone can refine the groupings, please advise (or update the page). Thanks, Robert -- View this message in context: http://camel.465427.n5.nabble.com/Component-List-Gr

Component List (Grouped)

2013-09-14 Thread Robert James Liguori
I took a shot at grouping the component's list: https://cwiki.apache.org/confluence/display/CAMEL/Component+List+Grouped If anyone can refine the groupings, please advise (or update the page). Thanks, Robert

cxf:bean or cxfbean: ?

2013-09-14 Thread Robert James Liguori
Is it cxf:bean (http://camel.apache.org/components.html) or cxfbean: (http://camel.apache.org/cxf-bean-component.html) ?

GenericFileOperationFailedException for file deletion

2013-09-14 Thread Mariusz
Hi, I'm trying to use fileLock (, Camel 2.12.0) for fileEndpoint but I'm getting following exception: Error during commit. Exchange[text.txt]. Caused by: [org.apache.camel.component.file.GenericFileOperationFailedException - Cannot delete file: GenericFile[text.txt]] org.apache.camel.component

cxf:bean vs. cxfbean: ?

2013-09-14 Thread Robert James Liguori
Is it cxf:bean (http://camel.apache.org/components.html) or cxfbean: (http://camel.apache.org/cxf-bean-component.html) ?

My camel route not able to handle exception.

2013-09-14 Thread bhaumikananda
I am using Camel 2.10.3 in my current project. Use case - I have a program which listens to income messages then persists the raw trade message into a DB and split the message into small sections based on some expression. This small sections are then transformed based on business logic and send to

Re: My camel route not able to handle exception.

2013-09-14 Thread bhaumikananda
My problem with the above route - m using Camel 2.10.3 in my current project. Use case - I have a program which listens to income messages then persists the raw trade message into a DB and split the message into small sections based on some expression. This small sections are then transformed base

My camel route not able to handle exception.

2013-09-14 Thread bhaumikananda
http://camel.apache.org/schema/spring";> {{mySystem.route.jmsx.delivery.count}}

Re: camel-xmlsecurity - Not able to set KeyAccessor

2013-09-14 Thread lmanchanda75
Through my study on internet this seems like class loader issue, but no clue on how to solve this in current situation. -- View this message in context: http://camel.465427.n5.nabble.com/camel-xmlsecurity-Not-able-to-set-KeyAccessor-tp5739339p5739373.html Sent from the Camel - Users mailing lis

Re: Using HTTP and HTTPS proxies with Camel HTTP Component

2013-09-14 Thread Christian Posta
Alex, As Christian M. points out, use the camel config on the endpoint, not the way you're doing in your OP. Cheers On Wed, Sep 11, 2013 at 6:03 AM, Alex Anderson wrote: > On 10 September 2013 22:49, Christian Müller > wrote: > > Did you tried setting the proxy host/port as we described here

Does apns-camel support a sandbox environment?

2013-09-14 Thread troypayne
Hello Riders, I've setup my scala project to send push notifications to a deviceToken (hex), using a sandbox cert. I'm not receiving any of the notifications to my device and I'm not sure if the ApnsServiceFactory is configured for sandbox or production. Has anyone else come across this problem?

Re: Using HTTP and HTTPS proxies with Camel HTTP Component

2013-09-14 Thread Christian Müller
I mean something like this [1]. As I understood your post, you try to achieve this by setting system properties and/or camel context properties... [1] https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=components/camel-http/src/test/java/org/apache/camel/component/http/HttpProxyTest.java

Re: DefaultErrorHandler and "nested" routes

2013-09-14 Thread Christian Müller
from("direct:b").routeId("2") .errorHandler(noErrorHandler()) .process(new ThrowingExceptionProcessor()); Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Membe

Re: spring ws camel

2013-09-14 Thread Christian Müller
I assume you already studied http://camel.apache.org/spring-web-services.html? It's always good the mention the issue you have to get it working (stack trace, ...). And check out our unit tests to get inspired [1]. [1] https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tree;f=components/camel-s

Re: camel jaxb component

2013-09-14 Thread Christian Müller
Study http://camel.apache.org/jaxb.html. Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linked

Re: getting exception org.apache.camel.InvalidPayloadException: No body available of type: when I try to

2013-09-14 Thread Christian Müller
I guess outotec.pi.mes.id59.powerconsumption.DTPowerConsumption doesn't implement java.io.Serializable. Study [1]. [1] http://camel.apache.org/serialization.html Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache C

Re: CFX to Queue : io.serializationException

2013-09-14 Thread Christian Müller
Please do not post the same question multiple time in different threads (I answered your last question in the other thread). Please spend a bit more time to resolve your issues before posting your questions. Please be more patient. Most of the users like me spend his/her spare time to help others h

Re: JAXB Marshalling

2013-09-14 Thread Christian Müller
Try to convert the MessageContentList into your Payload object first: I also recommend to add a: before your send the message to ActiveMQ. Otherwise you send a byte[] to ActiveMQ which is not easy readable by browsing the queue... Best, Christian - Softwa

Re: Simple Language Question

2013-09-14 Thread Claus Ibsen
Hi You need to use getCurrentQueueSize to get the current size. The size is for the max size of the queue. I added unit test to demonstrate how to do that https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=camel-core/src/test/java/org/apache/camel/component/seda/SedaSimpleSizeTest.java;

Re: Saving JMS data

2013-09-14 Thread Christian Müller
More details please... Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christi

Re: [camel-hazelcast] CamelEntryListener limits usage of Hazelcast maps

2013-09-14 Thread Claus Ibsen
Hi Yeah sounds like we can just be Object, Object. Fell free to log a JIRA and submit a patch. http://camel.apache.org/contributing.html On Fri, Sep 13, 2013 at 11:01 PM, HrvojeM wrote: > Hi, > > the class org.apache.camel.component.hazelcast.listener.CamelEntryListener > within the module cam

Re: New book about Apache Camel

2013-09-14 Thread Christian Müller
But for some of my colleagues... ;-) Best, Christian - Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.c

Re: sending email:getting error Error processing exchange. Exchange Message: Body is null.

2013-09-14 Thread vsmahesh
Thank you.Its working.I implemented it using Email sending checking.!! -- View this message in context: http://camel.465427.n5.nabble.com/sending-email-getting-error-Error-processing-exchange-Exchange-Message-Body-is-null-tp5739344p5739350.html Sent from the Came

Re: sending email:getting error Error processing exchange. Exchange Message: Body is null.

2013-09-14 Thread Claus Ibsen
The message body is null as the timer does not set any body. You can set a body first with Hello Mail On Sat, Sep 14, 2013 at 8:35 AM, vsmahesh wrote: > Hi all, > I am geeting the error body is null when i m trying to send mail from camel. > My route is like, > > > > > I tried with fo

Re: getting com.sun.mail.smtp.SMTPSendFailedException:554 Mail from camel@localhost rejected fo r policy reasons.

2013-09-14 Thread Claus Ibsen
Hi Make sure the url is correct as this seems wrong Should be something a like eg remember the ?. And in XML files remember & is escaped as & On Fri, Sep 13, 2013 at 4:12 PM, vsmahesh wrote: > Hi all, > > I am getting error when i am adding mail componenet as > > My came

Re: POM dependency scope in JAVA file

2013-09-14 Thread Claus Ibsen
Hi This question is not related to Apache Camel. Please do not post questions which is not Camel related to this forum / mailing list. On Fri, Sep 13, 2013 at 7:09 PM, contactreji wrote: > Hi > > I am wondering if the depenency added in the POM file will have its scope > inside the Java process

POM dependency scope in JAVA file

2013-09-14 Thread contactreji
Hi I am wondering if the depenency added in the POM file will have its scope inside the Java processor classes? Reji -- View this message in context: http://camel.465427.n5.nabble.com/POM-dependency-scope-in-JAVA-file-tp5739337.html Sent from the Camel - Users mailing list archive at Nabble.

sending email:getting error Error processing exchange. Exchange Message: Body is null.

2013-09-14 Thread vsmahesh
Hi all, I am geeting the error body is null when i m trying to send mail from camel. My route is like, I tried with following process methods,but i am getting the same error @Override public void process(Exchange exchng) throws Exception { CamelContext context = null;

Re: Error when adding in camel route file

2013-09-14 Thread vsmahesh
Thanks a lot..Error has gone..!! -- View this message in context: http://camel.465427.n5.nabble.com/Error-when-adding-dataFormats-in-camel-route-file-tp5739260p5739300.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel-xmlsecurity - Not able to set KeyAccessor

2013-09-14 Thread lmanchanda75
Hi, I am trying to use xmlsecurity component, but while trying to set the keyAccessor I get classCast exception as detailed in the error below. Please see what can I correct. Following is the bean definition in camel-context blueprint Following is the route defined in camel-cont

Deployment of Akka Camel CXF Osgi sample in Apache Karaf container

2013-09-14 Thread sramakrishna
Hi- Based on Sample of Akka Osgi Example as per the following link: https://github.com/Crossing-Tech/akka-osgi-sample I implemented same methodology for my requirement using Akka 2.2.0, Camel 2.11.1, CXF 2.7.5, Apache Karaf 2.3.2, Osgi 4.3.2 technologies. I developed as multi module maven proj

getting com.sun.mail.smtp.SMTPSendFailedException:554 Mail from camel@localhost rejected fo r policy reasons.

2013-09-14 Thread vsmahesh
Hi all, I am getting error when i am adding mail componenet as My camel route is "Email checking mahesh" The error is like that 2013-09-13 17:05:17,610 [0 - timer://foo] WARN TimerConsumer - Er

Re: org.apache.cxf.binding.soap.SoapFault: Can't find the BindingOperationInfo with operation name

2013-09-14 Thread hutao1
I am using apache camel cxf proxy error, as follows: http://172.21.127.200:10001/authenticateMember"; endpointName="s:AuthenticateMember" serviceName="s:AuthenticateMemberService" wsdlURL="http://172.20.35.232:5220/cea-ws/services/Authenticat

Re: soap response code 200 ,but OutOfMemoryError: Java heap space

2013-09-14 Thread hutao1
By apache camel cxf proxy can normally send soap request, response, but converted into a POJO processing, memory overflow error occurs,errors as above. -- View this message in context: http://camel.465427.n5.nabble.com/soap-response-code-200-but-OutOfMemoryError-Java-heap-space-tp5739287p573929

soap response code 200 ,but OutOfMemoryError: Java heap space

2013-09-14 Thread hutao1
ID: 1 Address: http://172.20.35.232:5220/cea-ws/services/AuthenticateMemberService Encoding: UTF-8 Content-Type: text/xml Headers: {Accept=[*/*], breadcrumbId=[ID-hut-54174-1379057586116-0-1], Host=[172.21.127.200:10001], SOAPAction=[""], User-Agent=[Apache CXF 2.6.9]} Payload: http://schemas.xmlso