[jboss-user] [JBoss Seam] - problem with seam-gen with INFORMIX databases
fmmayor
do-not-reply at jboss.com
Fri Dec 7 11:45:06 EST 2007
I want to use the hibernate facilities of engineering reverse from an INFORMIX database (using seam-gen).
The resulting CRUD usecases, transform hibernate queries in SQL sentences with a BAD separator for schema (i.e. these sentences use '.' instead of ':' )
Example of a bad SQL sentence transformed by Hibernate for INFORMIX:
select * from schema.catalog.table;
corrected version:
select * from schema:catalog.table;
How can I configurate hibernate properties for setting which is the separator character for scheme ?
Thanks for any help
Fredys
fmmayor at terra.com.co
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4111284#4111284
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4111284
More information about the jboss-user
mailing list