Clarify usage of DummyTransactionManager in 2.0
-----------------------------------------------
Key: JBCACHE-1033
URL:
http://jira.jboss.com/jira/browse/JBCACHE-1033
Project: JBoss Cache
Issue Type: Task
Security Level: Public (Everyone can see)
Reporter: Elias Ross
Assigned To: Manik Surtani
Node.put(Map map, boolean erase) was removed in 2.0. Users wishing to emulate the
replace-all behavior (e.g. put(map, true)) in 2.0 must now use a TransactionManager to do
first the clear then the putAll().
The docs suggest for stand-alone installs to use the DummyTXMan, but also say it's not
production ready.
I would suggest renaming DummyTXM to NonDurableTXM and clarifying the documents.
It'd be also wise to have a section on migration, e.g. "What happened to
XXX?"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira