aspose file tools
The moose likes JDBC and the fly likes JDBC connection in Weblogic Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC connection in Weblogic" Watch "JDBC connection in Weblogic" New topic
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
 
I agree. Here's the link: http://jrebel.com/download
 
subject: JDBC connection in Weblogic
 
Similar Threads
WebLogic 8.1 A JDBC pool connection leak was detected
JDBC connection in Java Bean
JDBC connection in Java Bean
java.sql.SQLException: No suitable driver
Error Loading Driver Class while using mysql's mm driver