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

org.apache.felix.shell.Command and Servicemix

I have implemented a set of "org.apache.felix.shell.Command"s with the purpose of utilizing it in Apache Servicemix. The commands are being registered with "org.osgi.framework.BundleActivator" (Blueprint not involved as it often collides with Spring…
0
votes
1 answer

Error with calling WebService in activiti process (Servicemix 5.0.0)

My goal is to call succesfully a WebService in activity process. I'm working with Servicemix 5.0.0. I started with example apache-servicemix-5.0.0/examples/activiti/activiti-camel , which I run succesfully via features:install. Then I modified file…
Tomi
  • 23
  • 5
0
votes
2 answers

Apache Servicemix - Heapspace issue - How to resolve?

We have an apache servicemix instance (version 3.3.1) in Production which runs our bpel flows (using apache ode 1.3.5) and some camel code ( for the routing ). The issue is that, the used heap space of the servicemix process keeps increasing.…
Arun Jolly
  • 342
  • 1
  • 3
  • 12
0
votes
1 answer

Header set in NMR call does not exists while it is called in In-Out exchange pattern

I am calling a NMR endpoint which sets some headers for me. It is an InOut Pattern where while the response comes back one of the header set does not exists. In Log statement I give &{headers} to print all the headers with their names. But one…
Naveen Raj
  • 801
  • 11
  • 26
0
votes
1 answer

java.lang.NoClassDefFoundError: javax/crypto/Cipher

I am implementing SNMP traps in JBOSS FUSE using log4j and unfortunately getting into an issue as follows. Can any one please advise on what bundle/dependency I need to install to resolve this issue Caused by: java.lang.NoClassDefFoundError:…
Joe2013
  • 1,007
  • 1
  • 9
  • 24
0
votes
0 answers

How to check if a NMR endpoint exists in servicemix?

I use dynamic routing my integration project, which may be multiple camel contexts. I can see if there is an endpoint in one camel context: getContext.hasEndpoint("nmr:targetEndpoint")!=null But it does not work if the endpoint is in another…
Comrade
  • 382
  • 3
  • 7
0
votes
1 answer

File operation failed: 550 Failed to change directory. Cannot change directory to: OUT. Code: 550

The following the apache camel route and i am deploying in Apache Service Mix 4.5.3.
0
votes
1 answer

Root Level Logging is effective in service mix

I am using slf4j & logback for logging and my application is deployed in Apache Service Mix where other modules are using my logging service. Everything works fine when i test it in a standalone environment but i face problem when i deploy it in a…
vd86
  • 11
  • 1
0
votes
1 answer

how to run servicemix 3.3.2 with spring 4 su component?

Would like to check if service mix 3.3.2 can support spring 4 + hibernate 4 ? what is the configuration need to be done? kindly assist
csyong
  • 3
  • 2
0
votes
1 answer

How to Setup SSL for Camel Route using the embedded Active MQ Broker in a service mix?

I am trying to use blueprint XML for the setup My Blueprint XML looks like this
0
votes
1 answer

Servicemix, spring-integration, ejb3

is there anybody who try to call ejb 3 from bundle on servicemi by use of camel route and spring-integration? I have following error: java.lang.ClassNotFoundException: javax.ejb.EJBObject not found by org.springframework.context Adding javaee-api…
0
votes
2 answers

Configure truststore for servicemix

I have osgi bundle which route message from webservice to remote ejb (on glassfish) by use of camel routing. In order to access remote jndi I need to set up truststore. How can I do that? Is it any configuration in camel route or I have to do it by…
0
votes
1 answer

Call remote ejb from camel route

I'd like to create osgi bundle which listen for soap messages and route them to remote ejb. I have servicemix 4.x as a bundle environment, glassfish 4 as a ejb container and camel as routing engine. Is it possible to connect to each other?
0
votes
2 answers

Failed to load ApplicationContext while running JUNIT test case

I have an OSGI Bundle (B) deployed in ServiceMix Container. B also acts as an OSGI Endpoint. As we can see the following line (from my ApplicationContext.xml)
Ashish
  • 1,121
  • 2
  • 15
  • 25
0
votes
3 answers

Accessing remote Fuse/Karaf console using SSH

I have a Fuse ESB standalone server running in a RHEL box. I want to connect to the Karaf console remotely to manage the bundles. If I close my current session, How I go back to my karaf console again ? I have my Fuse ESB configured to 8101 port for…
gnanagurus
  • 883
  • 1
  • 12
  • 29