thanks, the import seems to work until "No property record in property chain for Node[18835,used=true,rel=44622,prop=-1,labels=Inline(0x0:[]),light] contained property with key 32" What does it mean ?
info | inserted geometries: 1000 info | inserted geometries: 2000 info | inserted geometries: 3000 info | inserted geometries: 4000 info | inserted geometries: 5000 info | inserted geometries: 6000 info | inserted geometries: 7000 info | inserted geometries: 8000 info | inserted geometries: 9000 info | inserted geometries: 10000 info | inserted geometries: 11000 info | inserted geometries: 12000 info | inserted geometries: 13000 info | inserted geometries: 14000 info | inserted geometries: 15000 No property record in property chain for Node[18835,used=true,rel=44622,prop=-1,labels=Inline(0x0:[]),light] contained property with key 32 On Sunday, May 11, 2014 1:33:16 PM UTC+2, Michael Hunger wrote: > > Use new GraphDatabaseFactory().newEmbeddedDatabase(path) > > Sent from mobile device > > Am 11.05.2014 um 11:43 schrieb zapo <[email protected] <javascript:>>: > > Hi, > im trying to import a shp file into my database like this example : > http://neo4j.github.io/spatial/#spatial-import-shapefile > > but i have an error msg : > Unresolved compilation problem: database cannot be resolved > > that is relative to this line code : > GraphDatabaseService database =new EmbeddedGraphDatabase( > "/var/neo4j-community-2.0.3/data/graph.db", null, null); > > Eclipse software tell me to that the > *org.neo4j.kernel.EmbeddedGraphDatabase* is deprecated > Have i to use an another library ? > > Thanks in advance > > -- > 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.
