Log in to follow, share, and participate in this community.
Thread How to call endpoint that needs authorization from quartz?
How to call endpoint that needs authorization from quartz?Hello, I will periodically call some ESB endpoint (eip pattern or camel endpoint). This can I do easy by quartz scheduler. But what when the called endpoint needs authorization? How can I specify the needed...
Thread CamelBlueprintTestSupport and org.osgi.vendor.framework property
CamelBlueprintTestSupport and org.osgi.vendor.framework propertyI am using CamelBlueprintTestSupport to write a unit test for a route, and am getting the following error originating from the test setUp method: java.lang.NoClassDefFoundError: org.osgi.vendor.framework prope...
Fuse ESB examples?Hi, Where I can get working Fuse ESB examples? I've seen https://github.com/FuseByExample but am after something like a cookbook of samples for different scenarios. Something like the WS02 samples ...
Tuscany (SCA) support with Fuse ESBHi, I would like to know is there any way to integrate Apache Tuscany (SCA) with Fuse ESB. Basically, I would like to deploy the SCA bundles onto the Fuse ESB. Please help me out. Any info in this regard will ...
FUSE ESB vs Apache ServiceMix full versionDoes Fusesource offer a full version of ServiceMix like Apache (which contains a larger set of features)? I understand features can be added on a system with interenet access or by using a local repository. ...
Thread How to upgrade Karaf, Camel & CXF on Fuse ESB 4.4.0-fuse-00-43
How to upgrade Karaf, Camel & CXF on Fuse ESB 4.4.0-fuse-00-43Hi all, I will like to upgrade my karaf, camel and CXF using the features:addurl. What version of Karaf and camel will be most appropriate for a CXF fuse-2.6.0? And also, is there a public relea...
Windows Service WrapperWindows Service Wrapper works fine in Windows 7 but breaks in Windows 2008 Server. wanted to check if it is due to 32 bit wrapper or due to licensing I am not able to find any licensing file. I...
Where to put third party property fileHello. We are creating a document-merging application at work (mailmerging, archiving and printing documents) In order to do the mailmerge-part, we are using a third party component called Docmosis. D...
Thread How to exclude weak strength ciphers from servicemix-4.3.1
How to exclude weak strength ciphers from servicemix-4.3.1Hi, Recently during security scan, we landed on a security violation stating that the system supports "Medium Strength Ciphers". But it looks like servicemix is internally supporting these weak ciphers....
Thread WS-Notification: Issue upon ESB Notification
WS-Notification: Issue upon ESB NotificationHi all, I'm using WS-Notification implementation provided by Fuse ESB v4.4.1 and I'm experiencing (my client side) a major issue upon notifications coming from ESB: Fuse notifies my client with a pure XML inst...
Reading Object in the interceptorCXF interceptor phases starts with INBOUND and ends at POST invoke. I am able to read the instream at the READ phase. I was under impression that In UNMARSHALL phase Message will have inbound obj...
Thread Fuse IDE - features-maven-plugin plug has error on the execution line
Fuse IDE - features-maven-plugin plug has error on the execution lineI am getting error in the Fuse IDE in pom.xml for the execution line in features-maven-plugin plug in? I am stll able to do build and install but its really anoying as I dont know what I am missing. Is ther...
What is the right way to upgrade FUSE ESB?They only way I know how to upgrade at this point is to download a new version, unpack it and then move all my configurations and bundles over to the new version. Since new version come out relatively regularly with b...
Invoker in Fuse ESBDear all, I'm new in this fuse and servicemix.. I want to know what "invoker" means in servicemix. i search a lot but i found no satisfying answer for this. Can u give an example for this "invoker" in servicemix? how ...
Thread Null pointer while installing drools spring jar
Null pointer while installing drools spring jarI am trying to install drools-spring-5.4.0-Final.jar on apache-servicemix-4.4.1-fuse-03-06 . It is throwing Null pointer exception. Thanks in adv for help.
WS-NOTIFICATION for Fuse ESB 4.3.1Hi All, I am using "Servicemix_4.3.1_fuse_00-00" for implementing WS-Notification. i observed that "servicemix-wsn2005, 2011.01.0.fuse-00-00" suports it. i am a new to ESB. - i want to prepare robust ...
ws notifcation example in fuse esb 4.4.1I tried runing the WSN example given in the fuse esb 4.4.1 in examples/simple folder. I loaded the wsn.xml file and was able to view the wsdl of the service endpoint. However, when I tried sending requests us...
Thread print logs within the camel routes into the console
print logs within the camel routes into the consoleTo print the logs into the console I add to etc/org.ops4j.pax.logging.cfg the settings like: log4j.logger.com.mycompany.a.b.c=INFO, stdout The question what should I define to see the logs within the ...
Thread CXF Bundle Spring OSGi Context Fails to Start?
CXF Bundle Spring OSGi Context Fails to Start?Anyone have any ideas on why the Spring Context for the CXF bundle would sometimes fail to start? This results in published Camel SOAP endpoints not being available under the /cxf URL. This seems to happen...