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
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
Is it cxf:bean (http://camel.apache.org/components.html)
or
cxfbean: (http://camel.apache.org/cxf-bean-component.html)
?
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
Is it cxf:bean (http://camel.apache.org/components.html)
or
cxfbean: (http://camel.apache.org/cxf-bean-component.html)
?
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
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
http://camel.apache.org/schema/spring";>
{{mySystem.route.jmsx.delivery.count}}
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
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
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?
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
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
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
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
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
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
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
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;
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
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
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
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
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
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
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
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.
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;
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.
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
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
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
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
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
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
35 matches
Mail list logo