gautamdudeja90 / beanio

Automatically exported from code.google.com/p/beanio
Apache License 2.0
0 stars 1 forks source link

BeanIO mapping XSD not publicly accessible by Eclipse #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The BeanIO mapping XSD is available online at 'http://www.beanio.org/2011/01', 
but Eclipse is unable to resolve the schema from that location.  To rectify, 
the XSD will be moved to the public URL 
'http://www.beanio.org/2011/01/mapping.xsd'.  Once the XSD is relocated, the 
mapping file schema location can be modified as follows: 

<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">

Note the existing schema location 'http://www.beanio.org/2011/01' (documented 
in the reference guide) will still be supported when loading mapping files.

Original issue reported on code.google.com by kevin.s...@gmail.com on 9 May 2011 at 11:58

GoogleCodeExporter commented 9 years ago
Fixed for release 1.0.2.

Original comment by kevin.s...@gmail.com on 8 Jun 2011 at 3:35