I had the same error as Ramarao (also using Postgres 8.0). I tried the suggestion by Peter, but still the same message (which I repeat below without typos)
java.sql.SQLException: ERROR: column "xyz" is of type boolean but expression is of type character After experimenting, I got it to work by changing the type of my boolean fields in the ddl to varchar (probably can be char(5)). I hope someone else can clarify this or come up with a better solution. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3880060#3880060 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3880060 ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
