-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: objectstore-jdo-1.1.0
-
Fix Version/s: objectstore-jdo-1.3.0, core-1.3.0
-
Component/s: Isis Persistence JDO
-
Labels:None
... which we discovered are called out-of-sync when run on Ubuntu/CentOS, as a war file. This results in the RegisterEntities service doing nothing, hence the DN metamodel is not built eagerly, hence strange exceptions later on.
Fix is:
a) ensure that all services have only a single @PostConstruct method (fail fast otherwise)
b) refactor RegisterEntities