I've might found a bug: the Problem is, that none of the hibernate properties 
changes in the hibernate.cfg.xml file were considerated - only via .properties 
file.

when you look at org.jbpm.db.Configuration#createConfiguration(String 
configResource):

the properties gets overridden:
configuration.setProperties(hibernateProperties);
better append the changes from the properties file:
configuration.addProperties(hibernateProperties);

The second thing is, that the configure() call is executed before the 
properties file gets considerated. So it might be better starting the 
configurate() at the end of this passage.

I dont know how this is managed in 3.1 because I am still working with 3.0 - 
throwing a first glance at the code caused only heavy confusion ;) 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3931653#3931653

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3931653


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to