Author: davsclaus
Date: Fri Sep 7 06:17:02 2012
New Revision: 1381899
URL: http://svn.apache.org/viewvc?rev=1381899&view=rev
Log:
CAMEL-5562: Use newer XSD schema for beanio. Thanks to Aki Yoshida for the
patch.
Modified:
camel/branches/camel-2.10.x/ (props changed)
camel/branches/camel-2.10.x/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml
Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Merged /camel/trunk:r1381898
Propchange: camel/branches/camel-2.10.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
camel/branches/camel-2.10.x/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml
URL:
http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml?rev=1381899&r1=1381898&r2=1381899&view=diff
==============================================================================
---
camel/branches/camel-2.10.x/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml
(original)
+++
camel/branches/camel-2.10.x/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml
Fri Sep 7 06:17:02 2012
@@ -14,8 +14,8 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<beanio xmlns="http://www.beanio.org/2011/01"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.beanio.org/2011/01
http://www.beanio.org/2011/01/mapping.xsd">
+<beanio xmlns="http://www.beanio.org/2012/03"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://www.beanio.org/2012/03
http://www.beanio.org/2012/03/mapping.xsd">
<template name="A1Record">
<field name="sedol" type="string" length="7"/>
@@ -43,7 +43,7 @@
</record>
</stream>
- <stream name="securityData" format="fixedlength" ordered="true">
+ <stream name="securityData" format="fixedlength" strict="true">
<group name="headerGroup" minOccurs="1" maxOccurs="1" order="1">