Re: Adding logging to DBUTILS

2009-03-09 Thread kpowerinfinity
Thanks Henri, This looks good. The only concern is DbUtils and P6Spy are both quite a while old. There doesn't seem to be any active development in the community. Are there any other alternatives people are using? Best, Krishna. -- http://kpowerinfinity.wordpress.com http://www.linkedin.com/in/

commons-config : property key's with whitespace

2009-03-09 Thread Andrew Hughes
Howdy, We've got legacy/shared property files for our config (i.e. can't change the property files to solve this). We're trying to use commons-config but it has difficulty dealing with our properties files as the key's contain whitespace. Any help on how I can resolve this would be most welcomed :

Re: Adding logging to DBUTILS

2009-03-09 Thread Henri Yandell
P6Spy would be the method I use here. It's a debugging driver wrapper that you would put between DbUtils and your database driver. On Mon, Mar 9, 2009 at 4:32 AM, kpowerinfinity wrote: > Hi, > > We are using DbUtils for a number of our projects, and were wondering > if there is a way to attach a

Re: [SCXML] Parent and child engines

2009-03-09 Thread Rahul Akolkar
On Mon, Mar 9, 2009 at 9:44 AM, Armel SORO wrote: > Thank you for this input, Rahul! > It sounds clear now! > However, is it normal that, after having defined my own Invoker > Implementation (by implementing the Invoker JAVA interface as you said), the > cancel() method be called instead of the pa

Re: [SCXML] Parent and child engines

2009-03-09 Thread Armel SORO
Thank you for this input, Rahul! It sounds clear now! However, is it normal that, after having defined my own Invoker Implementation (by implementing the Invoker JAVA interface as you said), the cancel() method be called instead of the parentEvents() one when I try to trigger the special done event

Adding logging to DBUTILS

2009-03-09 Thread kpowerinfinity
Hi, We are using DbUtils for a number of our projects, and were wondering if there is a way to attach a logger instance to the QueryRunner so that the queries being executed can be logged for debugging purpose. I have been trying to explore the JavaDoc but to no avail. In case this is not supporte