Invalid Column Type issue in confluence

2006-04-20 Thread Yusuf
Hi, In the faq page about null value inserts in here: http://opensource.atlassian.com/confluence/oss/display/IBATIS/What+cause s+an+Invalid+column+type+error+with+Oracle said that you can do something like this and you can prevent the misleading error 'Invalid Column Type' if the value in line2 and

Cache

2006-04-20 Thread Neverov Dm
Hi, I have question on cache. There is statement: select t.lname, t.sname, t.id, t.active from sp_name t where t.pid = #pid# t.id = #normId# order by t.sname CacheModel is:

RE: nested iteration

2006-04-20 Thread Poitras Christian
I created an issue about this problem. See http://issues.apache.org/jira/browse/IBATIS-281   If this is also a problem for you, please vote for it.   The patch is in the issue. If you can't apply the patch yourself (or if you don't known how to apply it correctly), I can create a jar file f

Re: cacheModel - Database Down and external app flush

2006-04-20 Thread Sven Boden
For the programmatic flushing... on the SqlMapClient you have a methods called flushDataCache() that either flush all caches or a named cache. For your exception: - get the last version of iBATIS from SVN, and activate debugging... logging for caching was put in there a couple of weeks ago. -

nested iteration

2006-04-20 Thread Janet Li
I have a statement like this: select NVL(attr_display_value, attr_value) AS LABEL, attr_value as VALUE FROM $idList[].partition$ t WHERE z

JTA and iBatis configuration

2006-04-20 Thread Alexander Sack
Hi folks, I just want to make sure my basic understanding of JTA and container managed transactions is right.  I''ve defined a Datasource under JBoss in an XML file.  I believe since I specificed local-tx-datasource, transactions are managed by the JBoss Transaction Manager. Therefore to use iBa