Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: JRuby 1.6.3
-
Fix Version/s: None
-
Component/s: Java Integration
-
Labels:None
-
Environment:Ubuntu 10.10 x64 with Java(TM) SE Runtime Environment (build 1.6.0_26-b03) and
jruby 1.6.3 (ruby-1.8.7-p330)
-
Number of attachments :
Description
I am trying to use an OLAP JDBC driver (Mondrian specifically) which implements the [url=http://download.oracle.com/javase/6/docs/api/java/sql/Wrapper.html]java.sql.Wrapper[/url] which makes the connection object returned from the DriverManager.get_connection(connection_string) to have an unwrap() method available in order to downcast the object. Unfortunately though the object returned is not downcasted even though the same code in pure java implementation works just fine.
Has anyone seen this issue before? Any thoughts? or it sounds like it's not jRuby related?
Activity
jim
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Not A Bug [ 6 ] |
Charles Oliver Nutter
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |
Never mind, it was my fault