"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.undoScheduledChangeOrCreate(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]

Reply via email to