Yoel Spotts is out of the office.

2008-01-21 Thread Joel Spotts




I will be out of the office starting  01/21/2008 and will not return until
02/04/2008.

For SP health related questions, please see Rafal Niedzialkowski, James
Innes or Jack Smith. Otherwise, I will respond to your email when I return.

mail from geronimo

2007-05-31 Thread Joel Spotts

I am using geronimo 1.1.1 and we are having some trouble with mailing from
our application. We are getting the following exception:

javax.mail.NoSuchProviderException: Unable to locate provider for protocol:
smtp

I have tried searching for using javamail and geronimo, but there seems to
conflictnig information, depends on the version, etc. Does anyone have
clear, straightfoward instructions for configuring my application to send
emails (javamail is fine).

Thanks,

Yoel Spotts

Re: Safe shutdown

2007-05-30 Thread Joel Spotts
and hitting ctrl-c on
your console have approximately the same effect in code -- calling the
shutdown hook that stops and unloads all the running configurations in
reverse order of their starting.    If your application uses transactions
properly any kind of shutdown shouldn't result in data corruption, but you
may lose partially computed results in process.  We don't make any attempt
I'm aware of to finish processing in flight requests before turning off a
gbean.

thanks
david jencks

  Mark Aufdencamp
  [EMAIL PROTECTED]


    Original Message 
   Subject: Safe shutdown
   From: Joel Spotts <[EMAIL PROTECTED]>
   Date: Tue, May 29, 2007 5:05 pm
   To: user@geronimo.apache.org

   Is there any danger in stopping geronimo by simply killing the
   application as opposed to running the shutdown.jar or shutdown.bat?
   For various reasons (which I can get into if the answer is that it
   is not safe) I cannot easily stop the server with the shutdown tool.

   Thanks,

   Yoel Spotts
<><><>

Safe shutdown

2007-05-29 Thread Joel Spotts


Is there any danger in stopping geronimo by simply killing the application
as opposed to running the shutdown.jar or shutdown.bat? For various reasons
(which I can get into if the answer is that it is not safe) I cannot easily
stop the server with the shutdown tool.

Thanks,

Yoel Spotts