Hi all,<br><br>We used the GeometryType Hibernate UserType that gets delivered with Postgis 1.5 (java/ejb3) to store and retrieve Geometry column data.<br>This works fine but unfortunately it does not seem to support the new Geography data type.<br>
<br>We tried storing Point and LineString Geometry objects (SRID set to 4326) but we get an exception that a bytea can't be converted to Geography.<br>We use the org.postgis.DriverWrapper Driver class name which is supposed to automatically load support for the spatial types.<br>
<br>Is there a known work-around that would work for us, preferably through JDBC?  If not now then are there plans to support this?<br><br>Thank you!<br>Kristof<br><br><br><br><br><br>