This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes ClassCastException :SerialConnection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "ClassCastException :SerialConnection" Watch "ClassCastException :SerialConnection" New topic
Author

ClassCastException :SerialConnection

Raaj Pradhan
Greenhorn

Joined: Nov 02, 2001
Posts: 6
Hi all,
I am getting this strange error when i am trying to use a array and map it using nested table.
It throws
java.lang.ClassCastException: weblogic.jdbc.rmi.SerialConnection - at the ArrayDescriptor.createDescriptor("file_import_nestedtable",connection); line.
Here is my code ...
Raaj Pradhan
Greenhorn

Joined: Nov 02, 2001
Posts: 6
I am pasting a complete stacktrace below...
java.lang.ClassCastException: weblogic.jdbc.rmi.SerialConnection
at oracle.sql.ArrayDescriptor.createDescriptor(ArrayDescriptor.java:87)
at com.ges.expd2.isss.entity.ImportEntity.processRecords(ImportEntity.java:78)
at com.ges.expd2.isss.servlet.ImportServlet.doPost(ImportServlet.java:103)
at com.ges.expd2.isss.servlet.BaseServlet.service(BaseServlet.java:69)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2456)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2039)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
weblogic.jdbc.rmi.SerialConnection
Please help....
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: ClassCastException :SerialConnection
 
Similar Threads
java.sql.SQLException: invalid name pattern: PFEP.file_import_nestedtable
Array objects using connection pooling in WebSphere
Oracle Array objects using connection pooling in Websphere
help in creating procedure
Getting array of Oracle Objects