You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2012/12/17 19:01:29 UTC

svn commit: r1423064 - /cxf/trunk/api/src/main/java/org/apache/cxf/staxutils/StaxUtils.java

Author: dkulp
Date: Mon Dec 17 18:01:28 2012
New Revision: 1423064

URL: http://svn.apache.org/viewvc?rev=1423064&view=rev
Log:
[CXF-4699] Should handle the set as well

Modified:
    cxf/trunk/api/src/main/java/org/apache/cxf/staxutils/StaxUtils.java

Modified: cxf/trunk/api/src/main/java/org/apache/cxf/staxutils/StaxUtils.java
URL: http://svn.apache.org/viewvc/cxf/trunk/api/src/main/java/org/apache/cxf/staxutils/StaxUtils.java?rev=1423064&r1=1423063&r2=1423064&view=diff
==============================================================================
--- cxf/trunk/api/src/main/java/org/apache/cxf/staxutils/StaxUtils.java (original)
+++ cxf/trunk/api/src/main/java/org/apache/cxf/staxutils/StaxUtils.java Mon Dec 17 18:01:28 2012
@@ -1185,7 +1185,7 @@ public final class StaxUtils {
                         }
                     };
                     node.setUserData("location", loc2, LocationUserDataHandler.INSTANCE);
-                } catch (Exception ex) {
+                } catch (Throwable ex) {
                     //possibly not DOM level 3, won't be able to record this then
                     return false;
                 }