Hi,
Thanks for your help! You are right, it's a bit tricky to get rid of the trigger. Also, you might not notice the trigger class is missing, because you can connect to the database (the exception is only in the log file) and insert data (or whatever action the trigger is defined on). I think the trigger should be created at startup even if the class is missing, but when trying to insert data (or update,...), an exception should be thrown saying the trigger class was not found. And it should be allowed to drop the trigger normally. This is the behavior of Java functions. I will try to implement this in the next release.
> deleting trigger from INFORMATION_SCHEMA.TRIGGERS
You can't for two reasons: meta data tables are not updatable, and the trigger is not there.
Regards,
Thomas