Re: Throttled

2005-12-01 Thread Jeff Roberts
nclude in the base. > > Can you open a JIRA "bug" and attach your modified > file? > > Thanks much, > > Clinton > > On 11/30/05, Jeff Roberts > <[EMAIL PROTECTED]> wrote: > > > > Clinton, > > Thank you for the instructions. I

Re: Throttled

2005-11-30 Thread Jeff Roberts
quence, iteratively. I may be mistaken, but thought that calling end released the connection. If that is the case, I'd rather not do it that way as I loop in my code many times and would rather not release and re-acquire connections repeatedly. Thank you, Jeff Roberts --- Clinton Begi

Throttled

2005-11-30 Thread Jeff Roberts
= TransactionState.STATE_COMMITTED ) {     txThrottle.decrement();   }  session.setTransaction(null);   session.setTransactionState(TransactionState.STATE_ENDED);     }   } Thanks, Jeff Roberts Yahoo! DSL Something to write home about. Just $16.99/mo. or less

Re: Request to change access modifiers

2005-10-20 Thread Jeff Roberts
gree with > arbitrarily making > methods and fields protected. I believe that classes > should be designed for > extension, and if they're not, then they should be > privately protected. > > Cheers, > Clinton > > On 10/20/05, Jeff Roberts > <[EMAIL PROTECTED]&

Re: Request to change access modifiers

2005-10-20 Thread Jeff Roberts
to it (maybe someone > should take a look at this > > in general?) > > > > As for the extension, I'm not sure what the proper > procedure is - maybe one > > of the other committers can comment. The list > does not allow attachments. > > If there is intere

Request to change access modifiers

2005-10-19 Thread Jeff Roberts
nsion if that would help. As I just joined the mailing list, I'm not sure what my next step should be. I assume someone will respond to this request. Thank you, Jeff Roberts P.S. If Jeff Butler reads this, I'm the Jeff Roberts you know from St. Louis. __