Author: davsclaus Date: Fri Sep 7 06:15:47 2012 New Revision: 1381898 URL: http://svn.apache.org/viewvc?rev=1381898&view=rev Log: CAMEL-5562: Use newer XSD schema for beanio. Thanks to Aki Yoshida for the patch.
Modified: camel/trunk/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml Modified: camel/trunk/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml?rev=1381898&r1=1381897&r2=1381898&view=diff ============================================================================== --- camel/trunk/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml (original) +++ camel/trunk/components/camel-beanio/src/test/resources/org/apache/camel/dataformat/beanio/mappings.xml Fri Sep 7 06:15:47 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">