Exactly the same code works with the JDBCStore. Maybe a bug ? Christophe
-----Original Message----- From: Martin Holz [mailto:[EMAIL PROTECTED] Sent: lundi 8 mars 2004 9:23 To: [EMAIL PROTECTED] Subject: Re: TxFileContentStore "Christophe" <[EMAIL PROTECTED]> writes: > Hi All , > > The following Slide API call gives an excepion when I'm using the > content store "org.apache.slide.store.txfile.TxFileContentStore" > > > content.create(slideToken, "/files/folder1/content1", > revisionDescriptor, revisionContent); > > > Everything works fine with the JDBCStore. > > The exception is : > > org.apache.slide.store.txfile.rm.ResourceManagerSystemException: > main-1078692273733-5: Failed to undo change / create of > '/files/folder1/content1_1.0' (ERR_SYSTEM) > > at > org.apache.slide.store.txfile.rm.impl.FileResourceManager.undoSchedule > dChangeOrCreate(FileResourceManager.java:993) > > I don't understant what Slide is doing :-( Any idea ? Not in detail. Looks like the store is trying to rollback a transaction and fails to do so. Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
