Re: Contributing Scomp Component (was Contributing Stomp Component)

2013-02-03 Thread iandebeer
Hi I have created a pull request for Scomp that contains all the modifications I made to that project. I have discussed this with Dejan Bosanac and I am waiting for the pull request to be incorporated. One small snag is that the the test uses an imbedded Apollo broker and because of the Scala 2.

Re: Bind certain camel-cxf service to a specific HttpConnector

2013-02-03 Thread Willem jiang
cxf-bean can route the request to the bean which you want to export as web service. It could be a little complicated that if you want to route the request to camel-cxf consumer, or the proxy that you just build with camel. But if you just has a service implementation which wants to be exposed t

camel pull request: New features for twitter-camel

2013-02-03 Thread lfoppiano
Github user lfoppiano closed the pull request at: https://github.com/apache/camel/pull/8

Re: Bind certain camel-cxf service to a specific HttpConnector

2013-02-03 Thread Christian Müller
Hi Willem! Thanks for the response. Could you please more detailed. I didn't get it. At present, we use the camel-cxf bean style configuration for all our exposed web services like this one: http://company.com/product/service/1"; /> We configured ${SMX_HOME}/etc/org.apache.cxf.osgi.cfg: org.apac