In all but the simplest cases, importing one mapping file into another can lead
to some unexpected side effects. If a mapping file A imports mapping file B,
here are few examples:
1. Circular references are not prevented, such that if B imports A, a
StackOverflowError may occur.
2. Stream definitions in B may adopt type handers declared in A.
3. If A and B both import a third mapping file C, C may be loaded multiple
times causing duplicate stream or other exceptions.
Please note this list is not exhaustive.
Original issue reported on code.google.com by kevin.s...@gmail.com on 13 Sep 2011 at 10:34
Original issue reported on code.google.com by
kevin.s...@gmail.com
on 13 Sep 2011 at 10:34