Hi,
 
For a few days I've been using JBoss 2.2 with Oracle 8i.
I've got a small application with some EJBs deployed.
The entity EJBs are BMP with CMT.
My problem is that I can't write CLOB data to the Oracle table.
Minerva throws exception (transaction rolled back) when I try to
create Writer from text output stream:
...
Writer w = ((OracleResultSet)rs).getCLOB(1).getCharacterOutputStream();
...
 
Note that the same code works on Sun J2EE 1.2.1 App Srever.
My Oracle is configured properly, I can create tables, add, remove and update
rows without CLOB fields.
 
What's going on???
 
Please help.
 
Regards,
AJ.
________________________________________________
 
Pozdrawiam,
AJ.
 
<mailto:[EMAIL PROTECTED]>
<http://strony.wp.pl/wp/ajonak>
________________________________________________

Reply via email to