Re: Custom path for drivers

2009-12-02 Thread camelContext
May i know if the patch is accepted. the Jira status still says unassigned. This is an essential feature and will be a good addon to the tool. camelContext wrote: > > Added a jira request with the patch attached to it. > > https://issues.apache.org/jira/browse/IBATIS-685 > > > > Clinton Be

Re: IB3 Spring Integration

2009-12-02 Thread Clinton Begin
If you like, you can attach it to a JIRA ticket (Feature Request) and we'll just leave it open. At some point I want to find a better solution for community driven extensions... maybe a SourceForge project or something. Apache doesn't have a very good facility for this kind of thing. Cheers, Clin

Re: choose and otherwise

2009-12-02 Thread Martin Ellis
On Wed, Dec 2, 2009 at 2:54 PM, jonte.eriksson wrote: > But I still got some issues when using a single parameter, like boolean. > What do I write in the test expression to test that value? > does not match when the parameter is set to true. You could try: ... which I think should work (haven

RE: IB3 Spring Integration

2009-12-02 Thread Poitras Christian
Hi Zoran, I've programmed such an integration for Spring and posted it on the list some time ago. You could find it on some archived iBATIS message board, but it may be difficult. I've added a page to iBATIS wiki http://opensource.atlassian.com/confluence/oss/display/IBATIS/Spring+integration+wi

Re: choose and otherwise

2009-12-02 Thread jonte.eriksson
My example was wrong in the test expression. The test expression should not include the #{prop} syntax, just "prop". Actually I did manage to get it right in other places. But I still got some issues when using a single parameter, like boolean. What do I write in the test expression to test that