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

Not able to login into Karaf (JBoss Fuse ESB) after an indeterminate amount of time

I've been having this issue on an Ubuntu server where I start servicemix (JBoss Fuse ESB specifically) and after a random amount of time I'm not able to login to the shell. I'm using the properties file as the auth realm with user/password of…
JMelnick
  • 26
  • 2
0
votes
1 answer

ServiceMix and Camel OSGi Properties Component

Is there a Camel Properties Component feature to install in ServiceMix? Because I can't find it so I can't load my OSGi bundle. Caused by: java.lang.ClassNotFoundException: org.apache.camel.component.properties.PropertiesComponent not found from…
Emowpy
  • 105
  • 3
  • 14
0
votes
1 answer

WebApp Deployment on ServiceMix

I have read a lot, tried a lot but I can not solve this thing. The problem is, I am trying to deploy war file in Service mix, but it prompts for the following error: 04:32:26,792 | DEBUG | mix-4.5.1/deploy | HttpServiceContext | 117 -…
SSC
  • 2,956
  • 3
  • 27
  • 43
0
votes
1 answer

How to install the FAB feature in karaf?

In the FAQ page There is a action about How do I enable FAB support in my OSGi container? But It does not work. The error message is: Could not add Feature Repository: java.lang.RuntimeException: URL…
0
votes
2 answers

ServiceMix (Post JBI) :- Is it simply Camel running in OSGI?

I am new to ESB's and was reading an older book on Mule and ServiceMix. After a bit of research, and looking at FuseSource docs which state that JBI is deprecated in favour of OSGi services, am I correct in assuming that for integration purposes…
Shahed
  • 111
  • 9
0
votes
1 answer

ServiceMix / Blueprint / JPA Integration

I have been spending the week attempting to integrate JPA / ServiceMix 4.5.1 / camel-jpa 2.10.4 / Blueprint together. I'm currently using OpenJPA, but am not tied to it. The version of aries jpa used by servicemix is 0.3.0. The stack trace I…
scubadev
  • 1,072
  • 9
  • 20
0
votes
0 answers

Spring TypeConverter fails on Camel RouteBuilder subclass

In an attempt to install my component on karaf I get the following error: Caused by: org.apache.camel.CamelException: Cannot find any routes with this RouteBuilder reference: RouteBuilderRef[logparserRouteBean] I've narrowed it down to a conversion…
atomman
  • 2,510
  • 1
  • 16
  • 27
0
votes
1 answer

ServiceMix / JPA Integration - LocalContainerEntityManagerFactoryBean to type EntityManagerFactory

I'm fairly new to ServiceMix / JPA / Camel / Spring. I'm attempting to use the camel-jpa component as part of my camel route. I'm using the latest release of ServiceMix, which is 4.5.1. This uses camel 2.10.4 and spring 3.0.7. After updating the…
scubadev
  • 1,072
  • 9
  • 20
0
votes
1 answer

How to create an osgi bundle of a maven project which could be easily deployed in Servicemix

I have a maven project in my local development environment. when I run : "mvn clean install", it basically creates a JAR file inside the 'Target' directory. I have Servicemix up and running. I wanted to know if somehow I could convert this JAR to…
Ashish
  • 1,121
  • 2
  • 15
  • 25
0
votes
1 answer

Servicemix Bundle Installation directory

I have a bundle up and running in Servicemix for a long time. I cant even use 'history' to see where this bundle got installed from. Is there any way I could find where this bundle originally got installed from? As a note: this bundle does exist…
Ashish
  • 1,121
  • 2
  • 15
  • 25
0
votes
1 answer

Not able to start the bundle in servicemix

I have a bundle up and running in Servicemix. I went to my company's repository and downloaded the corresponding JAR to my local machine. I extracted that JAR and found out that this JAR had only one folder META-INF. Inside this folder, there is a…
Ashish
  • 1,121
  • 2
  • 15
  • 25
0
votes
1 answer

Spring JdbcTemplate/SimpleJdbcCall stateful in ServiceMix

I have a really strange bug in my application. I'm facing the problem that if I run my application in ServiceMix the resultset coming from SimpleJdbcCall contains always all the previous values from previous stored procedure calls. However stores…
0
votes
2 answers

Is Fuse Fabric free to use in production? Can I use it with ServiceMix?

Fuse Fabric http://fuse.fusesource.org/fabric/index would offer usable features for clustering my ServiceMix solution and it's Camel routes. Is Fuse Fabric free to use in production? I see mention of Apache 2.0 license in FAQ, but that does yet…
0
votes
2 answers

ServiceMix -> NetBeans OpenESB?

I've picked up a project that needs to import some (old) JBI components that were developed using ServiceMix about three years ago. I need to bring these into to a modern GlassFish environment. So far, it's not very clear what or how I should do it.…
Piko
  • 4,132
  • 2
  • 21
  • 13
0
votes
2 answers

Proxy authentication with Camel using ProducerTemplate

I have a project that's using Camel and running on a ServiceMix server, but I can't seem to get it to access external web services, and I suspect it's because I can't set the proxy authentication properly. Exchange exchange =…
ccc
  • 2,129
  • 4
  • 24
  • 31