my bad, I created the EIP in the wrong region.. :)
Type: Posts; User: thies; Keyword(s):
my bad, I created the EIP in the wrong region.. :)
Although I got an elastic IP I couldn't enter it in the deployment window; kept saying it was invalid. Do I need to associate it with an instance first in the AWS console (which AMI?) ?
I ran into the same problem with hibernate 3.2.2.ga, spring 2.0.3 and m2.
To resolve it I excluded the asm:asm-attrs, asm:asm, cglib:cglib deps from Hibernate, excluded cglib:cglib from Spring and...
Of course I found the solution 1 minute after I posted this (while I searched for half an hour before). I switched my datasource class from org.springframework.jdbc.datasource.DriverManagerDataSource...
All my unit tests worked with Spring 2.0, Maven 2, Hibernate 3.2 and the MySQL jdbc driver until I added Acegi to my pom.
Now suddenly I get a java.sql.SQLException: No suitable driver in my unit...