Alternative transports in Karaf

2015-07-25 Thread Benson Margulies
I've read http://www.dankulp.com/blog/2011/11/apache-camel-in-osgi/, but I am not (yet) prepared to add Camel to my pile of things to understand. Is there simply a karaf bundle that would allow me to add beans to my blueprint to accept JMS messages (via SQS, no less) in addition to plain old

Re: Alternative transports in Karaf

2015-07-25 Thread Jean-Baptiste Onofré
For the CXF transport you mean ? CXF provides JMS transport: http://cxf.apache.org/docs/jms-transport.html To create the connection factory, you can use the jms Karaf feature. Regards JB On 07/25/2015 05:38 PM, Benson Margulies wrote: I've read

Re: Getting a server error trying to read SAML assertion

2015-07-25 Thread Sergey Beryozkin
Hi On 25/07/15 16:34, jsmith828 wrote: Thanks Sergey! Yes I ran the test through the NB debugger breaking on the throwFault method and was able to see that the original exception was Cannot create a secure XMLInputFactory. I tried a few things with my POM after reading this article

Re: A Karaf assembly with both CXF and me

2015-07-25 Thread Jean-Baptiste Onofré
Hi, it's bevacuse your rosapi-endpoint-service needs javax.ws.rs package, and no transitive bundle/feature provides it. So, I bet that you don't have defined cxf-jaxrs feature (especially providing cxf-rt-frontenv-jaxrs bundle). Regards JB On 07/25/2015 03:09 AM, Benson Margulies wrote: I

Re: Getting a server error trying to read SAML assertion

2015-07-25 Thread Sergey Beryozkin
Hi I checked the code, the original exception is lost - I'll update the code reporting it, but it is originating from a STAX reader. You mentioned the deflation - do you see this issue even when the deflation is disabled on both ends ? Cheers, Sergey On 24/07/15 23:04, jsmith828 wrote:

Re: Getting a server error trying to read SAML assertion

2015-07-25 Thread jsmith828
Thanks Sergey! Yes I ran the test through the NB debugger breaking on the throwFault method and was able to see that the original exception was Cannot create a secure XMLInputFactory. I tried a few things with my POM after reading this article