User Propagation with REST

2019-02-28 Thread Raggy Fab
Hi cxf users! At my old company, when using SOAP, we were using Standards like WS-Trust including a Security Token Service to authenticate SAML Token for our users (incl. audience-uri-specific claims/role). We used the WS-Federation Standard to let users authenticate and used WS-Trust to

Re: JMS+MTOM OutOfMemoryError

2019-02-28 Thread Daniel Kulp
This is almost certainly not going to work. The JMS spec doesn’t really have a way to stream things, so it always holds the entire message in memory. (StreamMessage doesn’t actually stream) Dan > On Feb 28, 2019, at 10:11 AM, Robert . wrote: > > Hi cxf users and developers, > > I'm

JMS+MTOM OutOfMemoryError

2019-02-28 Thread Robert .
Hi cxf users and developers, I'm using MTOM to send large files. This works great for SOAP HTTP requests. Both the client and server can send the messages with low memory consumption. Unfortunately when I use SOAP JMS I get a heap space OutOfMemoryError. I tried using CXF 3.2.7 and 3.3.0. Any

SOAP Action ignored by CXF JMS

2019-02-28 Thread Robert .
Hi, Could someone please respond to my issue? I have mailed the users mailing list in October 2018 and the dev mailing list in December 2018. I'm willing to help to debug and fix the issue, but I want to make sure it is not just a configuration mistake on my end. If I am asking for support in the