Fixes/Enhances:
[enh]-DB Performance logging in adminpage shows more info
[enh]-“locale” property change fired for client plugins
[enh]-performance improvements when deleting (related)records
[enh]-better checks for unreferenced calculation/aggregates on missing tables/servers
[chg]-dataset.sort(…) is now 1 based as all other functions on dataset
[fix]-broken relations better editable
[fix]-clients using i18n.getI18nMessage(…)
[fix]-forms aren’t sorted anymore when switching from table->form view in the debugger
[fix]-setting the background on a Portal through CSS
[fix]-TypeAhead field without valuelist and showing no data
[fix]-bean loading (classloading and error handling)
[fix]-blob usage when blob is empty
[fix]-duplicate record didn’t duplicates blob fields
[fix]-new on top added records in related foundsets fail to print
[fix]-reports WITHOUT a body part failed
[fix]-rollback/commit usage in solution open method
[fix]-portal/tableview sorting only on left mouse click
[fix]-bgColorCalculation when leaving find mode
[fix]-bad CRC during export/import of solution with modules
Fixes/Enhances:
[enh]-DB Performance logging in adminpage shows more info
[enh]-“locale” property change fired for client plugins
[enh]-performance improvements when deleting (related)records
[enh]-better checks for unreferenced calculation/aggregates on missing tables/servers
[chg]-dataset.sort(…) is now 1 based as all other functions on dataset
[fix]-broken relations better editable
[fix]-clients using i18n.getI18nMessage(…)
[fix]-forms aren’t sorted anymore when switching from table->form view in the debugger
[fix]-setting the background on a Portal through CSS
[fix]-TypeAhead field without valuelist and showing no data
[fix]-bean loading (classloading and error handling)
[fix]-blob usage when blob is empty
[fix]-duplicate record didn’t duplicates blob fields
[fix]-new on top added records in related foundsets fail to print
[fix]-reports WITHOUT a body part failed
[fix]-rollback/commit usage in solution open method
[fix]-portal/tableview sorting only on left mouse click
[fix]-bgColorCalculation when leaving find mode
[fix]-bad CRC during export/import of solution with modules
[enh]-better checks for unreferenced calculation/aggregates on missing tables/servers
Because of this I couldn’t export a solution.
com.servoy.j2db.persistence.RepositoryException: Solution contains references to calculation or aggregate variable on nonexistent table 'chart_of_account' in server 'pilot_ultralite'.
I never created a table ‘chart_of_account’. This problem was there in rc5 also.
Another problem is, I couldn’t export a password protected solution. I have given the correct password. But it is giving following error.
com.servoy.j2db.persistence.RepositoryException: Solution was already protected and supplied password is incorrect
Unfortunately this continuous problem to exist also with the RC6 !!
com.servoy.j2db.persistence.RepositoryException: Solution contains references to calculation or aggregate variable on nonexistent table 'righefattura' in server 'amicoclima'.
The warning is also given when the the elements exists in a module, so open the module solutions once to correct the problems, we have made the error message more clear.
The warning is also given when the the elements exists in a module, so open the module solutions once to correct the problems, we have made the error message more clear.
But I didn’t use any Modules, & I never created a table “chart_of_account”. How can I reomove the broken refrence and export the solution?