Re: build broken (assembly module)?

2004-07-16 Thread Gianny Damour
On 16/07/2004 7:54 AM, David Jencks wrote: Can you check that your openejb copy is up to date? I've been trying to fix these case problems in both projects while doing actual development work and I think but am not entirely sure that at least this problem is fixed. These attribute names should

Re: build broken (assembly module)?

2004-07-16 Thread David Jencks
On Thursday, July 15, 2004, at 04:50 PM, Gianny Damour wrote: On 16/07/2004 7:54 AM, David Jencks wrote: Can you check that your openejb copy is up to date? I've been trying to fix these case problems in both projects while doing actual development work and I think but am not entirely sure that

Re: build broken (assembly module)?

2004-07-16 Thread toby cabot
On Thu, Jul 15, 2004 at 02:54:27PM -0700, David Jencks wrote: Can you check that your openejb copy is up to date? I did a CVS pull and a maven clean maven, is there anything more I need to do? I've been trying to fix these case problems in both projects while doing actual development

[jira] Updated: (GERONIMO-264) exceptions being swallowed at startup

2004-07-16 Thread dev
The following issue has been updated: Updater: toby cabot (mailto:[EMAIL PROTECTED]) Date: Fri, 16 Jul 2004 6:40 AM Changes: Attachment changed to daemon-log.diff - For a full history of the issue,

[jira] Commented: (GERONIMO-264) exceptions being swallowed at startup

2004-07-16 Thread dev
The following comment has been added to this issue: Author: toby cabot Created: Fri, 16 Jul 2004 6:44 AM Body: just noticed that my patch has a typo in one of the log messages: staring kernel shutdown should be starting kernel shutdown. if only log4j had a grammar checker...

[jira] Assigned: (GERONIMO-264) exceptions being swallowed at startup

2004-07-16 Thread dev
Message: The following issue has been re-assigned. Assignee: Dain Sundstrom (mailto:[EMAIL PROTECTED]) Assigner: Jeremy Boynes (mailto:[EMAIL PROTECTED]) Date: Fri, 16 Jul 2004 10:39 AM Comment: Toby, thanks The reason this class was using System.err was because it was

Re: Thread pool strategy

2004-07-16 Thread Endre Stølsvik
On Wed, 14 Jul 2004, Geir Magnusson Jr wrote: | | On Jul 13, 2004, at 5:39 PM, toby cabot wrote: | | On Tue, Jul 13, 2004 at 03:33:35PM -0400, Geir Magnusson Jr wrote: | Is it really now as in if you don't have to wait for a thread, do | it | - otherwise return w/ a status indicating now

[jira] Commented: (GERONIMO-264) exceptions being swallowed at startup

2004-07-16 Thread dev
The following comment has been added to this issue: Author: toby cabot Created: Fri, 16 Jul 2004 11:16 AM Body: Thanks Jeremy, I think that using the logger in this class should be OK since this class initializes it in a static block.