> Hi,
>
>
> I had slide working with the file content store. I have now setup slide
via
> JDBC to mySQL using the insructions and product versions as suggested at:
> http://faq.globalvision.com.au/
>
> The connection to mySQL from the webdav servlet seems to work because
after
> I start tomcat the servlet contains:
>
> >mysql -u MYslideuser -pMYslidepass -e "select * from objects" myDB
> +-------------+----------------------------------------+
> | uri | classname |
> +-------------+----------------------------------------+
> | / | org.apache.slide.structure.SubjectNode |
> | /tempaction | org.apache.slide.structure.ActionNode |
> +-------------+----------------------------------------+
>
> tomcat output to screen at servlet start, during Dav Explorer attempted
> connect and also part of the Domain.xml are included below.
>
> Any thoughts on what the slide tomcat error means please:
>
> ...
> Enlist error(Transaction 1 in main) = -3
> slidestore.reference.JDBCDescriptorsStore@9798fb Branch:
> main-990805817880-1-1 Flag: 0
> ...
> Loading namespace webdav configuration
> org.apache.slide.structure.ObjectNotFoundException: No object found at
> /actions
> ...
All the errors here are transaction related. I think you're using a version
of MySQL which does not support transactions. If that's the case, you should
use the MySQL specific stores (which are direct extensions of the standard
JDBC store, except they ignore SQL exceptions when doing transaction
operations on the connection).
Remy