Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7
    • None
    • None

    Description

      1. add two caches with incorrect name, e.g. '%' and '+'
      2. verify generated java code
        cfg.setCacheConfiguration(cache_(), cache_());
        ...
        public static CacheConfiguration cache_() 
        ...
        public static CacheConfiguration cache__1() 
        

      should be

      cfg.setCacheConfiguration(cache_(), cache__1());
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            pkonstantinov Pavel Konstantinov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: