Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
- add two caches with incorrect name, e.g. '%' and '+'
- verify generated java code
cfg.setCacheConfiguration(cache_(), cache_()); ... public static CacheConfiguration cache_() ... public static CacheConfiguration cache__1()
should be
cfg.setCacheConfiguration(cache_(), cache__1());
Tested.