| Author |
JDBC connection in Weblogic
|
Lakshmi Pillay
Greenhorn
Joined: Dec 07, 2002
Posts: 1
|
|
|
I had tried accessing a stored procedure which returns a varray from Java using JDBC Connection Pool on Weblogic 6.1. This throws an error saying the oracle.sql.ARRAY type returned is not serializable. Could somebody suggest a workaround to avoid the serializable error. thanx
|
 |
Napa Sreedhar
Ranch Hand
Joined: Jan 29, 2002
Posts: 58
|
|
If you are using entity beans check whether they implement serializable interface. WebLogic supports connection pooling. Also refer to how weblogic implements connection pooling. http://edocs.bea.com/wls/docs60/jdbc/intro.html#1026693
|
 |
 |
|
|
subject: JDBC connection in Weblogic
|
|
|