Re: Provider based JAX-WS service with mtom/xop attachments?

2018-03-06 Thread Markus Schulz
Am Dienstag, 6. März 2018, 11:05:57 CET schrieb Colm O hEigeartaigh: > It sounds like a bug. Could you create a JIRA and attach a test-case? not really, the class org.apache.cxf.jaxb.attachment.JAXBAttachmentMarshaller was not really for public use. It's used by the

Re: Provider based JAX-WS service with mtom/xop attachments?

2018-03-06 Thread Colm O hEigeartaigh
It sounds like a bug. Could you create a JIRA and attach a test-case? Colm. On Tue, Mar 6, 2018 at 8:58 AM, Markus Schulz wrote: > hello, > > i have implemented a provider based jax-ws service (wsdl first approach) > like: > > @ServiceMode(value = Service.Mode.PAYLOAD) >