IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
Expand all | Collapse all

X-Application Generator spinning

  • 1.  X-Application Generator spinning

    Posted Fri March 01, 2002 05:11 PM

    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)


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: X-Application Generator spinning

    Posted Mon March 04, 2002 08:19 AM

    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


    #Tamino
    #webMethods
    #API-Management