I should ask about database first. From the log I see that you are using Oracle database. There is an issue with mapping hibernate objects with CLOB. The solution is to change datatype in tables JBP_FORUMS_POSTS, JBP_FORUMS_ATTACHMENTS from clob to varchar2 and it should work.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961238#3961238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961238 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
