Author: sergeyb
Date: Fri Dec 16 22:52:11 2011
New Revision: 1215329

URL: http://svn.apache.org/viewvc?rev=1215329&view=rev
Log:
[DOSGI-91] Updating JaxRsUtils filter to check for ResponseExceptionMapper with 
the main fix done in DOSGI-102

Modified:
    
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSUtils.java

Modified: 
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSUtils.java
URL: 
http://svn.apache.org/viewvc/cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSUtils.java?rev=1215329&r1=1215328&r2=1215329&view=diff
==============================================================================
--- 
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSUtils.java
 (original)
+++ 
cxf/dosgi/trunk/dsw/cxf-dsw/src/main/java/org/apache/cxf/dosgi/dsw/handlers/JaxRSUtils.java
 Fri Dec 16 22:52:11 2011
@@ -53,7 +53,9 @@ public class JaxRSUtils {
                                                   + Constants.OBJECTCLASS
                                                   + 
"=org.apache.cxf.jaxrs.ext.ResponseHandler" + ")" + "("
                                                   + Constants.OBJECTCLASS
-                                                  + 
"=org.apache.cxf.jaxrs.ext.ParameterHandler" + ")" + ")";
+                                                  + 
"=org.apache.cxf.jaxrs.ext.ParameterHandler" + ")" + "("
+                                                  + Constants.OBJECTCLASS
+                                                  + 
"=org.apache.cxf.jaxrs.ext.ResponseExceptionMapper" + ")" + ")";
 
     public static List<Object> getProviders(BundleContext callingContext, 
BundleContext dswBC, Map sd) {
 


Reply via email to