FAQs

1) What is this package used for?

Ans) This package helps to develop IS flow services with transaction contexts on Ehcache operations

2) What kind of transaction scopes are allowed?

Ans) local, xa and xa_strict

3) Does this package depend on any other packages?

Ans) NO. But this package do require WmEhcacheTransactionManager.jar placed under Integration Server lib/jars

4) What is the purpose of WmEhcacheTransactionManager.jar?

Ans) This jar contains the implementation of Transaction Lookup Manager which Ehcache needs to register XAEhcacheResources for XA transaction contexts

5) Are services provided under this package useful to do XA or XA_STRICT transactions with combination of webMethods JDBC Adapter or JMS services?

Ans) YES. One can use the Start, Commit or Rollback transaction services from this package with XA or XA_STRICT transaction type to do ehcache operations in combination with webMethods JDBC Adapter or JMS services