Or, as per your exemple, BasePersistenseObject should probably be abstract, anyway, shouldn't it?
g
On 06/09/05, Diogo Quintela (EF) <[EMAIL PROTECTED]> wrote:
| 2) Fix your plugin shouldGenerate() method. Add
| if (!super.shouldGenerate(metadata))
| return false;
| on the top of method.
Couldn't this be changed at Plugin.java level ?? To support this every
plugin needs to be updated, it seems quite a pain in the ass.
Diogo