Re: Camel Shutdown but Application does not die

2013-01-01 Thread Claus Ibsen
Hi The stop method will only stop CamelContext. Though it depends on how you start the JVM, eg if you use some of the Main classes from Camel then it will detect that Camel is stopped and then shutdown the JVM also. See these FAQs http://camel.apache.org/running-camel-standalone.html http://camel

Issue with property values from files post 2.9.1 2.10.3 update

2013-01-01 Thread demetrios
Hi I needed to update the version of camel I use from 2.9.1 to 2.10.3 to address the issue found here https://issues.apache.org/jira/browse/CAMEL-5608 As a result of this I am having problems with property values sourced from my properties files in the camel context. I have a property in a file w

Re: cxfrs(authentication and authorization)

2013-01-01 Thread Jason Chaffee
Fixing the link. :) http://sberyozkin.blogspot.com/2010/12/authentication-and-authorization-cxf .html On 1/1/13 5:58 PM, "Jason Chaffee" wrote: >http://sberyozkin.blogspot.com/2010/12/authentication-and-authorization-cx >f >.html

Re: cxfrs(authentication and authorization)

2013-01-01 Thread Jason Chaffee
Sergey has a great blog on the subject from a CXF perspective. http://sberyozkin.blogspot.com/2010/12/authentication-and-authorization-cxf .html Jason On 1/1/13 10:05 AM, "Sergey Beryozkin" wrote: >Hi >Using CXF JAASLoginInterceptor alongside SimpleAuthorizingInterceptor >can work quite well t

Camel Shutdown but Application does not die

2013-01-01 Thread yxzhao
Hi All, We have an application using camel. Now we're trying to shut it down through JConsole (invoke the stop operation in camel context), but the application does not die though the camel logged below info in the log. [INFO] org.apache.camel.spring.SpringCamelContext - Apache Camel 2.10.0 (Came

CommonJ ThreadPoolFactory interface question

2013-01-01 Thread Petter Nordlander
Hi, I am trying to do something I have neglected for some time now. That is to hook in a CommonJ (WebSphere AS) thread pool for core camel features (JMS and Servlet stuff is working is just fine but I like to have the async. core features in managed threads as well). So I actually read up a bi

Re: cxfrs(authentication and authorization)

2013-01-01 Thread Sergey Beryozkin
Hi Using CXF JAASLoginInterceptor alongside SimpleAuthorizingInterceptor can work quite well too thanks, Sergey On 31/12/12 03:47, Jason Chaffee wrote: I think there are a number ways you could to it. 1) If you wanted to secure your routing and/or do it at the camel route level then you c

Re: How to avoid sending message headers with mail component ?

2013-01-01 Thread JackMigger
Happy new year and thanks for the quick reply ! But what happens in a (simplified) case like this: from("ibatis:selectUnprocessedAccounts?consumer.onConsume=consumeAccount") // returns a list of beans with partly private information .split( ... ) .removeHeaders("*") // set the mes