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

how to disable MWS generated JS files?

  • 1.  how to disable MWS generated JS files?

    Posted Fri September 26, 2008 04:41 PM

    We have a JSR 168 portlet deployed in a MWS page. The portlet has its own JS files. We find many JS files from MWS are embedded in the page in addition. How can we prevent these files from being loaded?

    Thanks,
    Wen


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


  • 2.  RE: how to disable MWS generated JS files?

    Posted Wed October 01, 2008 06:10 PM

    You can’t prevent those files from being loaded, because they are required by the MWS/CAF infrastructure.

    Justin


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


  • 3.  RE: how to disable MWS generated JS files?

    Posted Thu October 02, 2008 06:24 PM

    thank you Justin. The reason why we want to disable the MWS JS files is because they interfere with our Portlet owned JS. For instance, there are some global arrays defined in our Portlet page. If the Portlet is deployed in Pluto, the data in these arrays is correct. However, if deployed in MWS, in addition to the original data, the arrays contain some other strange values like eventlistener. Do you kow if it’s possible that the MWS JS code that adds extra data into these arrays?

    Thank you very much,
    Wen


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