Re: Trying to use Bitronix with Neo4J (and batis)
While I haven't resolved the issue yet, I've found that Neo4J is not finding the XaResource because it's using equals() to check if it's the right one .... i seem to have the resource created twice, exact same data but different instances (found that while debugging)
I probably need to change my producer code to make sure there is only one instance is my guess, will look at it later.