Thanks for reply Michael, Yes i have added all dependencies into server plugin with all config into neo4j-server.properties filr. Could plz share link from where i can have full example of unmanaged extension for spring with all config and testcases.
Thanks, Pallavi On Thu, Mar 27, 2014 at 5:39 PM, Michael Hunger < [email protected]> wrote: > Did you add all the dependend jars to server/plugins? > > Sent from mobile device > > Am 27.03.2014 um 12:45 schrieb PM <[email protected]>: > > Hi Michael Hunger, > > I m also facing same issue . i made changes into neo4j server.property > file but still getting same issue. > > > > > Thanks in advance > > On Thursday, 16 January 2014 23:56:58 UTC+5:30, Theo Briscoe wrote: >> >> I am trying to write a Neo4j unmanaged extension that loads spring >> context and uses Neo4jTemplate and Repositories. >> Does anyone have a complete example of a spring based Neo4j Server >> Extension. >> >> My code is failing with the exception >> ---------- >> com.sun.jersey.server.impl.application.WebApplicationImpl _initiate >> >> INFO: Initiating Jersey application, version 'Jersey: 1.9 09/02/2011 11:17 >> AM' >> SEVERE: The following errors and warnings have been detected with resource >> and/or provider classes: >> SEVERE: Missing dependency for field: private >> org.springframework.data.neo4j.support.Neo4jTemplate >> >> WARNING: com.sun.jersey.spi.inject.Errors$ErrorMessagesException >> -------- >> >> The Neo4jTemplate is included in the maven POM file and the class >> appears in the created jar file >> >> Here is the Full Code sample >> >> - https://github.com/theobriscoe/neo4j-extensions >> >> Versions >> - Neo4j: 1.9.5 >> - spring-data-neo4j: 2.3.3.RELEASE >> >> >> >> -- > 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 a topic in the > Google Groups "Neo4j" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/neo4j/AZUVcFxvI_k/unsubscribe. > To unsubscribe from this group and all its topics, 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.
