multiple shema define

Hello

I’m trying to define schemas (with include references) into Tamino database via the Java API, but it fails with:

Embedded error: Database access failure (8599, INOXME8599, Internal error, xstFindElementChildByPathElement:      nameSet for complexType not yet available)

Environment:

  • Tamino XML Server 4.4.1
  • Tamino API4J which came with it
  • Java 6.0
  • SUSE Enterprise 10 Linux

Code snippet:


TXMLObject[] s = new TXMLObject[schemas.size()];
    TSD3Accessor.define(schemas.toArray(s), new TDefineMode(isTest, validate));

where ‘schemas’ is an ArrayList.

Log shows that schemas are sent via HTTP.

Thanks for your help.

Zsolt