Hello all, first of all here is the Wm info :
Product webMethods Integration Server
Version 7.1.2.0
Updates None
Build Number 124
SSL Strong (128-bit)
Description JDBC Adapter
Adapter Version 6.5
ORACLE DRIVER : D:\webMethods7\IntegrationServer\packages\WmJDBCAdapter\code\jars\static\ojdbc5.jar
So, the problem is I’m trying to get an XML stored in a CLOB field on ORACLE 11g, but I’m getting this error back : com.wm.io.comm.CommException: [BAC.0002.0000] Wrapped Exception: java.io.NotSerializableException: oracle.jdbc.driver.T4CConnection
I have tryied this using dynamic queries, store procedures, custom queries and alway the results are the same.
I have been trying several things like cast that field into LONGVARCHAR or something similar, but the problem is those data fields are too short and I am not getting all the information that I need.
if anyone had this problem before maybe you can give me a path to follow in order to solve this.
Thanks in advance,
Hermann
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods