Recurring willUpdate Notifications Problem

2015-08-11 Thread Henrique Prange
Hey guys, I’ve been using Wonder’s augmented transaction methods in combination with notifications to encourage a loosely coupled design. Over time, I've been increasingly applying this kind of solution on my systems. Now, I'm facing a problem when expecting to produce notifications for recurri

Re: EOF and optimizing Oracle sequence generation

2015-08-11 Thread Ruggentaler, JR
Below is our Oracle extension of EROraclePlugIn and ERXJDBCAdaptor. I overrode method JDBCAdaptor.newPrimaryKeys() to cache primary keys and reduce database roundtrips to get the sequence’s NEXTVAL. The code also contains some other Oracle specific features like storing the pid and app name in O

RE: Gradle and Eclipse

2015-08-11 Thread Beatty, Daniel D CIV NAVAIR, 474300D
Hi gang, For those of us not cool enough to come, do you have a podcast or something to enlighten us on Gradle?Also, do you have solutions for the highly security conscious, or at least those who have to stay out of trouble and want to be cool. V/R, Daniel Beatty, Ph.D., IEEE Certified So

Re: Gradle and Eclipse

2015-08-11 Thread Yoann Canal
Hi Dennis and thanks for your reply. On 11/08/15 08:49, Dennis Bliefernicht wrote: Hi, On 10 Aug 2015, at 16:25, Yoann Canal > wrote: Hi all, After the WOWODC and Dennis' talk, we started to migrate our build system to use gradle. The build works well on our stag