Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
Currently, the generated peer's initDatabaseMap() methods call the init method of the BaseDatabaseMapInit class. As with all other calls to generated methods, teh call should not be on the Base class, but on the inherited class. This gives the user the opportunity to override the behaviour of the method.