You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2007/09/14 22:47:50 UTC

svn commit: r575790 - /geronimo/server/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/client/SAAJInterceptor.java

Author: gawor
Date: Fri Sep 14 13:47:50 2007
New Revision: 575790

URL: http://svn.apache.org/viewvc?rev=575790&view=rev
Log:
make it works with all cxf versions

Modified:
    geronimo/server/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/client/SAAJInterceptor.java

Modified: geronimo/server/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/client/SAAJInterceptor.java
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/client/SAAJInterceptor.java?rev=575790&r1=575789&r2=575790&view=diff
==============================================================================
--- geronimo/server/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/client/SAAJInterceptor.java (original)
+++ geronimo/server/trunk/modules/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/client/SAAJInterceptor.java Fri Sep 14 13:47:50 2007
@@ -30,7 +30,7 @@
     protected SAAJUniverse universe;
 
     public SAAJInterceptor(String phase, SAAJUniverse universe) {
-        setPhase(phase);
+        super(phase);
         this.universe = universe;
     }