webMethods

webMethods

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.  Ehcache of webmethod

    Posted Mon March 17, 2014 05:39 AM

    Hi,

    I want to use ehcache function of webmethod IS(9.0).There are in built flow services provided by softwareAG.
    pub.cache.get,pub.cahce.put etc.

    I have 2 question related to this:-

    1. I used put operation and stored a document into cache.when i use get operation, I am getting the stored document correctly but after getting it when i modify any value then it automatically replaces the modified value in cache.Even though i mapped this to another document and previous reference I dropped out.

    2.If i enable the option overflow to disk, then how to serialize the Document object before putting into cache?

    Please help me…I am new to ehcache.


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


  • 2.  RE: Ehcache of webmethod

    Posted Sun March 30, 2014 10:38 PM

    Doing a ‘get’ will just retrieve the content from cache (be it any cache). There might be some minor mistake in code.
    Have you enabled the service cache by any chance?

    -Senthil


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


  • 3.  RE: Ehcache of webmethod

    Posted Wed April 02, 2014 04:29 AM

    I have had issues in storing and retrievign data from BigMemory (Off-Headp)…The data was randomly stored and removed …

    Tried to work with SAG and Terracotta but couldnot get to a solution.

    Bad thing is… there is no built-in service which can give us

    1. what is the free size available in off-heaf or on-heap
    2. what is being stored and removed when there is data overflow

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