What is the proper way of implementing try/catch semantics using CXF Interceptors?

2015-04-07 Thread Eirik Bjørsnøs
Hello, We have implemented a set of interceptors for limiting the number of concurrent invocations to each remote service. The idea is that each remote service (be it JaxWS dispatchers or SEI ports) should be invoked by at most N threads concurrently. If the remote service has more than N active

[GitHub] cxf pull request:

2015-04-07 Thread htmsousa
Github user htmsousa commented on the pull request: https://github.com/apache/cxf/commit/352d530bcfa6c3c90d199e68761a1398bda6902a#commitcomment-10613797 Why this logic to check the package name? There are features in CXF in different packages like https://github.com/apache/cxf/blob/m

[GitHub] cxf pull request:

2015-04-07 Thread dkulp
Github user dkulp commented on the pull request: https://github.com/apache/cxf/commit/352d530bcfa6c3c90d199e68761a1398bda6902a#commitcomment-10614046 This would be leftover from CXF 2.0.x and should be removed for 3.0.x. It should be either in that package or "instanceof org.apache