Neo4j 2.2 doesn't have JTA anymore So it will probably need a 2.2 version of TP3 to work with. I was working on supporting that but Apache legalese makes it hard.
What do you use Rexter for? Michael > Am 02.04.2015 um 01:53 schrieb Effy Teva <[email protected]>: > > Hi, > > I'm trying to start Neo4j 2.2 using Rexster 2.6, and I get the following > exception. > Any clues will help... > > [WARN] GraphConfigurationContainer - java.lang.RuntimeException: Could not > resolve dependency of type:javax.transaction.TransactionManager > com.tinkerpop.rexster.config.GraphConfigurationException: > java.lang.RuntimeException: Could not resolve dependency of > type:javax.transaction.TransactionManager > at > com.tinkerpop.blueprints.impls.neo4j2.rexster.Neo4j2GraphConfiguration.configureGraphInstance(Neo4j2GraphConfiguration.java:79) > at > com.tinkerpop.rexster.config.GraphConfigurationContainer.getGraphFromConfiguration(GraphConfigurationContainer.java:124) > at > com.tinkerpop.rexster.config.GraphConfigurationContainer.<init>(GraphConfigurationContainer.java:54) > at > com.tinkerpop.rexster.server.XmlRexsterApplication.reconfigure(XmlRexsterApplication.java:99) > at > com.tinkerpop.rexster.server.XmlRexsterApplication.<init>(XmlRexsterApplication.java:47) > at com.tinkerpop.rexster.Application.<init>(Application.java:97) > at com.tinkerpop.rexster.Application.main(Application.java:189) > Caused by: java.lang.RuntimeException: Could not resolve dependency of > type:javax.transaction.TransactionManager > at > com.tinkerpop.blueprints.impls.neo4j2.Neo4j2Graph.<init>(Neo4j2Graph.java:163) > at > com.tinkerpop.blueprints.impls.neo4j2.rexster.Neo4j2GraphConfiguration.configureGraphInstance(Neo4j2GraphConfiguration.java:73) > > Thanks, > Effy > > -- > You received this message because you are subscribed to the Google Groups > "Neo4j" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Neo4j" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
