hi my app is based on spring-hibernate.Database is mysql. I imported my db with phpmyadmin in jelastic. hibernate connection detail
<property name="url"
value="jdbc:mysql://mysql-estate.jelastic.servint.net/realestate" />
<property name="username" value="root" />
<property name="password" value="password" />
after i deployed my war file and shows following error on browser..
message Request processing failed; nested exception is org.springframework.transaction.CannotCreateTransactionException: Could not open JDBC Connection for transaction; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (Access denied for user 'root'@'192.168.3.21' (using password: YES))