1. Location of JDBC jar for hibernate on JBOSS stackoverflow.comI am using jboss 5.1.0 GA and am connecting to a postgresql DB from my application using hibernate. I am using the default hibernate jars found within jboss. Within my application war ... |
2. Hibernate Not Loading Postgresql bytea consistently stackoverflow.comI am using Hibernate 3.6 on two different boxes, both reading from exactly the same database table. The Hibernate annotation for two fields is as such:
|
3. Hibernate 3.3.2GA improperly loads bytea data from PostgreSQL 9.0 and all type mappings are correct stackoverflow.comYou may have a bytea column mapped as Hibernate type binary. In java, the bytea data are appropriately represented as byte[]. When you set the data, it appears in your PostreSQL ... |