Hi Alessio, Just look at the code and I think the problem s the RMDeliveryInteceptor sometimes gets inserted behind OutputGoingInterceptor, as it only specifies the phase condition and not the before condition. I think using the correct rule should fix this issue. I can look at it to see if that's indeed the case and fix it in that case there. regards, aki
2014-03-07 16:35 GMT+01:00 Alessio Soldano <[email protected]>: > Hi, > I'm seeing the exception at [1] when getting the published WSDL for an > endpoint using WS-RM (policy). > The reason seems to be the lack of WSAddressing MAP in that case, possibly > related to the modified interceptor chain being executed when a wsdl GET is > processed. I believe the RM interceptor should not be run at all when wsdl > GET requests are processed, but wanted to check here too. And if that's the > proper approach for solving the problem, should I add it in > WSDLGetInInterceptor::cleanUpOutInterceptors ? > Thanks > Alessio > > [1] http://www.fpaste.org/83382/13942061/raw/ > > -- > Alessio Soldano > Web Service Lead, JBoss >
