I guess no
here is the Order.cs in SVN
#if dotnet2 private IList _genericList;
public IList LineItemsGenericList { get { return _genericList; } set { _genericList = value; } }#else private IList _genericList;
public IList LineItems
[
http://issues.apache.org/jira/browse/IBATIS-167?page=comments#action_12366960 ]
Sven Boden commented on IBATIS-167:
---
Anyone thoughts or objections against the changes in IBATIS-167.
What I would change:
- When pinging of the pool is enabled but no ping
All sound good to me.
On Feb 19, 2006, at 5:01 AM, Sven Boden (JIRA) wrote:
[ http://issues.apache.org/jira/browse/IBATIS-167?
page=comments#action_12366960 ]
Sven Boden commented on IBATIS-167:
---
Anyone thoughts or objections against the changes in IBA
[ http://issues.apache.org/jira/browse/IBATISNET-139?page=all ]
Ron Grabowski closed IBATISNET-139:
---
Resolution: Fixed
Fixed in 378979.
> DBNull.Value as parameter object raises NullReferenceException in
> UnknownTypeHandler
> --
I was working on a few things last night and got stuck with the tests...
A bunch of tests all failed with this error not easy to debug :)
Error occurred. Cause: com.ibatis.common.xml.NodeletException: Error
parsing XML. Cause:
com.ibatis.common.exception.NestedRuntimeException: Error p
Specifically which tests failed? I did change the DOCTYPE in the tests to
ibatis.apache.org but on my side all testcases still work, it could be you have
a more restrictive XML parser installed.
Regards,
Sven
>- Oorspronkelijk bericht -
>Van: Nathan Maves [mailto:[EMAIL PROTECTED]
>Ver
A lot :)
test.run:
[junit] Running com.ibatis.common.beans.JavaBeanProbeTest
[junit] EMMA: collecting runtime coverage data ...
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed:
0.264 sec
[junit] EMMA: runtime coverage data merged into [/Users/nmaves/
Projects/iBatis/