Claudia,

Check your logs.  The code is this:

321     if (saveStream) {
322         OutputStream out = null;
323         try {
324            out = sr.put(key);
325            mc.writeMessageTo(out);
326         } finally {
327            out.close();
328         }

so the exception would occur only when the repository cannot be acquired.
The NPE can be "fixed", but it is a symptom of the real problem.

        --- Noel

P.S. Please keep questions on the public mailing list unless you have a need
to contact me privately.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to