> To my surprise, i was seeing that my java objects were always null because > sqlmaps couldn't handle it. This is on oracle9i. So first thing i find is that > this is a sqlmap issue, then i see that it should work on the latest version > but only if i am using oracle 10g, then in this thread someone says that > it should work with the jdbc driver for oracle 10g, which is the thing i > will try this afternoon.
Ok, so i basically replaced the old jdbc jar with the oracle 10g's and now it works perfectly with CLOBs. No changes needed :) Thanks for your help