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

TCP connection Behavior in SOAP/HTTP webservice implemented using Apache servicemix

We have implemented a SOAP/HTTP web service (endpoint given below) using Apache Servicemix version 5.1.0. Endpoint:
Sanvijaya
  • 87
  • 1
  • 8
0
votes
1 answer

How to install FAB in ServiceMix 4.5.2

I tried to install FAB in servicemix 4.5.2. When I tried to add the below feature mvn:org.fusesource.fuse/fuse-fuse/7.0.1.fuse-084/xml/features, I got the below exception Could not add Feature Repository: java.lang.RuntimeException: URL…
0
votes
1 answer

Getting Jar file after its OSGi related URI

In a specific point in my deployed OSGi bundle, I get a jar file URI in OSGi standard format, jar file that I need to parse for entity classes. So, having the URI like: bundle://233.0:1, would it be possible to get the jar file so that, I will be…
artaxerxe
  • 6,281
  • 21
  • 68
  • 106
0
votes
1 answer

Fixing OpenJPA entities enhancements in OSGi environment

I'm trying to deploy my bundle in an OSGi container (namely Apache Servicemix). In it, I have my OpenJPA entities. I'm using OpenJPA version 2.3.0. When I try to access those entities through my Spring beans, using EntityManager, I get this error: 1…
artaxerxe
  • 6,281
  • 21
  • 68
  • 106
0
votes
1 answer

Deploying JPA and Spring based module in Servicemix

I'm trying to deploy a bundle in servicemix 5.1.0, that uses spring 3.2.4.RELEASE. When I try to start it, I get this error: 1 model WARN [SpringOsgiExtenderThread-14] openjpa.Runtime - An error occurred while registering a ClassTransformer with…
artaxerxe
  • 6,281
  • 21
  • 68
  • 106
0
votes
1 answer

Bundle no longer valid when camel program is being run

I have my camel bundle deployed in service mix and it runs well for some times and now after many runs the same bundle tells the below exception. org.apache.camel.runtimeexception :java.lang.illegalstateexception: bundlecontext is no longer…
Naveen Raj
  • 801
  • 11
  • 26
0
votes
1 answer

messages not being consumed by apache camel using servicemix as a broker

So I'm trying to use apache servicemix/camel to aggregate some messages coming through a JMS queue. The logic I have is dead-simple I just want it to use the last message received and only send it through 3 seconds after the last one. I have…
0
votes
1 answer

Starting long-running process from within Apache ServiceMix

I am looking for suggestions or ideas. There is an external process (or even a browser) that needs to trigger a long-running process via simple web service call that ideally should run in the same container as that web service. We're using Apache…
Hank
  • 121
  • 1
  • 8
0
votes
1 answer

java.lang.NoClassDefFoundError: org/aspectj/lang/annotation/Around when karaf and spring aspectj

I have developed camel osgi bundle which uses spring style camel configuration and aspectj aop features. When I deployed it into karaf 3.0.1, it gives java.lang.NoClassDefFoundError: org/aspectj/lang/annotation/Around exception. I have following…
0
votes
1 answer

How do I deploy a custom aggregation strategy in JBoss Fuse 6.1

So I have an aggregation strategy class that I want to use with Multicast in Camel. I am not sure where to put this in JBoss Fuse. Currently I am using a blueprint camel.xml in a new Fabric Profile to deploy a camel route. I understand how to create…
0
votes
1 answer

Access activemq Poolable Connection factory as OSGI service

I am using fuse 6.0 and activemq 5.8. Instead of defining activemq poolable connection factory in each bundle, it makes sense to define in a common bundle and expose it as osgi service. I created blue print file in FUSE_HOME/etc and opened an osgi…
0
votes
1 answer

Access beans defined in spring context files of other osgi bundles

How can we access beans defined in Spring context files of one bundle into another? Example might be ActiveMQ poolable connection factory: it doesn't make sense to define ActiveMQ connection factory in all the bundles. One solution is to use OSGI…
user2997551
  • 109
  • 1
  • 7
0
votes
1 answer

Apache ServiceMix! 5.0.0 : Apache Karaf 2.3.4 : "camel:route-list" command issue

I have the following scenario: I've migrated a few days ago from Apache ServiceMix! 4.5.3 to version 5.0.0 and I have encoutered a small issue, at least I think. My main Spring configuration file looks like this:
Daddy Pumpkin
  • 475
  • 10
  • 29
0
votes
1 answer

Webservice Throws InstanceAlreadyExistsException in Service Mix 5.0

We are using Apache Camel, Service Mix and Smooks for our project and it contains multiple modules. Each will be deployed as bundle in servicemix. We are Using the Webservices in some of the modules. We are Using jaxws WebService in following ports…
0
votes
2 answers

camel component 'velocity' not found

I implement *.vm template in my routing application (Servicemix) but after deploying JAR archive I get this error karaf@root> Exception in thread "SpringOsgiExtenderThread-38" org.apache.camel.RuntimeCamelException:…
Almat
  • 11
  • 5