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
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
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
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
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