Author: bvahdat
Date: Sun Feb 5 21:32:00 2012
New Revision: 1240825
URL: http://svn.apache.org/viewvc?rev=1240825&view=rev
Log:
instruct the JAXB binding to generate Serializable classes with an explicit
serialVersionUID = 1L declaration.
Modified:
camel/trunk/tests/camel-itest/src/test/resources/wsdl/binding.xml
Modified: camel/trunk/tests/camel-itest/src/test/resources/wsdl/binding.xml
URL:
http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/src/test/resources/wsdl/binding.xml?rev=1240825&r1=1240824&r2=1240825&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest/src/test/resources/wsdl/binding.xml (original)
+++ camel/trunk/tests/camel-itest/src/test/resources/wsdl/binding.xml Sun Feb
5 21:32:00 2012
@@ -5,7 +5,7 @@
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
<jxb:bindings>
<jxb:globalBindings>
- <jxb:serializable/>
+ <jxb:serializable uid="1"/>
</jxb:globalBindings>
</jxb:bindings>
</jxb:bindings>