On Thu, 2012-01-12 at 11:58 +0100, Vincent Massol wrote:
Actually found a better solution as described on
https://community.jboss.org/wiki/HibernateCoreMigrationGuide36
Don't change xwiki.hbm.xml but instead add the following in your hibernate.cfg.xml:
<property name="jdbc.use_streams_for_binary">false</property>
Let me know how it goes.
Thanks
-Vincent
Vincent,
Thanks for the info, I'll try this later and let you know.
Thanks.