Re: [rules-users] History Logging

2010-07-23 Thread paulB
Hi Kris. Thanks for the reply. Indeed, it is supported in Hibernate! :) Below is a short snippet that demonstrates using an alternate config file (or multiple config files). Also, a SessionFactory factory can also be built by a set of properties, or a Configuration object. ==

Re: [rules-users] History Logging

2010-07-22 Thread Kris Verlaenen
Paul, I don't know how to do this exactly, but I guess this should be supported by hibernate in some way, having multiple config files. If you do find out how to do it, and there's anything I can / should change in our setup to make this easier for you, let me know ;) Kris Quoting paulB : > >

[rules-users] History Logging

2010-07-21 Thread paulB
Hi all, I've have successfully setup history logging for my Flow's in simple test cases. However, when I enable that functionality in an application that already uses Hibernate, I get a collision with the already included hibernate.cfg.xml file in my application(s). Is there any way to tell the