Re: Example of request reply

2007-09-18 Thread Willem Jiang
Hi Nodet Yes, and it can perform more than service invocation part. you can find more information by check camel-cxf component code :) Cheers, Willem. Guillaume Nodet wrote: Hi Willem! Does the cxf component performs any soap processing using cxf ? Or is it just the marshaling / service inv

[jira] Resolved: (CAMEL-151) Make all modules OSGi bundles

2007-09-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-151?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved CAMEL-151. --- Resolution: Fixed Sendingcamel-core/pom.xml Sendingcomponents/camel-atom/p

Circular dependency

2007-09-18 Thread Guillaume Nodet
There is another circular dependency: camel-jms depends on apache-activemq for testing which depends on camel-jms. It seems to work with maven somehow, but this is still a mess and will lead to problem when releasing. Also, i'm trying to create OSGi bundles instead of plain jars, and the build does

[jira] Created: (CAMEL-151) Make all modules OSGi bundles

2007-09-18 Thread Guillaume Nodet (JIRA)
Make all modules OSGi bundles - Key: CAMEL-151 URL: https://issues.apache.org/activemq/browse/CAMEL-151 Project: Apache Camel Issue Type: New Feature Reporter: Guillaume Nodet Assignee: Gui

[jira] Resolved: (CAMEL-150) Bug in PredicateBuilder

2007-09-18 Thread Guillaume Nodet (JIRA)
[ https://issues.apache.org/activemq/browse/CAMEL-150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guillaume Nodet resolved CAMEL-150. --- Resolution: Fixed Fix Version/s: 1.2.0 Assignee: Guillaume Nodet Fixed, th

Re: Some Notes on Using Camel

2007-09-18 Thread Guillaume Nodet
I think we should keep the seda component somehow, but change itssemantic (and name) so that it becomes a "in memory queue", like JMS without persistence and all. I think it still can be quite handy for unit testing, demos, etc Btw, if we introduce thread pools, i'm a bit worried about the e