[jira] Created: (IBATIS-322) Classloader problems in some environments.

2006-07-11 Thread Andrey (JIRA)
Classloader problems in some environments. -- Key: IBATIS-322 URL: http://issues.apache.org/jira/browse/IBATIS-322 Project: iBatis for Java Type: Improvement Components: SQL Maps, DAO Environment: netbeans platform

[jira] Commented: (IBATIS-322) Classloader problems in some environments.

2006-07-17 Thread Andrey (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-322?page=comments#action_12421564 ] Andrey commented on IBATIS-322: --- Thanx. Now works. Classloader problems in some environments. -- Key:

[jira] Commented: (IBATIS-320) When every method call openSession() return same object .

2006-07-25 Thread Andrey (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-320?page=comments#action_12423374 ] Andrey commented on IBATIS-320: --- I got the same problem, I need separate transactions, but all design in Dao and SqlMap are the same - all transactions stored in

[jira] Commented: (IBATIS-333) Patch which allow to subsititute property with column name from ResultMap in dynamic sql

2006-08-18 Thread Andrey (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-333?page=comments#action_12429121 ] Andrey commented on IBATIS-333: --- Simple. Because when iBatis lives behind DAO only POJO properties seen. It is really bad idea to use SQL fields in external world.

[jira] Commented: (IBATIS-309) Cannot insert into Database Blob using IBATIS DAO

2006-08-19 Thread Andrey (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-309?page=comments#action_12429184 ] Andrey commented on IBATIS-309: --- http://hansonchar.blogspot.com/2005/06/oracle-blob-mapped-to-byte-in.html Note, with this approach, you may need to use the Oracle

[jira] Commented: (IBATIS-333) Patch which allow to subsititute property with column name from ResultMap in dynamic sql

2006-10-02 Thread Andrey (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-333?page=comments#action_12439053 ] Andrey commented on IBATIS-333: --- Ok. I think that exactly that feature is not very impotant (and have some disadvatages), but some public api to get result mapping

[jira] Commented: (IBATIS-333) Patch which allow to subsititute property with column name from ResultMap in dynamic sql

2006-10-08 Thread Andrey (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-333?page=comments#action_12440742 ] Andrey commented on IBATIS-333: --- One more proposal. How about more flexible way: meta-properties. Consider example: meta-property-generator

[jira] Commented: (IBATIS-333) Patch which allow to subsititute property with column name from ResultMap in dynamic sql

2006-10-08 Thread Andrey (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-333?page=comments#action_12440744 ] Andrey commented on IBATIS-333: --- and will not break backward compatibility :) Patch which allow to subsititute property with column name from ResultMap in