[jboss-user] [Persistence, JBoss/CMP, Hibernate, Database] - Re: PB with wrapping my oracledatasource

clodeindustrie do-not-reply at jboss.com
Mon Jul 17 04:29:50 EDT 2006


problem resolved !
The wrappeddatasource returned by the ctx.lookup was not an
Oracledatasource at least it couldn't be cast as. But the Connection
has a method that make possible it to be cast as oracleconnection in order to use XML functions of oraclesomething objects.
use ds.getunderlyingconnection().
that all


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958395#3958395

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958395



More information about the jboss-user mailing list