I've implemented a timeline on top of the index framework (must be a lucene index though). https://github.com/neo4j/graphdb/blob/master/lucene-index/src/main/java/org/neo4j/index/timeline/LuceneTimeline.javaI think you should use that instead. Please try to see if you can use that new timeline instead, and if not I'd like to hear more about the problems.
Your actual problem is that the old index doesn't support the new type of backup... not yet at least. 2011/2/16 Andreas Ronge <[email protected]> > Hi > > I just wonder what's the status of Timeline > (http://api.neo4j.org/1.2/org/neo4j/index/timeline/Timeline.html). > Is there no more support for Timeline in 1.3.M02 ? > > When I try to do a backup I get the following: > > java.lang.UnsupportedOperationException: > org.neo4j.index.lucene.LuceneDataSource > at > org.neo4j.kernel.impl.transaction.xaframework.XaDataSource.listStoreFiles(XaDataSource.java:398) > at > org.neo4j.com.MasterUtil.rotateLogsAndStreamStoreFiles(MasterUtil.java:101) > at org.neo4j.backup.BackupImpl.fullBackup(BackupImpl.java:39) > at > org.neo4j.backup.BackupClient$BackupRequestType$1.callMaster(BackupClient.java:59) > at > org.neo4j.backup.BackupClient$BackupRequestType$1.callMaster(BackupClient.java:55) > > It works if I remove the neo4j-index-1.3-1.3.M01.jar file. > > Cheers > Andreas > _______________________________________________ > Neo4j mailing list > [email protected] > https://lists.neo4j.org/mailman/listinfo/user > -- Mattias Persson, [[email protected]] Hacker, Neo Technology www.neotechnology.com _______________________________________________ Neo4j mailing list [email protected] https://lists.neo4j.org/mailman/listinfo/user

