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