Good point Alberto, should probably make it into the docs, wdyt ?
Michael
Good point Alberto, should probably make it into the docs, wdyt ?
Michael
For now as a workaround (with a bug ticket) perhaps, but I think the optimal solution is that bean creation in SDG should be strictly ordered in such a way that other (service-layer) beans can @DependOn. In my case, I would like to make my schema manager depend on SDG, and the business/view layer on the schema manager. With the workaround the @Controllers can start serving requests when the pre-population hasn't finished.
Alberto
I am experiencing the same issue ! I am on spring mvc 3.06.
I should also say that implementing InitializingBean doesnt work either for some reason. afterPropertiesSet is not being fired ...
Alberto,
thanks for sharing it. There is an open issue that will hopefully make the setup behave better when finished.
Cheers
Michael