xmltype and oracle.sql.opaque
I need to read a xmltype colums of a DB table in a java string. I map the field of the java class as 'Type Conversion', so should be toplink to call the right method to convert the type. But when i read the string that should contain the xml doc I got "oracle.sql.OPAQUE@77"
Any suggestion ?