Hi all,
Recently investigating on a very strange bug involving calculations, column and tables renaming and/or deletion, we noticed that servoy was keeping a bunch of unwanted references to columns there were erased/renamed/moved a long time ago (1-2 years) from our solutions.
Setting log to verbose, we noticed the following error messages (extract):
Mar 12 12:08:17 droopy [0x0-0x223f23d].SRVY[10042]: 2008-03-12 12:08:17,908 INFO [TaskExecuter[0]] com.servoy.j2db.util.Debug - Found info old/deleted(?) column for a column named: 'f0000'
Mar 12 12:08:18 droopy [0x0-0x223f23d].SRVY[10042]: 2008-03-12 12:08:18,302 INFO [TaskExecuter[0]] com.servoy.j2db.util.Debug - Found info old/deleted(?) column for a column named: 'f0013'
Mar 12 12:08:18 droopy [0x0-0x223f23d].SRVY[10042]: 2008-03-12 12:08:18,302 INFO [TaskExecuter[0]] com.servoy.j2db.util.Debug - Found info old/deleted(?) column for a column named: 'f0014'
Mar 12 12:08:18 droopy [0x0-0x223f23d].SRVY[10042]: 2008-03-12 12:08:18,302 INFO [TaskExecuter[0]] com.servoy.j2db.util.Debug - Found info old/deleted(?) column for a column named: 'f0015'
Mar 12 12:08:18 droopy [0x0-0x223f23d].SRVY[10042]: 2008-03-12 12:08:18,302 INFO [TaskExecuter[0]] com.servoy.j2db.util.Debug - Found info old/deleted(?) column for a column named: 'f0016'
Mar 12 12:08:18 droopy [0x0-0x223f23d].SRVY[10042]: 2008-03-12 12:08:18,302 INFO [TaskExecuter[0]] com.servoy.j2db.util.Debug - Found info old/deleted(?) column for a column named: 'f0017'
Does anybody know a method to get rid of those references?