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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...