Saroj Kumar wrote: > Hi All, > > I would like to know the support provided by JBOSS 3 for CLOB in ORALCE > 9i. I am using CMP/CMR. > > It would be better if someone could explain the issues in detail. Any > help/hint/pointer would be more than welcome.
The issue is the Oracle drivers are a steaming pile, and they have never correctly supported LOBs. In JDBC 3.0 they claim that they finally support updateable clobs, but I have not tested it. The issue with upgrading to JDBC 3.0 is it only is available with JDK 1.4, so we need to add another pluggable layer. -dain ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
