unsubscribe

2019-07-28 Thread Leigh Williamson
Unsubscribe Leigh Williamson, lei...@us.ibm.com Phone: 512 434 9173 From: Romain Manni-Bucau To: d...@geronimo.apache.org, user@geronimo.apache.org Date: 07/28/2019 12:02 PM Subject:[EXTERNAL] [ANNOUNCE] Apache Geronimo Health 1.0.2 released Hi everybody, Geronimo

Re: how to keep the server process alive on Fedora Linux

2006-01-16 Thread Leigh Williamson
? Leigh Williamson Qingtian Wang [EMAIL PROTECTED] 01/16/2006 11:06 AM Please respond to user@geronimo.apache.org To user@geronimo.apache.org cc Subject Re: how to keep the server process alive on Fedora Linux Thanks for trying to help! I did start it with the startup.sh

JSR77 StateManageable inconsistency?

2006-01-09 Thread Leigh Williamson
I have been attempting to port a J2EE 1.4 management program to Geronimo and noticed what appears to be inconsistency in the way JSR77 StateManageable attribute is handled. The spec says that if one of the JSR77 objects does support the StateManageable interface it should return true for the

Re: JSR77 StateManageable inconsistency?

2006-01-09 Thread Leigh Williamson
new Object[]{},new String[]{}); value = Stop Invoked; } catch (Exception e){ e.printStackTrace(); return new String(Exception: +e.toString()); } return value; } } Leigh Williamson [EMAIL PROTECTED] Aaron Mulder [EMAIL PROTEC