having more issues with seting up hibernate with spring3. this time it is saying that connection is nul as the dialect is not set which it is on my hibernate.cfg.xml file.>
I you are using hibernate and InnoDB why don't you set the hibernate.dialect to org.hibernate.dialect.MySQL5 or org.hibernate.dialect.MySQL.
InnoDB
hibernate.dialect
org.hibernate.dialect.MySQL5
org.hibernate.dialect.MySQL
and the connection property to hibernate.connection.url.
hibernate.connection.url