I think this is the same problem. Note that Hibernate Spatial works with the (standard) EPSG codes for spatial reference systems. 8307 is an Oracle specific SRID code for WGS84. In EPSG it's 4326. If you don't use any of the special Oracle reference transformation or projection functions, you might be better of standardising on the EPSG codes. |