ok, first aof all, make sure your defined column name are not longer then 20 signs and your table name are not longer than 30 sign (this restriction belong to oracle).
Then check out your created tables and make sure, your defined column name are reflected correct. If not and you can delete your table (i.e. there is no important data inside), than delet that table and let the entity manager create a new one. Otherwise you must alter your table definition by using any sql ddl commands (i.e. "alter table xxx ..."). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4135256#4135256 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4135256 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
