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.

651 questions
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,563
  • 3
  • 11
  • 33
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
  • 19,926
  • 7
  • 41
  • 67
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,465
  • 5
  • 30
  • 50
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
  • 869
  • 2
  • 16
  • 42
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
  • 7,860
  • 18
  • 77
  • 118
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
  • 9,123
  • 9
  • 45
  • 87
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
  • 370
  • 6
  • 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
  • 584
  • 9
  • 22
4
votes
1 answer

what's the scope of a static field?

I meet a problem in static field. I think the root cause must be the scope of the static field. The project is based on Apache servicemix and consists of many sub-projects. In sub-project 'A', I defined a static list field 'reg' in class…
Javen
  • 173
  • 3
  • 8
3
votes
1 answer

How to set property values during testing for CamelSpringTestSupport based tests

Im creating a ServiceMix module that consists of a Camel route. In my beans.xml, I have:
Brimstedt
  • 2,833
  • 19
  • 29
1 2
3
43 44