Hi, I am currently running JBoss 4.0.4 GA (installed with EJB 3.0 Profile), and JBoss Seam 1.0.1 GA, with MySQL 4.1.20 (tried also 5.1). I wanted to exchange the default HQSQL database for a MySQL, and removed the hqsqldb-jdbc2-service file, put the mysql-jdbc-service file in place (like the article about jboss & mysql suggests) but am still getting errors when deploying the examples. The registration example doesn't let me save anything:
javax.servlet.ServletException: Error calling action method of component with id _id0:_id6 ... javax.faces.FacesException: Error calling action method of component with id _id2:_id14 org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:74) ... and neither does the booking and the blog doesn't work at all. I discovered in the deploy/jms folder another hqsql file (hsqldb-jdbc-state-service.xml) which may cause some troubles, since I removed the hsqldb-ds.xml... Is there a jdbc-state-service specifically for mysql? What else could cause the errors? Any ideas? Thanks a lot!!!! flo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3953095#3953095 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3953095 Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
