Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: @PostConstruct with Neo4j Spring Data, still not working. Show stopper for me now

  1. #11
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    Good point Alberto, should probably make it into the docs, wdyt ?

    Michael

  2. #12

    Default

    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

    Quote Originally Posted by MichaelHunger View Post
    Good point Alberto, should probably make it into the docs, wdyt ?

    Michael

  3. #13
    Join Date
    Mar 2012
    Posts
    25

    Default

    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 ...

  4. #14
    Join Date
    Jan 2011
    Location
    Dresden, Germany
    Posts
    525

    Default

    Alberto,

    thanks for sharing it. There is an open issue that will hopefully make the setup behave better when finished.

    Cheers

    Michael

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •