RE: ArrayDescriptor - GenericConnection exception

2003-01-03 Thread Adolfo Miguelez
for us, Regards, Adolfo. From: [EMAIL PROTECTED] Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: RE: ArrayDescriptor - GenericConnection exception Date: Thu, 2 Jan 2003 16:29:46 -0500 Oracle requires an explicit OracleConnection. Thus you

RE: ArrayDescriptor - GenericConnection exception

2003-01-02 Thread pqin
Oracle requires an explicit OracleConnection. Thus you have to get the underlying connection of struts/tomcat connection by ((PoolableConnection) getConnection()).getDelegate() Regards, PQ "This Guy Thinks He Knows Everything" "This Guy Thinks He Knows What He Is Doing" -Original Messa