[jboss-user] [JBoss Portal] - Re: Quirky Behavior of Jackrabbit CMS?
rharari
do-not-reply at jboss.com
Wed May 30 00:36:41 EDT 2007
Hi David,
I´m using mysql-connector-java-5.0.4-bin.jar with MySQL5.0 and works fine.
Try this:
- change to store documents in file system and see the behaviour - if the documents are still there after restarting jboss server you will be sure that the problem is with your database or connector.
http://docs.jboss.org/jbportal/v2.6/reference-guide/en/html/cmsPortlet.html#configuration-cms_fs
- make sure that you have declared useServerPrepStmts=false in url connection:
<connection-url>jdbc:mysql://localhost:3306/portal?useServerPrepStmts=false</connection-url>
regards
R.Harari[/url]
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049580#4049580
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049580
More information about the jboss-user
mailing list