[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-06-06 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12415039 ] Jeff Butler commented on IBATIS-50: --- I've committed the changes for this. I'd appreciate some of the issue watchers taking some time to test in addition to the testing I've

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-06-06 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12414975 ] Jeff Butler commented on IBATIS-50: --- Thanks for the feedback. Good question about lazy loading. But there is no impact because lazy loading just delays the execution of the

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-06-06 Thread Philippe Laflamme (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12414953 ] Philippe Laflamme commented on IBATIS-50: - That's great news! Just a thought on your proposed solution... If your allowing the factory to create instances "if it wants

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-06-05 Thread Nils Winkler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12414919 ] Nils Winkler commented on IBATIS-50: Jeff, I like your idea, sounds like a plan. Don't know if there's any need for passing on the statement id to the factory. I don't thin

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-06-05 Thread Jeff Butler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12414801 ] Jeff Butler commented on IBATIS-50: --- Another thought for my proposed solution... Does anyone see a benefit of knowing the statement for which the object create is being requ

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-06-02 Thread Thierry Monney (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12414411 ] Thierry Monney commented on IBATIS-50: -- I also agree with Chris Mathrusse ! We could achieve better integration with Spring if we could create, proxy, etc. domain objects

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-03-27 Thread Nils Winkler (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12372061 ] Nils Winkler commented on IBATIS-50: I agree with Chris Mathrusse, beans managed by Spring would be a big help for us. The option of using AOP (interceptors) on our domain

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-03-27 Thread Chris Mathrusse (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12372015 ] Chris Mathrusse commented on IBATIS-50: --- I don't want to bog down this discussion pertaining to whether or not this is a good idea. The reality is that it would be a nice

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2006-01-26 Thread Joe Celentano (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12364114 ] Joe Celentano commented on IBATIS-50: - I originally replied to the mailing list with my comments, and I see they aren't here, so I'll add them. This issue has by far the mo

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2005-09-15 Thread Fabio Insaccanebbia (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12329426 ] Fabio Insaccanebbia commented on IBATIS-50: --- I'd be interested in seeing this "wish" come true. My problem is that sometimes I'd like my result class to be a POJO, fo

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2005-08-25 Thread Oleg Shpak (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12319991 ] Oleg Shpak commented on IBATIS-50: -- Because I need factories very much I had a go at hacking iBatis. If iBatis developers are interested I would be glad to send them the modif

[jira] Commented: (IBATIS-50) Ability to override the default bean creation mechanism

2005-07-11 Thread Kishore Koya (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-50?page=comments#action_12315499 ] Kishore Koya commented on IBATIS-50: What would be the good starting place to make changes to iBatis source for Factory based instantiation. We are currently looking at xm