Re: property-placeholder + OSGI

2012-12-10 Thread SpinWin
Hi, To answer your questions : Karaf version : 2.3.0 And the NPE Stack Trace : org.osgi.service.blueprint.container.ComponentDefinitionException: java.lang.NullPointerException at org.apache.aries.blueprint.container.ReferenceRecipe.internalCreate(ReferenceRecipe.java:116)[7:org.apache.

Re: property-placeholder + OSGI

2012-12-10 Thread Willem jiang
Which version of Karaf are you using? I guess it should be a aries related issue instead of camel one. But it could be helpful if you can past the NPE stack trace out. -- Willem Jiang Red Hat, Inc. FuseSource is now part of Red Hat Web: http://www.fusesource.com | http://www.redhat.com Blog: h

Apach Camel

2012-12-10 Thread Sam Amor
Dear Sir or Madam, can you help me with my exercise in Apach Camel Thanks in Advance i have the following tasks to do : - Aggregate information (See Minimum 7 book information. Including title, description, author, cover, page number, ISBNs, similar books, price, release date)- Via SQS refer to

Re: Camel - Servicemix

2012-12-10 Thread Willem jiang
Hi, Please use the user mailing list if you have the question about the camel usage. Back to your question, you just specify a wrong endpointName in the bean.xml according the check of your WSDL file. Please change the endpointName to "s:EmailWSSOAP11port_http" like below http://bpms.intalio.

About AMQ transactional JMS redelivery count

2012-12-10 Thread Babak Vahdat
Hi It's about the following ticket where I fixed and reenabled two itests: https://issues.apache.org/jira/browse/CAMEL-5856 Now the problem is that *occasionally* instead of 1+6 deliveries we seem to get totally 6 deliveries through the AMQ, see the 2 TODO comments here: https://svn.apache.org/

Fwd: ASF Board Report for Dec 2012 is now due

2012-12-10 Thread Christian Mueller
I plan to submit our Dec 2012 Apache Camel board report at 12 December 2012 (in 2 days). You can find the draft version at [1]. Please feel free to comment it. Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns. Project Status

property-placeholder + OSGI

2012-12-10 Thread SpinWin
Hello, I tried to do the following configuration: http://camel.apache.org/schema/blueprint";> Everything is ok when I install my bundle in Karaf. When I start / stop ... no problem. But when I refresh / update ... I eat a nasty NullPointerExcept