RE: IBATIS and PostGIS and the geometry datatype

2008-10-10 Thread Westgård Trond
} public Object valueOf(String s) { return s; } } Regards Trond -Opprinnelig melding- Fra: Larry Meadors [mailto:[EMAIL PROTECTED] Sendt: 10. oktober 2008 14:01 Til: user-java@ibatis.apache.org Emne: Re: IBATIS and PostGIS and the geometry datatype Can you explain what you mean by "complete stop"? Mass confusion? Runtime exception? Server crash? Black hole? Larry On Fri, Oct 10, 2008 at 2:18 AM, Westgård Trond <[EMAIL PROTECTED]> wrote: > > But then it comes to a "complete stop". >

Re: IBATIS and PostGIS and the geometry datatype

2008-10-10 Thread Larry Meadors
Can you explain what you mean by "complete stop"? Mass confusion? Runtime exception? Server crash? Black hole? Larry On Fri, Oct 10, 2008 at 2:18 AM, Westgård Trond <[EMAIL PROTECTED]> wrote: > > But then it comes to a "complete stop". >

IBATIS and PostGIS and the geometry datatype

2008-10-10 Thread Westgård Trond
I have problems to insert/update geometry objects in my PostgreSQL/PostGIS database using IBATIS. I have written a TypeHandlerCallback class and managed to write an example that gets point geometries out from the database into my VO object, But then it comes to a "complete stop". I have