[appfuse-user] object saved without calling any save method

2009-09-10 Thread Henry
I have using Spring2 + Hibernate3 + Xfire1.2.6. for two applications. When one app A calls a WS on the other app B, the service method runs without exceptions nor errors. However, when there are objects (models) that happens to be get from a dao hibernate AND somehow property value being modifi

[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

[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