• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Clob & Blob support in CMP 2.0-decprecated classes in weblogic.jdbc.common

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All
My Weblogic 8.1 CMP entity bean need to persist a clob and blob data to an Oracle database. I followed the instructions in http://e-docs.bea.com/wls/docs81/ejb/entity.html#1195871
and everything worked except that when I build my EJB, I get a warning that weblogic.jdbc.common.OracleClob and weblogic.jdbc.common.OracleBlob has been deprecated. I do not know whether it is safe for me to go ahead and use the deprecated class as in future, if they plan to scrap those classes, I have to change my code (the rdbms xml) which I do not want to do.
I would like to know where can I find the information on using the latest weblogic oracle driver classes and not use the deprecated ones and a solution to it.

Many Thanks
Ragavan
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic