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
6
votes
3 answers

Administration and Monitoring of Apache-Camel routes in ServiceMix

Being a user of Camel and ServiceMix I frequently need to monitor those tools for development purposes. I mainly use JConsole to access MBeans from ServiceMix and Camel. It gives a few really helpful metrics for an ESB developer. I also use karaf…
Olivier.Roger
  • 4,241
  • 5
  • 40
  • 68
6
votes
1 answer

Why would I use Apache ServiceMix over just ActiveMQ

I am starting to plan a new platform which needs to integrate various services from various externals platforms. Essentially I'm tying together a bunch of internal, homegrown services and several outside services we license from 3rd parties.…
jckdnk111
  • 2,280
  • 5
  • 33
  • 43
6
votes
2 answers

jaxws and camel route within servicemix

I would like to do something like this:
guido
  • 61
  • 1
  • 2
6
votes
3 answers

Debugging FuseESB application in Eclipse

Fuse ESB uses karaf server with OSGi. for the code if anybody has steps to get the debugger for the application it will help. I am currently using Eclipse Indigo. As OSGi is used we are using Maven to build the same. Which plugin will help for Karaf…
R-JANA
  • 1,138
  • 2
  • 14
  • 30
5
votes
2 answers

two dependency chains OSGI

I have the following error: in text : Error executing command: Error restarting bundles: Unable to start bundle 278: Uses constraint violation. Unable to resolve resource demo-persistence-jpa [demo-persistence-jpa [278](R 278.0)] because it…
isco
  • 350
  • 4
  • 15
5
votes
1 answer

access Spring context in OSGi bundle

I have an OSGi bundle that uses the bundle-context.xml file to initialize a bean. I have a factory class that needs to get the bean instance. In the…
Ben ODay
  • 20,784
  • 9
  • 45
  • 68
5
votes
1 answer

Got error command not found when using command feature:install or features:install in ServiceMix 6.1.0

After I download Apache ServiceMix 6.1.0 and unzip it. Then start up service mix. Then I type command feature:install or features:install. I keep got error command not found. Do features:* or feature:* command was remove from servicemix 6.1.0. What…
cathieUSC
  • 51
  • 1
  • 3
5
votes
4 answers

Tutorial for ServiceMix 4.2

I try to figure out a start with Apache ServiceMix 4.2 Sadly the tutorials on the homesite seem pretty much outdated ... with 4.2 the services seem to be started out of the box and be configured with karaf, while the tutorials talk about copying…
Akku
  • 4,373
  • 4
  • 48
  • 67
5
votes
1 answer

Eclipse Virgo vs Apache Servicemix

I'm new to OSGi topic, but try to learn something about this technology. After some resarch, I can't find answer to the question: What is the real difference between Eclipse Virgo and Apache ServiceMix? What I've done to reveal this mystery…
PastorPL
  • 968
  • 3
  • 17
  • 36
5
votes
1 answer

How to add a custom osgi bundle as new dependency?

I need to process xlsx Excel documents in an OSGi bundle, but org.apache.servicemix.bundles.poi lacks classes to use 2007 and older formats. I've created an OSGi bundle (jar file) with full apache poi (including ooxml classes that are absent in…
Jack
  • 435
  • 2
  • 6
  • 16
5
votes
3 answers

To use ServiceMix my project has to be an OSGi bundle?

I' starting to use ServiceMix and Camel and I've run through many examples. It seems that the examples that are OSGi can be deployed in ServiceMix via hot deploy or via console, but I don't know how to deploy a project that is not an OSGI. Can it be…
Ric Jafe
  • 2,321
  • 2
  • 18
  • 18
4
votes
2 answers

org.apache.camel.ExchangeTimedOutException: The OUT message was not received within: 30000 millis

I'm trying to expose a web service using fuse esb + apache camel + seda/activemq and I'm facing to an issue returing a status message to the web service call. here is my simple camel route :
oeil
  • 103
  • 1
  • 2
  • 5
4
votes
1 answer

ServiceMix: ESB or "OSGI Application Server"?

For an integration project I am working on, I started looking at java integration technologies/ESBs. Mule and ServiceMix seemed to fit my needs. I chose ServiceMix but found my self using Camel exclusively (inside ServiceMix). And then this question…
redben
  • 5,578
  • 5
  • 47
  • 63
4
votes
1 answer

Error while installing camel-jetty feature in Fuse ESB

I am trying to configure Fuse ESB on my Windows 7 machine. Here are the configs. Configuration JRE 1.6.0_30 MS VC++ Redistributable - x86 9.0.30729.17 JAVA_HOME set to "C:\Program Files\Java\jre6" Apache ServiceMix 4.4.1-fuse-02-02 After…
Imran S.
  • 935
  • 3
  • 15
  • 32
4
votes
1 answer

UTF-8 not supported message from logging subsystem, Fuse ESB 4.4

I've upgraded my ServiceMix to Fuse ESB 4.4 compilation. I got, however, errors from logging system, which I can't find how to handle. The error message is: Warning: encoding "UTF-8" not supported, using UTF-8 The encoding UTF-8 is NOT used. Files…
Danubian Sailor
  • 1
  • 38
  • 145
  • 223
1
2
3
43 44