You have commented out MemoryDescriptorsStore above that?
-----Original Message----- From: Aruna Goli [mailto:[EMAIL PROTECTED] Sent: 27 August 2003 00:42 To: 'Slide Users Mailing List' Subject: Problem with revisions not being written to the database (content store works correctly though) Hello I have set the revisiondescriptorstore to use the SQL database and storing the files on the file system. The content store works correctly, however I am having problems getting the JDBCDescriptorsStore to persist the data. I am not getting errors while creating a revision, however when I try to retrieve it I get this exception. I have attached my Domain.xml file below. Has anyone come across this situation? org.apache.slide.content.RevisionDescriptorNotFoundException: No revision descri ptor found on object /files/aruna/copyfromarunaToRaj.txt at slidestore.reference.JDBCDescriptorsStore.retrieveRevisionDescriptor( JDBCDescriptorsStore.java:1499) at org.apache.slide.store.StandardStore.retrieveRevisionDescriptor(Stand ardStore.java:562) at org.apache.slide.content.ContentImpl.retrieve(ContentImpl.java:258) at org.apache.slide.content.ContentImpl.retrieve(ContentImpl.java:286) at com.covigna.dms.spi.slide.SlideCore.copyDocument(SlideCore.java:224) at com.covigna.dms.spi.slide.SlideService.copyDocument(SlideService.java :119) at com.covigna.dms.spi.slide.SlideMain.main(SlideMain.java:112) Begin SlideCore: copyDocument End SlideService: copyDocument Thankyou Aruna <namespace name="slide"> <definition> <store name="jdbc"> <nodestore classname="slidestore.reference.JDBCDescriptorsStore"> <parameter name="driver">weblogic.jdbc.mssqlserver4.Driver</parameter> <parameter name="url">jdbc:weblogic:mssqlserver4:localhost:1433;db=slide</parameter > <parameter name="user">sa</parameter> <parameter name="password">sa</parameter> </nodestore> <securitystore> <reference store="nodestore" /> </securitystore> <lockstore> <reference store="nodestore" /> </lockstore> <revisiondescriptorsstore> <reference store="nodestore" /> </revisiondescriptorsstore> <revisiondescriptorstore> <reference store="nodestore" /> </revisiondescriptorstore> <contentstore classname="slidestore.reference.FileContentStore"> <parameter name="rootpath">c:/Arufiles</parameter> <!-- <parameter name="version">true</parameter> --> </contentstore> </store> <scope match="/" store="jdbc" /> </definition> --------------------------------------------------------------------- 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]
