Closed: (IBATIS-351) Primitive argument type cannot be null(in PropertyAccessPlan. setProperties)
2006-10-01 02:22:20 GMT
[ http://issues.apache.org/jira/browse/IBATIS-351?page=all ]
Clinton Begin closed IBATIS-351.
--------------------------------
Resolution: Invalid
Assignee: Clinton Begin
There are already two solutions to this, both of which I find more appropriate than the one suggested.
1) Don't map primitives to nullable columns << PREFERRED
2) Use a nullValue setting in your result map, that's what it's for.
Clinton
> Primitive argument type cannot be null(in PropertyAccessPlan. setProperties)
> ----------------------------------------------------------------------------
>
> Key: IBATIS-351
> URL: http://issues.apache.org/jira/browse/IBATIS-351
> Project: iBatis for Java
> Issue Type: Bug
> Components: SQL Maps
> Affects Versions: 2.1.7, 2.2.0
> Reporter: qxo
> Assigned To: Clinton Begin
>
> ResultObject has a Primitive attribute and its result value is null,has problem.
> I fixed this proble as follow:
(Continue reading)
RSS Feed