Hi there, i am trying to use desing a Seam Web Site using this scenario:
EcelipseHelios
Jboss-seam-2.2.1.CR2
Jboss-6.0.0
The site create fine,
Then create Entities througth Seam Generate Entities, as result the entities, xhtml and xml files asociated to each Entities are created fine. Even, get HQL results from the database that are goods.
Just a change needed to define serial identifier in the Entities .java files.
ex: private static final long serialVersionUID 1L
All fine till here, BUT when deploy to the JBoss Server, the site is not deploye and recieve a secuence of errors in Eclipse console:
11:58:55,898 ERROR [org.hibernate.tool.hbm2ddl.SchemaUpdate] could not get database metadata: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown table system_sequences in information_schema
...
Some help !!
Thanks a lot !!