hi It seems the current jpa implementation(hibernate3.?) in jboss4.2.x does'nt supports oracle xmlType.
I tried mapping the xmlType column to a plain String field, and the mapped filed( fetch=FetchType.EAGER) returned null in a query And I tried mapping the xmlType column to a String field with annation @Clob, an exception occured during a query. any ideas? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4148197#4148197 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4148197 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
