Repository: camel
Updated Branches:
  refs/heads/master e8e2a511a -> 343dd7733


Use jaxws21 frontend for code generation to make sure the generated code 
compiles fine for each of the variouis JDK versions


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8e7d44f9
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8e7d44f9
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8e7d44f9

Branch: refs/heads/master
Commit: 8e7d44f9a3af06fad050518c49fd3ca1baaf9628
Parents: e8e2a51
Author: Daniel Kulp <dk...@apache.org>
Authored: Wed Aug 13 11:53:39 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Wed Aug 13 11:56:37 2014 -0400

----------------------------------------------------------------------
 tests/camel-itest/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/8e7d44f9/tests/camel-itest/pom.xml
----------------------------------------------------------------------
diff --git a/tests/camel-itest/pom.xml b/tests/camel-itest/pom.xml
index c492a56..8ef809b 100644
--- a/tests/camel-itest/pom.xml
+++ b/tests/camel-itest/pom.xml
@@ -390,10 +390,16 @@
               
<testSourceRoot>${basedir}/target/generated/src/test/java</testSourceRoot>
               <wsdlOptions>
                 <wsdlOption>
+                  <frontEnd>jaxws21</frontEnd>
                   
<wsdl>${basedir}/src/test/resources/wsdl/CustomerService-1.0.0.wsdl</wsdl>
                 </wsdlOption>
                 <wsdlOption>
+                    <frontEnd>jaxws21</frontEnd>
+                    
<wsdl>${basedir}/src/test/resources/wsdl/CustomerService_noSoapAction.wsdl</wsdl>
+                </wsdlOption>
+                <wsdlOption>
                   
<wsdl>${basedir}/src/test/resources/wsdl/hello_world.wsdl</wsdl>
+                  <frontEnd>jaxws21</frontEnd>
                   <bindingFiles>
                     
<bindingFile>${basedir}/src/test/resources/wsdl/binding.xml</bindingFile>
                   </bindingFiles>

Reply via email to