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

how to transfer files across network using service mix blueprint capabilities

I am using apache-servicemix-4.3.1-fuse-01-15 and I am doing hot deployment. I have placed one blueprint xml inside deploy folder of service-mix as shown…
C4CodeE4Exe
  • 3,840
  • 8
  • 39
  • 46
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
  • 703
  • 6
  • 27
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
  • 291
  • 1
  • 6
  • 16
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…
jNayden
  • 1,592
  • 2
  • 17
  • 29
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,937
  • 2
  • 24
  • 42
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
  • 441
  • 4
  • 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
  • 1,067
  • 1
  • 14
  • 20
-1
votes
1 answer

How can I script an update to a servicemix system bundle using karaf's client.bat?

How can I script out a update to a servicemix system bundle using karaf's client.bat? When I try to run ./client.bat "update 111" -p through powershell I get a java.lang.NullPointerException. I believe it is because updating this bundle…
-1
votes
1 answer

Install mvn in service mix could not be resolved

I want to install a service to service Mix using syntax: smx@root>install mvn:id.co.ess/endpoint-ptr04 java.lang.RuntimeException: URL [mvn:id.co.ess/endpoint-ptr04] could not be resolved. What's wrong with my service mix, how can I resolve the…
-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 =…
рüффп
  • 5,172
  • 34
  • 67
  • 113
-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
  • 103
  • 1
  • 4
  • 12
-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

Access to MSSQLserver via CamelRoute in ServiceMix

I have an existing route in Camel with a jdbc endpoint which connects to a mssql server. That works fine. Now i want to switch to apache servicemix to use that 'hot blueprint deployment'-feature. The download i used:…
chris
  • 1,685
  • 3
  • 18
  • 28
1 2 3
43
44