IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
 View Only
Expand all | Collapse all

Additional JAR requirements when using WTXDS API with XML

  • 1.  Additional JAR requirements when using WTXDS API with XML

    Posted Mon April 13, 2015 09:48 AM

    Originally posted by: paul.brett


    This post refers to the DTXDS / WTXDS API used by Java coders to manipulate and create WTX objects, such as Maps and Typetrees.

    We all know that when using the IBM WebSphere Transformation Extender (WTX) Design Studio API the following two JARs need to be added to the classpath environment:

    tools\dtxds.jar
    tools\wtxui.jar

    ...but did you know that when using the WTXDS API to create maps with cards that refer to native XML schema (XSDs) then you also need to include:

    common-2.2.3.jar
    ecore-2.2.3.jar
    ecore-change-2.2.3.jar
    ecore-xmi-2.2.3.jar
    xds4j.jar
    xsd-2.2.3.jar

    Thank-you.

    Paul.

    Follow me on Twitter

     

     

    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender


  • 2.  Re: Additional JAR requirements when using WTXDS API with XML

    Posted Tue April 14, 2015 08:15 AM

    Originally posted by: Laurent(Satisco)


    Thanks,

     

    I do no usually do such things (maps with native schemas), but this is useful to have it written somewhere


    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender