users@jaxb.java.net

Re: substitutionGroup over multiple files

From: Andreas Pakulat <pakulat_at_rostock.zgdv.de>
Date: Thu, 06 Apr 2006 11:59:26 +0200

Andreas Pakulat schrieb:
> Hi,
>
> I've got a serious problem here, which I guess is related to the
> schema's using substitutionGroup.
>
> The only difference I can see is the targetNamespace of both schemas.
> While a.xsd uses targetNamespace="aaa" xmlns:smXML="aaa", b.xsd uses
> targetNamespace="bbb" xmlns="bbb". Could this be the cause of the problem?
>
> If not, what else could cause this?

Stupid me, forgot to add a package to the Context-creation. Of course
now everythings fine :-(

Andreas