Hi,
I mapped CMP
EJB to Oracle Database table using Bottom-up approach in WSAD 4.0. The table field type CLOB is mapped to byte[]. Also EJB mapping editor shows database column type as BLOB instead of CLOB.
How can I change my CMP attribute to
String and map to DB column type CLOB?
Is it possible to map CMP EJB java.lang.String data type to CLOB using WebSphere Studio Application Developer 4.0?
Thanks.