-
ikesan committed revision 168 to the GTD-Free SVN repository, changing 9 files.
2009-09-25 23:40:37 UTC in GTD-Free
-
ikesan committed revision 167 to the GTD-Free SVN repository, changing 1 files.
2009-09-25 23:30:36 UTC in GTD-Free
-
ikesan committed revision 166 to the GTD-Free SVN repository, changing 14 files.
2009-09-25 21:13:08 UTC in GTD-Free
-
ikesan committed revision 165 to the GTD-Free SVN repository, changing 30 files.
2009-09-25 11:39:53 UTC in GTD-Free
-
Hi Oliver,
yes, I 'm working on a desktop application, which offers export of ODB as sort of a backup strategy. So I wanted to leave user session uninterrupted. You can check SVN of gtd-free project in SF if you like, it's work in progress.
But anyway, thanks for all your help. I have enough information and fixes to continue. You're doing great job.
Thanks,
Ike.
2009-09-25 11:33:05 UTC in NeoDatis ODB
-
Forgot to mention, before export do commit instead close&open, so store for flock should be valid operation.
Thanks,
Ike.
2009-09-24 10:16:52 UTC in NeoDatis ODB
-
Hi Oliver,
thanks, you have fixed the initial error in 1.9.13. It works on my tests. I have also checked on my program and I will have problem coming from next step.
If I try to continue session after export, it brakes when I save next object. So please change your test from this
exporter.export(DIRECTORY, baseName+".xml");
odb.close();
to this
Hi Oliver,
2009-09-24 10:14:34 UTC in NeoDatis ODB
-
Your test works also for me. I'm using API and what I do it's a little different. If you change in your example this:
odb.store(flock);
odb.close();
odb = open(baseName);
XMLExporter exporter = new XMLExporter(odb);
with this:
odb.store(flock);
odb.commit();
XMLExporter exporter = new XMLExporter(odb);
then you will get the error I get.
So...
2009-09-23 20:52:15 UTC in NeoDatis ODB
-
ikesan committed revision 164 to the GTD-Free SVN repository, changing 2 files.
2009-09-22 07:25:34 UTC in GTD-Free
-
ikesan committed revision 163 to the GTD-Free SVN repository, changing 46 files.
2009-09-22 07:24:06 UTC in GTD-Free