hello, After adding this jar file , my application gives below error,
Exception in thread "main" java.lang.NoClassDefFoundError: javax/transaction/TransactionManager Please suggest Regards: Arpit On Monday, February 11, 2013 at 6:14:33 PM UTC+5:30, Peter Neubauer wrote: > > Roberto, > it should be on > http://m2.neo4j.org/index.html#view-repositories;everything~browsestorage, > that is, repository everything, > http://m2.neo4j.org/content/groups/everything > > > <dependency> > <groupId>org.neo4j</groupId> > <artifactId>neo4j-rest-graphdb</artifactId> > <version>1.8.1</version> > </dependency> > > HTH > > > Cheers, > > /peter neubauer > > G: neubauer.peter > S: peter.neubauer > P: +46 704 106975 > L: http://www.linkedin.com/in/neubauer > T: @peterneubauer > > Neo4j 1.8 GA - > http://www.dzone.com/links/neo4j_18_release_fluent_graph_literacy.html > > > On Mon, Feb 11, 2013 at 10:36 AM, Roberto Fasciolo <[email protected] > <javascript:>> wrote: > >> Hello, >> >> I'm trying to download the neo4j-rest-graphdb.1.8.1.jar from the >> m2.neo4j.org nexus repository without using maven, but I'm always get an >> error 404 when trying to download the artifact (actually, I'm getting a 404 >> when trying to download every neo4j artifact, regardless of the >> version/artifact combination I try). Is it then possible to get that jar >> without using a maven repository? >> >> Br, >> -Roberto >> >> -- >> 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/groups/opt_out. >> >> >> > > -- 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.
