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
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
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