Hi,

I'm a bit stumped at the moment.  I'm trying to create EJB3 entities for 
existing tables in a PostgreSQL database.  Everything's working OK except they 
are using an int column with a value of 0 or 1 for booleans.  The pgsql dialect 
of Hibernate appears not to like this.  If I change it to a column type of 
boolean on a test system things seem to work OK.  What can I do to work around 
this?  Changing the table definitions seems out of the question.

Thanks,
Mike

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3949691#3949691

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3949691


_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to