fubar-coder / beanio

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

Include does not work when including same file twice in different files. #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a main XML configuration file streams.xml. I have a common template file 
template.xml. Finally, I have two mapping files a.xml and b.xml describing 
configuration for class A and B.

The layout is the following:
streams.xml includes a.xml and b.xml
a.xml and b.xml include templates.xml

Both the stream of A and B use the same template. The stream factory finds the 
template the first time but not the second.

As a workaround, I copy/pasted the templates in b.xml.

Original issue reported on code.google.com by fbar...@scanntech.com on 18 Jun 2013 at 10:00

GoogleCodeExporter commented 9 years ago
If you let me know what version you are using, I can post a snapshot JAR here.

Thanks,
Kevin

Original comment by kevin.s...@gmail.com on 19 Jun 2013 at 2:32

GoogleCodeExporter commented 9 years ago
Hi, I'm using 2.0.6.

Thanks.

Original comment by fbar...@scanntech.com on 19 Jun 2013 at 1:45

GoogleCodeExporter commented 9 years ago
Fixed for 2.0.7.  Snapshot JAR attached.

Original comment by kevin.s...@gmail.com on 20 Jun 2013 at 2:29

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by kevin.s...@gmail.com on 7 Sep 2013 at 6:19