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
0
votes
1 answer

Servicemix and bundle Name/ Symbolic Name

I got a bug or maybe I forgot a thing but servicemix does not want to put the correct bundle name / symbolic name : Command list : [ 221] [Active ] [] [] [ 60] mvn:org.emp.idewe.ipsi/esb-precube/1.2.2-SNAPSHOT Instead of : [ 221] [Active ] []…
kinaesthesia
  • 705
  • 6
  • 24
0
votes
1 answer

ESB servicemix Vs WSO2/synapse

I am searching for the best 100% open source ESB for the following requirements, after searching I'm confused between Servicemix and WSO2/synapse 1- The requester is mobile app that requires all services to be exposed via REST (JSON objects) 2- Many…
Mira
  • 271
  • 1
  • 5
  • 15
0
votes
1 answer

ServiceMix, Apache ActiveMQ, Camel sending "done" for consuming messages

The issue I have is this: using service mix and camel routing I am sending a JSON message via activeMQ to consumer. The issue is that the time that this consumer takes to process this message is X so it is possible the consumer get stopped or…
JOKe
  • 1,532
  • 1
  • 16
  • 28
0
votes
1 answer

ServiceMix + broadcasting message

New to ServiceMix, I'm not sure if it can do what I need: I've an interface defined by wsdl I have several endpoints that implement that interface defined by the wsdl I've a service that can only send the message to one endpoint. Can service mix…
srodriguez
  • 1,676
  • 2
  • 23
  • 41
0
votes
1 answer

Incompatible versions of Spring when deploying to Fuse ESB (ServiceMix 4.4.1-fuse-03-06)

My question is how can I force a bundle to use the version of Spring packaged with it rather than the version installed on the ESB? I have a simple Webservices WAR which I am trying to install and start in Fuse ESB. The WAR has a dependency on…
James Rawlings
  • 331
  • 3
  • 4
0
votes
1 answer

servicemix 4.3.0 and jndi

I have servicemix 4.3.0 in my system and i want to connect to a database using this. I am a newbie with regard to servicemix and searched for how to achieve this integration. The forums suggested to edit the jndi.xml present in the conf directory of…
Jisha
  • 55
  • 1
  • 7
0
votes
1 answer

Using different SSL certificate per Camel+Jetty route

I have a series of webservices exposed using the Camel Jetty component running in ServiceMix (Fuse). Something like: ...
jonnysamps
  • 997
  • 12
  • 20
-1
votes
2 answers

Reading Tables From OracleDB Using Camel

Hi I am new to Service mix.Can anyone pointing me in right direction how to read the tables from oracle Db and post that table into a local files.(Here i want to use only blueprint.XML content which i can directly deploy in service mix deploy…
-1
votes
1 answer

Pax-Web retainDays not working properly

I am trying to enable the retainDays option in my pax-web config like this: org.ops4j.pax.web.config.file=etc/jetty.xml org.osgi.service.http.port=80 javax.servlet.context.tempdir=data/pax-web-jsp org.ops4j.pax.web.log.ncsa.format =…
рüффп
  • 4,475
  • 34
  • 62
  • 99
-1
votes
1 answer

ESB + Camel Calling multiple web services based on the response from the previous call

I'm using ESB and Camel to provide an endpoint to my mobile apps. From there, I need to call multiple web services in such way that the response from the previous call determines whether the next should be called or not and need to pass the same…
RageshAK
  • 97
  • 1
  • 3
  • 9
-1
votes
1 answer

connect to https server with apache camel

Context of my problem : I'm working with apache camel in servicemix, and i'm developing a bundle. In this bundle, the following endpoint is defined in a route :
-1
votes
1 answer

Caused by : java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis.utils.XMLUtils

I am new in Apache Camel and SOAP Jira Client, so I generated some Classes using axis wsdl2java and I deployed the bundle in servicemix. For ServiceMix, Axis doesn't mean anything that why I add a Third part dependency and I generated a plugin that…
winners05
  • 11
  • 1
  • 4
-1
votes
1 answer

Servicemix clustering example

Please suggest some good startup beginner examples for ServiceMix cluster setup. I understand here clustering is done by Karaf OSGI container using Karaf Cellar framework. But I couldn't find any step by step tutorial on this. I could set up…
Chakri
  • 467
  • 12
  • 35
-1
votes
1 answer

Apache Service mix development set up

I am trying to set up a maven project for service mix using eclipse indego . Which remote catalog need to add in Maven archetypes. I need to create a bundle/jar for camel route with spring DSL using service mix . Please let me know how to set up…
-1
votes
1 answer

The uri on standalone fuse esb?

My question is that my esb (fuse or servicemix) is running on standalone server and an application want to invoke a web service via esb.for this,i opened a queue for taking the webservice client.And for this the application want to learn the URI for…
1 2 3
43
44