Questions tagged [apache-servicemix]

Questions relating to the Apache Foundation's ServiceMix integration platform.

ServiceMix is an Apache foundation sponsored project, with commercial support provided by FuseSource

Apache ServiceMix is a flexible, open-source integration container that unifies the features and functionality of Apache ActiveMQ, Camel, CXF, Karaf into a powerful runtime platform you can use to build your own integrations solutions. It provides an enterprise ready ESB exclusively powered by OSGi.

655 questions
4
votes
3 answers

Crash when calling autoSizeColumn on worksheet, when run under Linux (Servicemix)

I've written module that generates excel, and deployed it under Servicemix. In Windows environment everything is fine, but under Linux Servicemix unexpectedly crashes on following call: for (short i=0;i<=3;i++) { log.trace("AutoSize…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
4
votes
1 answer

Changing version of cxf on Service Mix

I want to change the version of cxf on Service Mix 7.0.1 where cxf version is 3.1.9 . Because of using Brave tracing that is implemented in 3.1.12 version of cxf. So Is there a way to change the version of the CXF on Service Mix. I have deleted…
xmlParser
  • 1,903
  • 4
  • 19
  • 48
4
votes
0 answers

How to generate a features.xml for Karaf that take into consideration the already available features

So I have some simple webservices done using Camel and Apache CXF to run on a JBoss Fuse 6.3 Karaf installation. I want to automatically generate a features.xml to reduce the risks of mistakes and make it overall simpler, but I don't want to have a…
4
votes
1 answer

java.lang.ArrayStoreException: sun.reflect.annotation.TypeNotPresentExceptionProxy on servicemix

I'm trying to use spring boot to develop a WebService service and publish it in ServiceMix, but I got an Exception like this : . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \…
杨恩铸
  • 41
  • 4
4
votes
5 answers

OSGi feature uninstall works, but bundles are still installed

EDIT: updated this question with latest information... I'm having issues running back-to-back "features:uninstall" commands for dependent features. OSGi responds back with "State change in progress...", but by accepting other requests, we run into…
Ben ODay
  • 20,784
  • 9
  • 45
  • 68
4
votes
1 answer

Upgrade Camel on Servicemix

I've version of servicemix: 4.3.1-fuse-03.01 with Camel 2.6.0-fuse-03-01. I would like to upgrade Camel to version 2.8.0. Is it any easy and SAFE way to do this without upgrading whole Servicemix?
Marcin Erbel
  • 1,597
  • 6
  • 32
  • 51
4
votes
1 answer

Apache Camel With Quartz - No Concurrent Execution

I want to use camel->quartz component to schedule some job to be done at specified time interval. But I want that in synchronized manner. Means, Next execution of scheduled job should only start after completion of current execution. I created Route…
4
votes
3 answers

Clustering in ServiceMix 4

I'm trying to configure Apache ServiceMix 4 to provide load balancing feature mentioned in it's documentation (for example here: http://servicemix.apache.org/clustering.html). Although it's mentioned, I couldn't find the exact way how to do it. The…
4
votes
2 answers

How to register twelvemonkey.imageIO into java servicemix registery

Error: javax.imageio.IIOException - Unsupported Image Type] javax.imageio.IIOException: Unsupported Image Type at com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(JPEGImageReader.java:977)[:1.6.0_26] at…
shahjenu
  • 71
  • 4
4
votes
1 answer

how to include third parties library in maven-bundle-plugin(v2.3.7)

I am using servicemix(v4.5.3) and want to deploy my application(depends upon hundreds of third party library) as bundle via maven-bundle-plugin. Below is my pom.xml org.apache.felix
4
votes
1 answer

Failed to create route due to: No component found with scheme: activemq

Servicemix expert need some help. I have a web service deployed in apache servicemix. This web service I hit from web application that is deploying on tomcat on same machine. I want to send custom message from web service to activemq:queue. web…
ved
  • 909
  • 2
  • 17
  • 43
4
votes
1 answer

Installing a feature in servicemix

I am running Apache servicemix 4.5.2. I want to install a feature, i.e. a jar file. The feature I wanted is jtidy. The pom dependence is: jtidy jtidy
Luixv
  • 8,590
  • 21
  • 84
  • 121
4
votes
1 answer

what is the difference between JBoss Fuse and Apache ServiceMix?

I am currently deploying an application I want to base on Camel and ActiveMQ. Because of this I decided to go for ServiceMix or Fuse because they include everything I need and the OSGi stuff adds even more value. The application will in the end be…
Marged
  • 10,577
  • 10
  • 57
  • 99
4
votes
8 answers

esb solution, servicemix or wso2?

We are trying to decide which ESB choose between ServiceMix or WSO2? We are looking an esb to: Support different protocols (REST, SOAP, JMS, HTTPS,..) Generate statistics or some console to see "what's happening, how many request are arriving, how…
culebrins
  • 428
  • 9
  • 21
4
votes
1 answer

Error loading spring camel context (type mismatch)

I'm using Fuse IDE (Eclipse) on a little project with a spring camel context, one route, and one test. I put an extra xml for defining test execution environment. When I run the test, it fails with type mismatch loading the context bean info (when…
nico
  • 624
  • 11
  • 22
1 2
3
43 44