]
Vladimir Blagojevic updated ISPN-7649:
--------------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Administration console - transaction tab allows to set invalid
options
----------------------------------------------------------------------
Key: ISPN-7649
URL:
https://issues.jboss.org/browse/ISPN-7649
Project: Infinispan
Issue Type: Bug
Components: Console
Affects Versions: 9.0.0.CR3
Reporter: Roman Macor
Assignee: Vladimir Blagojevic
If a cache is set to distributed async mode, setting transactions to FULL_XA mode results
in error after the cluster restart. The console shouldn't allow this combination.
Suggested solution - dropdown should display only valid options for transaction mode for
the given cache.
(I'm not sure if this is the only invalid combination)
Server error:
...
org.infinispan.commons.CacheConfigurationException: ISPN000441: Unsupported async cache
mode 'DIST_ASYNC' for transactional caches
...