I\'m trying to trace execution of an app running on ServiceMix 3.2 which uses spring 2.5 under the hood. I\'m using CGLIB (advising classes, not interfaces) and I would like to direct tracing using po
I\'m newbie with servicemix 4.x. I\'ve tried servicemix 4.4 and servicemix-fuse 4.4 with both of them I have the same problem. I\'ve tried to deploy samples to the deploy dir and nothing happens. Serv
In an Apache Camel route, I want to take several headers and compose them into an HTTP query string in a safe way. The only examples I\'ve found either use constant(), which isn\'t useful for building
I have a webservice running on Tomcat 6 in this address http://localhost8080/testservice, now i want to deploy it to Servicemix 4.3
Has any one attempted this before? I would li开发者_C百科ke to know how to upgrade from 4.2 to 4.4 bearing in mind that there are exisiting services on the latter, which I hope will still work on the
I am using Servicemix 4.2 for my osgi based webservice application. My webservice application is exposed using the CXF stack provided with the Servicemix.
I\'ve been trying to get two separate bundles to communicate via a nmr endpoint using a camel cxf producer.I have been working on this all week and so far I can\'t get it to work.
I am using Camel inside ServiceMix and I can see that there is开发者_运维问答 a camel-http and a servicemix-http feature, are they the same?they are different...servicemix-http is a JBI binding compon
This might be obvious but i just still don\'t understand how i\'d do it with ServiceMix : An ext开发者_开发知识库ernal web service http://mypartner.com/service/partnerService
I have two files beans.xml and jndi.xml. We want to retrieve something in beans.xml that is put into JNDI through jndi.xml. Unfortunately, beans in beans.xml are created before jndi.xml is loaded, so