-
Bug
-
Resolution: Done
-
Major
-
JBossAS-4.0.1 Final
-
None
The org.jboss.resource.adapter.jdbc.remote.WrapperDataSourceService misses to intercept a couple of calls in the ResultSet (doResultSetMethod):
- getBinaryStream
- getCharacterStream
- getClob
- getBlob
especially the two last are a show stopper for me. Oracle LOBs are lazy, they contain the connection as a member. They MUST be proxied!
I hope this can be fixed for 4.0.2 as this makes Oracle unuseable for a remote client.
- is duplicated by
-
JBAS-2908 org.jboss.test.jca.test failures (RemoteDSUnitTestCase & SecurityContextUnitTestCase)
- Closed