You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2007/06/30 06:06:51 UTC

svn commit: r552098 - /incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml

Author: gertv
Date: Fri Jun 29 21:06:50 2007
New Revision: 552098

URL: http://svn.apache.org/viewvc?view=rev&rev=552098
Log:
Fix for SM-977: XFireFault in wsdl-first example

Modified:
    incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml

Modified: incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml?view=diff&rev=552098&r1=552097&r2=552098
==============================================================================
--- incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml (original)
+++ incubator/servicemix/trunk/samples/wsdl-first/wsdl-first-jsr181-su/pom.xml Fri Jun 29 21:06:50 2007
@@ -61,7 +61,6 @@
                                 <wsdl>${basedir}/src/main/resources/person.wsdl</wsdl>
                             </wsdls>
                             <outputDirectory>${basedir}/target/jaxws</outputDirectory>
-                            <profile>org.codehaus.xfire.jaxws.gen.JAXWSProfile</profile>
                         </configuration>
                         <goals>
                             <goal>wsgen</goal>