Probably you have to add that for the other project too ?

Am 21.07.2011 um 05:57 schrieb cyuczi eekc:

> Thanks Michael, that is good to know...
> I would've tried that right now, for tests, but unfortunately I get that
> silly error "No index provider 'lucene' found", but only when using
> EmbeddedReadOnlyGraphDatabase, not EmbeddedGraphDatabase. Perhaps it would
> be worth mentioning that in order to not get the error for
> EmbeddedGraphDatabase, I had to add the folder
> ".\lucene-index\src\main\resources\" to classpath, since I am not using any
> .jars, instead I'm using the source files directly from github (in eclipse)
> 
> regarding my topic, I am reading this currently:
> http://wiki.neo4j.org/content/Using_the_Neo4j_Server_with_Java
> but it seems a bit messy, so I will probably limit myself to using embedded
> database for now :)
> 
> 
> 
> On Thu, Jul 21, 2011 at 5:44 AM, Michael Hunger <
> michael.hun...@neotechnology.com> wrote:
> 
>> If you want to have a "read-only-snapshot" view of the database you can
>> also use
>> 
>> new EmbeddedReadOnlyGraphDatabase(path);
>> 
>> Cheers
>> 
>> Michael
>> 
>> Am 21.07.2011 um 05:31 schrieb Jim Webber:
>> 
>>> Hi Cyuczi,
>>> 
>>> You can't open the same database twice in two programs. If you want data
>> to be replicated between Neo4j instances, look into HA:
>>> 
>>> http://docs.neo4j.org/chunked/stable/ha-how.html
>>> http://wiki.neo4j.org/content/High_Availability_Cluster
>>> 
>>> Jim
>>> _______________________________________________
>>> Neo4j mailing list
>>> User@lists.neo4j.org
>>> https://lists.neo4j.org/mailman/listinfo/user
>> 
>> _______________________________________________
>> Neo4j mailing list
>> User@lists.neo4j.org
>> https://lists.neo4j.org/mailman/listinfo/user
>> 
> _______________________________________________
> Neo4j mailing list
> User@lists.neo4j.org
> https://lists.neo4j.org/mailman/listinfo/user

_______________________________________________
Neo4j mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user

Reply via email to