I am having some probles with version/ example. I tried to modify it to make it store content too. But I am getting this warnings.
"org.apache.slide.store.StandardStore - INFO - Delisting service slidestore.reference.JDBCDescriptorsStore@2f35089f from active transaction with failure" AND "WARNING: No active transaction" I think this warnings prevent slide from COMMITING ou ROLLING back the transaction because my logs says that all queries are send to postgresql but neither END nor ABORT are sent. here is my <definition> section from Domain.xml. <definition> <store name="memory"> <nodestore classname="slidestore.reference.JDBCDescriptorsStore"> <parameter name="driver">org.postgresql.Driver</parameter> <parameter name="url">jdbc:postgresql://ns2.ibnetwork.com.br:5432/slide</parameter> <parameter name="user">user</parameter> <parameter name="password">passwd</parameter > </nodestore> <revisiondescriptorsstore> <reference store="nodestore" /> </revisiondescriptorsstore> <revisiondescriptorstore> <reference store="nodestore" /> </revisiondescriptorstore> <contentstore name="file" classname="slidestore.reference.FileContentStore"> <parameter name="rootpath">files</parameter> </contentstore> </store> <scope match="/" store="memory" /> </definition> any help ? -- Leandro Rodrigo Saad Cruz IT - Inter Business Tecnologia e Servicos (IB) http://www.ibnetwork.com.br -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
