X-Application Generator spinning

X-Application Version:3.1.1
Tamino Version : 3.1.1
Platform : NT
WebContainer : Tomcat 3.3
JDK Version : 1.3.1

Hi
I’m trying to use X-Application Generator to generate an application from X-Plorer. I can sucessfully generate applications for simple schemas and the examples provided (customer, property).
I needed to increase the memory to 512 because I was getting a java.lang.OutOfMemoryError.
Now, instead of getting an OutOfMemoryError, the generator spins for about 2-3 minutes and finally times out. I’m not sure what else to try. I’ve attached the Tamino XML schema that I’m trying to use. (note, I redefined the xlink namespace as follows so I could validate the schema in the Schema Editor successfully
xs:complexType <xs:anyAttribute namespace=“XLink namespace” />
</xs:complexType>
)

Thanks for any suggestions.
Clare
Moa2Schema.tsd (86.8 KB)

Hi Clare,

I had a look in your schema and there are two things that struck me:


  • You used an ‘anyAttribute’, which is not supported by X-Application currently
  • Your schema is recursive, which is also not supported by X-Application Generator currently

My suggestion is to try to transform the schema into a none recursive one and to try it again.

Thank you very much for your question.

Cheers

Stefan Schwalm
Software AG, Darmstadt