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
  • 1.  Patch scripts for updating schemas

    Posted Wed April 24, 2002 05:14 PM

    Hi,
    I’ve installed the first version of our product based on Tamino at the customer. Just few days later, the first change requests from my customer are comming in. These changes required to change my schema structure.

    How do I apply patches on my Tamino schema? I would like to do that programmatically by providing patch scripts, rather than doing them manually over the Schema Editor. Of course, all changes (attributes/elements) have to be optional, in order that existing data still complies to the schema.

    Does anybody know how to apply schema changes by scripts?

    Thanks, ren


    #Tamino
    #webMethods
    #API-Management


  • 2.  RE: Patch scripts for updating schemas

    Posted Thu April 25, 2002 12:14 PM

    A common method to change xml files is XSLT. However I would prefer not to maintain such a szenario but would change the schema.


    #webMethods
    #Tamino
    #API-Management


  • 3.  RE: Patch scripts for updating schemas

    Posted Thu April 25, 2002 12:26 PM

    Why not using stylesheets (XSLT) for that?


    #Tamino
    #webMethods
    #API-Management


  • 4.  RE: Patch scripts for updating schemas

    Posted Thu April 25, 2002 01:57 PM

    Hint: you can use the Java Loader’s -define option to define the resulting schema document to Tamino from the command line or a script.

    Regards Udo


    #webMethods
    #API-Management
    #Tamino


  • 5.  RE: Patch scripts for updating schemas

    Posted Fri April 26, 2002 10:14 AM

    I’d actually like to apply changes to my schema, e.g. adding elements or attributes, without unloading/loading the existing data. Of course, this is just possbile, if data still conforms the new XML schema.
    Is there a way to do such a schema changes with a batch program?

    thanks, ren


    #API-Management
    #webMethods
    #Tamino