camel cxfrs blueprint namespace issue

2015-08-08 Thread Sriraman Gopalan
Dear All, I am trying out a simple jaxrs service with camel 2.16-SNAPSHOT / cxf 3.1.2 and karaf 4.0.0. I am running into a problem while deploying a camel cxfrs blueprint into karaf. The blueprint definition is as follows: blueprint default-activation=lazy

Re: camel cxfrs blueprint namespace issue

2015-08-08 Thread Sriraman Gopalan
Dear All, Apologies for the confusion. It was my problem. The xmlns declaration in my blueprint was wrong. The fixed blueprint header is this: blueprint default-activation=lazy xmlns=http://www.osgi.org/xmlns/blueprint/v1.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Camel CXF component - Adding custom context classes via the uri options

2013-01-28 Thread Sriraman Gopalan
After some digging, I finally fixed the issue. Here is how I did it. Probably, there is a better way of doing this. But, here is my version and this works . Step I: Extract the schema from the web service response. Generate jaxb entities using the maven-jaxb2-plugin. (Ensure that the schema's

Re: Unable to deploy a camel route in websphere application server 8.5

2012-08-22 Thread Sriraman Gopalan
Dear Willem, With the below mentioned change, I think, Camel can support Aries from 0.3 and above without any issues while addressing the concern of Claus to ensure that Camel supports Aries 0.3 and 1.0.0 as well. This is in the camel-parent project's POM.

Re: Unable to deploy a camel route in websphere application server 8.5

2012-08-21 Thread Sriraman Gopalan
Dear Willem, I did install the camel-blueprint component in the internal bundle repository of websphere. There are 2 issues here. 1. I am not too sure if the camel-core-xml is also required as it seems to be a dependency for the camel-blueprint. However, it is not a valid OSGi bundle in the

Unable to deploy a camel route in websphere application server 8.5

2012-08-20 Thread Sriraman Gopalan
Dear All, Today, I tried to deploy a simple route in Websphere Application Server 8.5 as an Asset (.eba file). However, while deploying the asset, I got the following error: org.apache.aries.application.modelling.ModellerException: CWSAL0126E: An exception occurred while modelling bundle

Camel Aries Blueprint dependency needs to be changed from 0.3 to 1.0.0 for Karaf 3

2012-08-10 Thread Sriraman Gopalan
Dear All, I understand that the current dependency on Aries Blueprint in Camel is 0.3. However, with the Karaf 3 release in progress and Karaf has upgraded Aries Blueprint from 0.3 to 1.0.0, a small refactoring on the camel side to support Karaf 3 deployment would be appreciated. best regards

Re: Problem with Camel Jpa Component and Container Managed Transaction

2012-06-22 Thread Sriraman Gopalan
Hi Claus, Thanks for the quick reply. Please find below the complete log from the point the consumer poll is started till it is completed: 2012-06-22 12:11:20,178 | TRACE | .CustomerAccount | ScheduledPollConsumer | 84 - org.apache.camel.camel-core - 2.9.2 | Scheduled task started

Re: Problem with Camel Jpa Component and Container Managed Transaction

2012-06-22 Thread Sriraman Gopalan
Hi Claus, Thanks for the suggestion. I don't have a test case offhand which I can share with you right away. I will work on this and will share the same once it is ready. best regards Sriraman. -- View this message in context: