You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2007/06/28 09:52:20 UTC

svn commit: r551488 - /incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/JBIWrapperInInterceptor.java

Author: ffang
Date: Thu Jun 28 00:52:20 2007
New Revision: 551488

URL: http://svn.apache.org/viewvc?view=rev&rev=551488
Log:
minor fix for servicemix CXF bindingcomponent:jbi-part more than one work

Modified:
    incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/JBIWrapperInInterceptor.java

Modified: incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/JBIWrapperInInterceptor.java
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/JBIWrapperInInterceptor.java?view=diff&rev=551488&r1=551487&r2=551488
==============================================================================
--- incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/JBIWrapperInInterceptor.java (original)
+++ incubator/cxf/trunk/rt/bindings/jbi/src/main/java/org/apache/cxf/binding/jbi/interceptor/JBIWrapperInInterceptor.java Thu Jun 28 00:52:20 2007
@@ -125,7 +125,6 @@
                 if (part.isElement()) {
                     reader.next();
                 }
-                reader.next();
             }
             int ev = reader.getEventType();
             while (ev != XMLStreamConstants.END_ELEMENT