[OJB-developers] RowReader
Brought to you by:
thma
From: <ber...@wa...> - 2002-02-19 09:03:55
|
Hi, It seems that the RowReaderDefaultImpl class has change. I just post this mail help person if they have the same problem. ReadObjectFrom use an Object array as his first argument and not a rs anymore. It was a bit misleading because Thomas hasn't had the time to update the documentation yet. The Javadoc has the right method signature but the docstring still refer to the rs. Tutorial need to be updated too. Looking at the test class it is easy to find the solution. Change your RowReader ReadObjectFrom to also use a object array and call super.ReadObjectFrom with the row. Best regards Bertrand |