id summary reporter owner description type status priority milestone component version resolution keywords cc 1516 Bug when extended property with same name or column is repeated in two different classes Nicklas Nordborg Nicklas Nordborg "To reproduce this error, put the following extended property definition in both the `ReporterData` and `UserData` section in the extended-properties.xml file: {{{ }}} Run the `updatedb.sh` script to add the new columns to the database. It stops with the following error: {{{ net.sf.basedb.core.BaseException: Duplicate property for class 'UserData' in file '/extended-properties.xml': name=foo at net.sf.basedb.core.ExtendedProperties.loadExtendedPropertiesFile(ExtendedProperties.java:129) at net.sf.basedb.core.ExtendedProperties.init(ExtendedProperties.java:91) at net.sf.basedb.core.Application.start(Application.java:463) at net.sf.basedb.core.Install.createTables(Install.java:125) at net.sf.basedb.install.InitDB.main(InitDB.java:71) Caused by: net.sf.basedb.core.InvalidDataException: Duplicate property for class 'UserData' in file '/extended-properties.xml': name=foo at net.sf.basedb.core.ExtendedProperties.loadProperties(ExtendedProperties.java:239) at net.sf.basedb.core.ExtendedProperties.loadClasses(ExtendedProperties.java:214) at net.sf.basedb.core.ExtendedProperties.loadExtendedPropertiesFile(ExtendedProperties.java:123) ... 4 more }}} " defect closed minor BASE 2.16 core fixed