Details
-
Type:
Bug
-
Status:
Reopened
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.1.2
-
Fix Version/s: 3.0.0
-
Labels:None
-
Number of attachments :
Description
Calling unwrap(oracle.jdbc.OraclePreparedStatement.class) on a Bitronix prepared statement wrapper doesn't work while it should, the current code only allows ((OraclePreparedStatement)pstmt.unwrap(PreparedStatement.class)) calls.
The same is true for all wrappers implementing java.sql.Wrapper.
Fixed and deployed a 2.1.3-SNAPSHOT version in the codehaus snapshot repository containing the fix.