-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Mamta Satoor wrote:
| Hi Ed, | | It seems like JdbcRowSetImpl is internally making a call to | Connection.setTypeMap | which is not yet implemented by Derby and that's why the exception. | | Mamta
There's probably a good chance that an empty Map object is being passed into setTypeMap. One could try modifying the code to accept a type map (but do nothing with it) if it is empty, otherwise throw the 'not implemented' exception.
This approach has been taken before for methods that are not fully supported by accepting a default or no-op value.
Dan.
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFBOeumIv0S4qsbfuQRAtVpAKCFecdDciEuhfU+z1V1kHK/lyuZbwCgyWBf MoWXF5EiGa3+RCoob8j0b3Y= =vkQa -----END PGP SIGNATURE-----
