Krešimir Popović [http://community.jboss.org/people/kresimir_popovic] created the discussion
"Re: Drools 5.x + jBPM 5.x + Hibernate 3.6.x + Postgres 9.x - bug" To view the discussion, visit: http://community.jboss.org/message/600867#600867 -------------------------------------------------------------- Hello, I have made it to work! The problem was in Hibernate 3.6.0 bug. http://http://opensource.atlassian.com/projects/hibernate/browse/HHH-4617 http://http://opensource.atlassian.com/projects/hibernate/browse/HHH-4617 The soulution was to upgrade Hibernate 3.6.0 (on JBoss 6.0 Final) to Hibernate 3.6.3 Final. a) I have copied hibernate-core-3.6.3.Final.jar and hibernate-entitymanager-3.6.3.Final.jar to JBOSS_HOME\server\default\lib b) persistence.xml <property name="hibernate.jdbc.use_streams_for_binary" value="false" /> Best Regards, Krešimir -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/600867#600867] Start a new discussion in jBPM at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
