Re: CXF soap call complains of missing portType?

2019-12-06 Thread Colm O hEigeartaigh
Could you put together a test-case using CXF that shows the problem? Colm. On Mon, Nov 18, 2019 at 10:32 PM John F. Berry wrote: > org.apache.cxf.service.factory.ServiceConstructionException: Could not > find portType named >

Re: Isolating multiple CXFNonSpringServlet

2019-12-06 Thread Jean-Baptiste Onofré
Hi Colm, it looks good to me, thanks ! Regards JB On 06/12/2019 11:22, Colm O hEigeartaigh wrote: > I've added a new constructor to CXFNonSpringJaxrsServlet here for CXF 3.3.5: > > https://github.com/apache/cxf/commit/be3187595715da0b93d161097ba95b4c700556a5 > > Let me know if there are any

Re: Isolating multiple CXFNonSpringServlet

2019-12-06 Thread Colm O hEigeartaigh
I've added a new constructor to CXFNonSpringJaxrsServlet here for CXF 3.3.5: https://github.com/apache/cxf/commit/be3187595715da0b93d161097ba95b4c700556a5 Let me know if there are any issues with it. Colm. On Wed, Nov 6, 2019 at 7:18 PM Scott Lewis wrote: > Hi JB, > > On 11/5/2019 11:24 PM,