Re: jdbc driver fails with tomcat

2008-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ziggy, Ziggy O wrote: > When i debug the code, it doesnt get to the point where i am initialising > the OracleCallableStatement object. It failed just after the initialisation > of the ArrayDescriptor object. Strange. Are you sure you are working wit

Re: jdbc driver fails with tomcat

2008-09-26 Thread Ziggy O
Hi, When i debug the code, it doesnt get to the point where i am initialising the OracleCallableStatement object. It failed just after the initialisation of the ArrayDescriptor object. I have tried to change it to use CallableStatement and im now getting another error. Here is how i've changed it

Re: jdbc driver fails with tomcat

2008-09-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dini, Dini Omar wrote: > I am trying to send an array to a pl/sql module but for some reason i am > unable to get the connection object. > > Here is the line of code that fails > > [code] > Connection conn = null; > ArrayDescriptor rectabDescriptor

jdbc driver fails with tomcat

2008-09-26 Thread Dini Omar
I am trying to send an array to a pl/sql module but for some reason i am unable to get the connection object. Here is the line of code that fails [code] Connection conn = null; ArrayDescriptor rectabDescriptor = ArrayDescriptor.createDescriptor("CCS21_CONSIGNMENTLIST_TYPE",conn); < Oracle Da