unsigned bigint

2009-01-15 Thread David
Anyone run into mapping an unsigned BIGINT? I don't see how its possible in Java? -- dlm

SQL Mapping is not working

2009-01-15 Thread Petr V.
Any idea what is going on  ? :-( It is straight forward code ==         == TypeHandler is public class JobStatusEnumTypeHandlerCallback implements TypeHandlerCallback  {     /**      *      * @par

Java.util.calendar to SQLType ??

2009-01-15 Thread Petr V.
Database schema has column of type Timestamp . Java POJO has corresponding property defined as java.util.Calendar Result Map is defined as     I understand, I would have to define typeHandler to convert jdbc type to java Calendar. I am wondering what should I define jdbcType is my sql map,

RE: include SQL mapping file

2009-01-15 Thread yashiro
If you alredy have added the sql maps on the sql map config then you shuuld enable the useStatementNamespaces like this: http://ibatis.apache.org/dtd/sql-map-config-2.dtd";> ... . . . -- View this message in context: http://www.nabble.com/include-SQL-mapping-file-tp21476828p21481362.h

RE: include SQL mapping file

2009-01-15 Thread _Eric_
Thanks for your sugestion, but doesn't change anything :-( Young, Alistair wrote: > > Just one thought: in your SqlMapConfig file, have you included your > ErrorMap.xml (or whatever it's called) BEFORE the SqlMap which is trying > to use it? > > I've seen problems caused by this in the past. >

RE: include SQL mapping file

2009-01-15 Thread Young, Alistair
Just one thought: in your SqlMapConfig file, have you included your ErrorMap.xml (or whatever it's called) BEFORE the SqlMap which is trying to use it? I've seen problems caused by this in the past. Alistair. -Original Message- From: _Eric_ [mailto:er...@web.de] Sent: 15 January 2009 1

include SQL mapping file

2009-01-15 Thread _Eric_
Hi all, I have one mapping file for every message type I send. There is an error handling used in every message type. So I want to put it in an seperate mapping config: SELECT code, message FROM error WHERE i

RE: iBATIS caching / transaction isolation question

2009-01-15 Thread Young, Alistair
Sorry to rake this up again... I hope you don't mind if I ask a couple of questions about the expected behaviour of iBATIS in this area. 1. Should different threads, sharing an SqlMapClient object, be seeing the SAME cache or DIFFERENT caches? I would expect the latter (though the behaviour I'