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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Cache Probelms with Transformations

    Posted 06/29/06 07:50 PM

    Hi
    transformSerialxml uses cache to load xsl for future by which reduces File IO time. If an xsl is modified we have to explicitly call removeallTemplates or removeTemplate. I whould like to use this service only if we modify an xsl, instead of using it every time after the transformation call.


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Cache Probelms with Transformations

    Posted 06/29/06 08:30 PM

    may be u can have a different flow service which takes care of the removal stuff after you update the xsl .

    and run this before executing the ‘transformSerialxml’ to refresh cache.

    HTH
    PRY


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 3.  RE: Cache Probelms with Transformations

    Posted 06/29/06 08:42 PM

    It looks like a manual way. Is there any way that will automate it? Flow service will run only if there was modification done to the file.


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 4.  RE: Cache Probelms with Transformations

    Posted 06/29/06 08:49 PM

    I don’t think so… but may be…

    HTH
    PRY


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 5.  RE: Cache Probelms with Transformations