This commit is contained in:
Arjen Poutsma
2007-08-25 12:25:36 +00:00
parent 880bea0885
commit 2911973341
2 changed files with 2 additions and 0 deletions

View File

@@ -67,6 +67,7 @@
<target name="run" depends="build">
<java classname="org.springframework.ws.samples.mtom.client.jaxws.Main" fork="true" failonerror="true">
<jvmarg value="-Djava.awt.headless=true"/>
<arg path="../spring-ws-logo.png"/>
<classpath refid="compile.classpath"/>
<classpath refid="runtime.classpath"/>

View File

@@ -16,6 +16,7 @@
<bean id="marshaller" class="org.springframework.oxm.jaxb.Jaxb2Marshaller">
<property name="contextPath" value="org.springframework.ws.samples.mtom.schema"/>
<property name="mtomEnabled" value="true"/>
</bean>
<bean id="mtom" class="org.springframework.ws.wsdl.wsdl11.DynamicWsdl11Definition">