From: macolman at tiscali.co.uk (Mark Colman) Date: Sun, 23 Apr 2006 12:00:19 +0100 Subject: [Pljava-dev] Trigger problem In-Reply-To: <444B5688.1040105@tada.se> Message-ID: <000001c666c5$1c9a1bd0$ef00a8c0@DUR.AC.UK> Hi Thomas, I followed your instructions for the exception logging: added java.util.logging.Logger.getAnonymousLogger().info("Exception: "+e.toString()); (commenting out the System.err line) And recompiled the class, built the jar and replaced it in the database, and everything worked fine. Thanks very much for your help with this. Mark