I see, then I'll have to wait for TP3 GA. I'm using Rexster (RexPro to be precise) for transmitting Gremlin scripts from a .NET client. Is there any alternative to using Rexster in Neo4j 2.2?
Effy On Thursday, April 2, 2015 at 2:58:44 AM UTC+3, Michael Hunger wrote: > > 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] > <javascript:>>: > > > > 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] <javascript:>. > > 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.
