Re: Interdependencies between SAAJ, Activation, and javamail on karaf 4.2.3/karaf 4.2.2

2019-01-31 Thread Jean-Baptiste Onofré
Hi, SMX Bundles release is expected by the end of this week. Regards JB On 31/01/2019 14:09, Siano, Stephan wrote: > Hi Jean-Baptiste, > > Thanks a lot! At least in theory this should work. Do you have an idea when > this will be released? > > Just out of curiosity: Is this related to the upc

RE: Interdependencies between SAAJ, Activation, and javamail on karaf 4.2.3/karaf 4.2.2

2019-01-31 Thread Siano, Stephan
Hi Daniel, I am not completely sure who actually loads this class, but this class is actually available from anywhere because of bootdelegation for com.sun.*... I have not figured out how to exclude something from bootdelegation (like everything starting with com.sun. except packages starting

Re: Interdependencies between SAAJ, Activation, and javamail on karaf 4.2.3/karaf 4.2.2

2019-01-31 Thread Daniel Kulp
My question: How is saaj-impl:1.3.28_1 accessing com.sun.xml.internal.messaging.saaj.soap.StringDataContentHandler ? Shouldn’t the “internal” classes not be exported from the system? Looking at the MANIFEST, it doesn’t seem to be importing it either. That said, this looks like a bug i

RE: Interdependencies between SAAJ, Activation, and javamail on karaf 4.2.3/karaf 4.2.2

2019-01-31 Thread Siano, Stephan
Hi Jean-Baptiste, Thanks a lot! At least in theory this should work. Do you have an idea when this will be released? Just out of curiosity: Is this related to the upcoming Karaf 4.2.3 release or is that completely unrelated? Best regards Stephan -Original Message- From: Jean-Baptiste

Re: Interdependencies between SAAJ, Activation, and javamail on karaf 4.2.3/karaf 4.2.2

2019-01-31 Thread Jean-Baptiste Onofré
Hi Stephen, I'm also planning to release saaj-impl 1.4.x bundle with a version range, I guess it will help. Regards JB On 31/01/2019 13:30, Siano, Stephan wrote: > Hi, > > We are building a custom distribution currently based on Karaf 4.2.2 (but > including some changes from Karaf 4.2.3) which

Interdependencies between SAAJ, Activation, and javamail on karaf 4.2.3/karaf 4.2.2

2019-01-31 Thread Siano, Stephan
Hi, We are building a custom distribution currently based on Karaf 4.2.2 (but including some changes from Karaf 4.2.3) which is running on Java 8. We have observed that once we are sending a SOAP message with attachments via CXF, javamail will stop working. The root cause for this was the foll