Andrea, I assume the relevant comment link is https://hibernate.atlassian.net/browse/HHH-9714?focusedCommentId=69466&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-69466. Which mentions:
Oh, and for MySQL you'd want @Table(catalog="x"), not @Table(schema="x")
I think the underlying question for HHH-10408, is should existing Hibernate applications that specify "schema", continue to work against MySQL? IMO, if the application also specifies "catalog", that should instead be used. Steve Ebersole what do you think about this issue? Scott |