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

jaxws and camel route within servicemix

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

Apache Camel AWS/SQS component

Camel v2.8 (camel-aws/sqs) is it possible to send messages to a shared queue using camel aws-sqs component? I am able to send directly to myQueue but not other Queues which I have access to via SQS access policy and confirmed that it works…
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,058
  • 1
  • 13
  • 28
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
  • 19,926
  • 7
  • 41
  • 67
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,135
  • 4
  • 44
  • 65
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
  • 909
  • 3
  • 15
  • 32
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
  • 405
  • 1
  • 5
  • 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,291
  • 2
  • 16
  • 17
4
votes
2 answers

Getting org.apache.camel.component.http.HttpOperationFailedException with Status Code 405

I am running servicemix 4.4.1. I am trying to make a http call to a website by using camel-http4. No matter which website I try to invoke, I keep getting this error: org.apache.camel.RuntimeCamelException:…
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,232
  • 5
  • 41
  • 62
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.
  • 875
  • 12
  • 31
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
  • 21,505
  • 37
  • 137
  • 211
4
votes
2 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
  • 21,505
  • 37
  • 137
  • 211
1
2
3
43 44