Project

General

Profile

« Previous | Next » 

Revision 80f64ffa

Added by Andreas Müller over 8 years ago

Revert throwing of exception for invalid property path #5077

View differences:

cdmlib-persistence/src/main/java/eu/etaxonomy/cdm/persistence/dao/initializer/AdvancedBeanInitializer.java
255 255
        } catch (NoSuchMethodException e) {
256 256
            String message = "Property " + propertyName + " not found for class " + parentClazz;
257 257
            logger.error(message);
258
            throw new RuntimeException(message, e);
258
            //don't throw exception as sometimes property paths will include non matching property names due to subclassing
259
            //#5077  comment 12
259 260
        }
260 261
    }
261 262

  

Also available in: Unified diff