Earlier this week, I downloaded a binary (Tomcat bundle) for the Slide 2.0b1 version and configured it to do version control easily; I could browse version history via my web browser in the history/ collection. The Domain.xml is standard and uses a tx store, via the org.apache.slide.store.txfile.TxXMLFileDescriptorsStore class. I works fine for an all filesystem config.
When I try to run on a jdbc store, using the samples in the Domain.xml that comes with the source for the SLIDE_2_0_1 cvs tag, everything seems to work, until I try to view version information. At that point I see this in my browser: ======================== HTTP Status 404 - Not Found: No revision descriptor found on object /history/1/1.0 type Status report message Not Found: No revision descriptor found on object /history/1/1.0 description The requested resource (Not Found: No revision descriptor found on object /history/1/1.0) is not available. Apache Tomcat/5.0.16 ======================== Is there a jdbc equivilant to TxXMLFileDescriptorsStore that will write the version history? I have also tried with the MySQLxxxStore classes with no luck. Many thanks, Andy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
