is there a way to get get OracleConnection from oracle jndi datasource (in jboss represented as WrapperDataSource) in other way than this?
temp = dataSource.getConnection(); result = (OracleConnection)((WrappedConnection)temp).getUnderlyingConnection(); all I could find about this is: http://forums.oracle.com/forums/thread.jspa?threadID=279238&tstart=45&messageID=894337#894337 but I don't see a way to use it in JBoss. any hint will be appreciated, searching forum wasn't of any help since i probably don't know the right key word :( thanks, /m View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3909964#3909964 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3909964 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
