[appfuse-user] Prefix on table name ?

2007-07-15 Thread Pierre-Henry
When I run 'mvn integration-test' I get the following error: _ [WARNING] 2 errors occurred while performing . [ERROR] Error #1: com.mysql.jdbc.exceptions.MySQLSyntaxErrorException: Table 'strmvcbasic.user_role' doesn't exist [ERROR] Error #1: com.my

[appfuse-user] mysql connection

2007-05-05 Thread Pierre-Henry
Running the integration-test maven command, I get an error: --- java.net.SocketException: java.net.ConnectException: Connection refused - I have a mysql 5.0.32 running on localhost on a linux box 2.6.18. Pom uses a 5.0.3 connector. I can connect on local using mysql command. Have