Re: [Neo4j] Does it possible to use neo4j-server with jo4neo?

2011-03-14 Thread Batistuta Gabriel
schrieb Batistuta Gabriel: Hi, but I dont't understand. Why do you implement /neo4j-java-rest- binding ? It's not for using neo4j-server and jo4neo together? Actually my code is working with jo4neo, it's the reason why I don't want to change directly my code for using Spring Data

Re: [Neo4j] Online Backup : wich package?

2010-06-10 Thread Batistuta Gabriel
, ...) constructors, or manually create a copy of the store on the file system level before you do the initial copying. Cheers, Tobias On Wed, Jun 9, 2010 at 5:41 PM, Batistuta Gabriel batistutagabrielf...@gmail.com wrote: I fixed one problem. But I still have a problem. My classes are starded

Re: [Neo4j] Online Backup : wich package?

2010-06-10 Thread Batistuta Gabriel
backup? Sorry for my misunderstanding, Best, Bat Cheers, Tobias On Thu, Jun 10, 2010 at 10:16 AM, Batistuta Gabriel batistutagabrielf...@gmail.com wrote: I progress slowly...but I have a new error. Here is my code : //create the graph neo = new EmbeddedGraphDatabase(CONSTANTS.GRAPH_PATH

Re: [Neo4j] Online Backup : wich package?

2010-06-10 Thread Batistuta Gabriel
(); backup.setLogLevelDebug(); backup.doBackup(); // /!!\ : ERROR HERE } catch (IOException e) {} backupIndexService.shutdown(); backupGraphDb.shutdown(); On Thu, Jun 10, 2010 at 11:11 AM, Batistuta Gabriel batistutagabrielf...@gmail.com wrote: The keepLogicalLogs( true ) parts need

Re: [Neo4j] Online Backup : wich package?

2010-06-09 Thread Batistuta Gabriel
Nobody has a solution for my problem? Many thanks, Bat Le 08-juin-10 à 16:05, BatiG a écrit : I've tried with : - neo4j-kernel-1.0-rc.jar - neo4j-kernel-1.0.jar And I've the same error in the both cases. -- View this message in context:

Re: [Neo4j] Online Backup : wich package?

2010-06-09 Thread Batistuta Gabriel
: EmbeddedGraphDatabase neo = ... for (String datasource : new String[]{nioneodb, lucene}) { neo.getConfig().getTxModule().getXaDataSourceManager() .getXaDataSource( datasource ).keepLogicalLogs( true ); } Cheers, Tobias On Wed, Jun 9, 2010 at 9:56 AM, Batistuta

Re: [Neo4j] Online Backup : wich package?

2010-06-09 Thread Batistuta Gabriel
) at org.neo4j.onlinebackup.Neo4jBackup.doBackup(Neo4jBackup.java:164) at util.BackupNeo4j.run(BackupNeo4j.java:49) Le 09-juin-10 à 13:48, Johan Svensson a écrit : On Wed, Jun 9, 2010 at 1:37 PM, Batistuta Gabriel batistutagabrielf...@gmail.com wrote: Thanks. If I understand

Re: [Neo4j] Online Backup : wich package?

2010-06-09 Thread Batistuta Gabriel
...@neotechnology.com wrote: What was the output of System.out.println(System.getProperty(java.class.path)); as Tobias asked you to do? On Wed, Jun 9, 2010 at 1:56 PM, Batistuta Gabriel batistutagabrielf...@gmail.com wrote: However, I obtain this error : java.lang.NoSuchMethodError