Re: [Neo4j] SpringData requires rename of transactionManager

2012-01-02 Thread Michael Hunger
Frank, could you share more of your project? And also the exceptions that ocurr ? The neo4j TM is named "neo4jTransactionManager" only having an Alias to "transactionManager", imho it should be possible to override that alias with another bean definition like yours. It would be great if you co

[Neo4j] SpringData requires rename of transactionManager

2011-12-01 Thread Frank
Hi, I find that I'm unable to integrate SpringDataNeo4j into my existing Spring project unless I rename my transaction manager, which is currently declared this way: Unless I rename the first bean to something other than "transactionManager", my own S