You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cxf.apache.org by Glen Mazza <gl...@verizon.net> on 2007/09/07 18:08:35 UTC

Re: svn commit: r573607 - in /incubator/cxf/trunk: rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ rt/transports/http/src/main/resources/schemas/wsdl/ systests/src/test/java/org/apache/cxf/systest/mtom/

Am Freitag, den 07.09.2007, 15:18 +0000 schrieb dkulp@apache.org:
> Author: dkulp
> Date: Fri Sep  7 08:18:37 2007
> New Revision: 573607
> 
> URL: http://svn.apache.org/viewvc?rev=573607&view=rev
> Log:
> Fix for JWS tck regression
> 
> Modified:
>     incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
>     incubator/cxf/trunk/rt/transports/http/src/main/resources/schemas/wsdl/http-conf.xsd
>     incubator/cxf/trunk/systests/src/test/java/org/apache/cxf/systest/mtom/MtomServerTest.java
> 
> Modified: incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java
> URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java?rev=573607&r1=573606&r2=573607&view=diff
> ==============================================================================
> --- incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java (original)
> +++ incubator/cxf/trunk/rt/frontend/simple/src/main/java/org/apache/cxf/service/factory/ReflectionServiceFactoryBean.java Fri Sep  7 08:18:37 2007

> +                        QName wraperBeanName = op.getInput().getMessageParts().get(0).getElementQName();

"wrapperBeanName" (when you have the chance).