Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-2928

XML Parser for JDBC Cachestore configuration sets wrong value for connection url

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

      The new configuration parser for 5.2 (JdbcCacheStoreConfigurationParser52) doesn't set the connection url. There is a cut and paste error in a switch block:

               switch (attribute) {
               case CONNECTION_URL: {
                  builder.driverClass(value);
                  break;
               }
               case DRIVER_CLASS: {
                  builder.driverClass(value);
                  break;
               }
      

      This parse error causes a connection not found error at runtime.

              ttarrant@redhat.com Tristan Tarrant
              sarahay sarah a (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: