Hi all,
The situation is like this.
I have a schema "A" and I generated Xmlbeans for it.
I have another schema "B" that imports schema "A" and references element
definitions of schema "A".
When I generate xmlbeans for schema "B" the jar contains xmlbeans for both
schemas ("A" and "B") all over again.
And then when ever I will have to make changes to schema "A" I will have to
regenerate all the xmlbeans jars using schema "A".
Is there a way to use the already generated xml beans without regenerating
all the imported schemas when I generate xml beans for schema "B"?
Hope I was clear enough :-).
Thanks in advance,
Asaf