You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2012/02/10 06:22:04 UTC

svn commit: r1242679 - in /camel/branches/camel-2.9.x: ./ tests/camel-itest/src/test/resources/wsdl/binding.xml

Author: hadrian
Date: Fri Feb 10 05:22:04 2012
New Revision: 1242679

URL: http://svn.apache.org/viewvc?rev=1242679&view=rev
Log:
Merged revisions 1240825 via svnmerge from 
https://svn.apache.org/repos/asf/camel/trunk

........
  r1240825 | bvahdat | 2012-02-05 16:32:00 -0500 (Sun, 05 Feb 2012) | 1 line
  
  instruct the JAXB binding to generate Serializable classes with an explicit serialVersionUID = 1L declaration.
........

Modified:
    camel/branches/camel-2.9.x/   (props changed)
    camel/branches/camel-2.9.x/tests/camel-itest/src/test/resources/wsdl/binding.xml

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/tests/camel-itest/src/test/resources/wsdl/binding.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/tests/camel-itest/src/test/resources/wsdl/binding.xml?rev=1242679&r1=1242678&r2=1242679&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/tests/camel-itest/src/test/resources/wsdl/binding.xml (original)
+++ camel/branches/camel-2.9.x/tests/camel-itest/src/test/resources/wsdl/binding.xml Fri Feb 10 05:22:04 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>