[jboss-user] [JBoss/Spring Integration] - Re: Problem persisting data using Spring + Hibernate JPA
suneetshah
do-not-reply at jboss.com
Sun Mar 25 10:27:10 EDT 2007
Thanks for the tip. The problem was with the annotation on the service class that was generated by the hibernate tool.
@Entity
@Table(name = "service", catalog = "mysql", uniqueConstraints = {})
When I got rid of the catalog tag, everything started to work.
Thanks for the tip.
Regards
Suneet
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031395#4031395
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031395
More information about the jboss-user
mailing list