`
ainn2006
  • 浏览: 64480 次
  • 来自: ...
社区版块
存档分类
最新评论

Weblogic和Web应用中的包冲突

 
阅读更多
http://kingsleylong.iteye.com/blog/946448

getOracleSqlStruct(((OracleCallableStatement)cstmt).getSTRUCT(2));

if (struct!=null && "weblogic.jdbc.wrapper.Struct_oracle_sql_STRUCT".
equals(struct.getClass().getName())){
Method method = struct.getClass().getMethod("getVendorObj",
new Class[]{});
resultSTRUCT = (oracle.sql.STRUCT)method.invoke(struct);
}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics