SCB1381 - Scarab summary page
Johannes Hoechstaedter <[email protected]>
| Newsgroups | gmane.comp.java.scarab.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi everybody, I am working for a new revision of the patch for issue 1381. But I have a problem now. I want to clear the method cache for the ReportManager, where the values for the table are stored, when an entry in the activity table is created, and the method cache for ModuleManager, with the ReportBridge instances when a module is changed. The following line in ActivityManager works fine: ReportManager.getMethodResult().clear(); this line in ActivityManager not: ReportManager.getMethodResult().removeAll(ReportTableModel.class,"getValueAt"); why? the put method int ReportTableModel is: ReportManager.getMethodResult().put(contents,this.getClass(),"getValueAt",new Integer(row),new Integer(column)); thankx in advance Johannes