Hi,

I was wondering if anyone has had success with versioning using a
domain configuration of a store using JDBC for the descriptor store
(JDBCDescriptorStore) and a file system for content (FileContentStore)
from the latest CVS snapshot.

I can successfully version control and checkout a resource, but when
I perform a checkin, I encounter the following exception:

   org.apache.slide.content.RevisionAlreadyExistException: Revision 1.1    
   already exists on object /System/VersionHistory/1
        at slidestore.reference.FileContentStore.createRevisionContent  
        (FileContentStore.java:294)
        at org.apache.slide.store.AbstractStore.createRevisionContent
       (AbstractStore.java:1225)
        at org.apache.slide.store.StandardStore.createRevisionContent   
       (StandardStore.java:653) ...

Strangely enough, checking the version history doesn't yield an existing 
revision indicated by the exception.  The server also returns a "500" 
(Internal Server Error) status to the client.

I've duplicated the problem with both HSQL and PostgreSQL (JDBCDescriptorStore)
with a file system content store.

BTW, things work great when using JDBC for both the descriptor and file 
content store.

Any feedback appreciated and thanks in advance.

Best regards,

-kenan




__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to