ApacheCon is now less than a month away!

2016-10-19 Thread Rich Bowen
Dear Apache Enthusiast, ApacheCon Sevilla is now less than a month out, and we need your help getting the word out. Please tell your colleagues, your friends, and members of related technical communities, about this event. Rates go up November 3rd, so register today! ApacheCon, and Apache Big

Re: Cannot create a secure XMLInputFactory

2016-10-19 Thread Steve Goldsmith
I've done a little more digging and the cxf-core jar I built is not throwing the "Cannot create a secure XMLInputFactory". Note the comment: private static boolean setRestrictionProperties(XMLInputFactory factory) { //For now, we can only support Woodstox 4.2.x and newer as none of

Re: cxf interceptors in 2.0 api

2016-10-19 Thread Romain Manni-Bucau
https://issues.apache.org/jira/browse/CXF-7098 Romain Manni-Bucau @rmannibucau | Blog | Old Wordpress Blog | Github | LinkedIn

Re: cxf interceptors in 2.0 api

2016-10-19 Thread hwaastad
Let me quote Ben Stiller from the movie Starsky and Hutch: " Do ItDo It" :-) Please do. I think issues having your name on it probably moves up the priority list :-) thx, hw -- View this message in context:

Re: cxf interceptors in 2.0 api

2016-10-19 Thread Romain Manni-Bucau
Think it comes from your async() usage on the client side. CXF has a multi phase handling and it leads to having 2 threads doing the logging for fast executions. Feel free to open a ticket on CXF bugtracker (I can do it as well if you prefer) Romain Manni-Bucau @rmannibucau

Re: cxf interceptors in 2.0 api

2016-10-19 Thread hwaastad
Hi, just a simple test https://github.com/hwaastad/Cxf-Debug.git /hw -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/cxf-interceptors-in-2-0-api-tp4680333p4680394.html Sent from the TomEE Users mailing list archive at Nabble.com.

Re: Disable containers CXF in TomeePlus(+) 7.0.1 as it comes with cxf 3.0.6 (Use applications CXF 2.6.16)

2016-10-19 Thread Romain Manni-Bucau
Hi Disabling container handling is done through conf/conf.d/cxf[-rs].properties and disabled properties set to true. In term of classloading you can set openejb.classloader.forced-load=org.apache.cxf Le 19 oct. 2016 02:20, "Lowe_Shi" a écrit : > > Hi, Below is list of