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.  create skin and change base.js

    Posted Mon July 16, 2012 10:46 AM

    I need change base.js in my custom Skin in MYwebmethods Server 7.1.3,
    but when I restart server the file Base.js gets overwritten.

    Is there a way to utilize base.js or MWS to use the Customer s skins without getting
    overwritten?


    #webMethods
    #webMethods-BPMS
    #MWS-CAF-Task-Engine


  • 2.  RE: create skin and change base.js

    Posted Mon July 16, 2012 02:06 PM

    You should be editing the base.jsi file instead of base.js.


    #webMethods-BPMS
    #MWS-CAF-Task-Engine
    #webMethods


  • 3.  RE: create skin and change base.js

    Posted Tue July 17, 2012 07:56 AM

    thank you Eric,

    I put the base.jsi file in scripts folder, but this scritp wasn’t include in runtime.

    You have any idea what I’m doing wrong?.


    #webMethods
    #MWS-CAF-Task-Engine
    #webMethods-BPMS


  • 4.  RE: create skin and change base.js

    Posted Tue July 17, 2012 03:01 PM

    Does your skin declare that it has a custom js file?

    For example, your skin.properties.xml file should have something like this:

    
    <!-- dynamic js file -->
    <property>
    <name>scripts/base.js</name>
    <value>scripts/base.jsi</value>
    <description>standard scripts</description>
    </property>

    When the skin archive is being deployed, the files specified using *.jsi properties are processed to create the *.js files.


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 5.  RE: create skin and change base.js

    Posted Fri July 20, 2012 11:26 PM

    thank you Eric,

    your solution solve my issue.


    #MWS-CAF-Task-Engine
    #webMethods
    #webMethods-BPMS