Re: IBatisNet: There is no Set property named 'LineItemsGenericList' in class 'Order'

2006-02-19 Thread Gilles Bayon
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

[jira] Commented: (IBATIS-167) Improvements in SimpleDataSource

2006-02-19 Thread Sven Boden (JIRA)
[ 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

Re: [jira] Commented: (IBATIS-167) Improvements in SimpleDataSource

2006-02-19 Thread Nathan Maves
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

[jira] Closed: (IBATISNET-139) DBNull.Value as parameter object raises NullReferenceException in UnknownTypeHandler

2006-02-19 Thread Ron Grabowski (JIRA)
[ 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 > --

Tests Failed

2006-02-19 Thread Nathan Maves
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

Re: Tests Failed

2006-02-19 Thread Sven.Boden
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

Re: Tests Failed

2006-02-19 Thread Nathan Maves
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/