i have tested the trigger with embedded mode and it is working fine but when i use auto_server=true mode which also meant server mode, the trigger don't work. it keep having this error:
Exception in thread "main" org.h2.jdbc.JdbcSQLException: Error creating or initializing trigger "AFTERTRIGGER" object, class "triggertest.TriggerTryout$MyTrigger", cause: "org.h2.message.DbException: Class ""triggertest.TriggerTryout$MyTrigger"" not found [90086-172]"; see root cause for details; SQL statement: Does anyone know why does this happen? Thanks -- View this message in context: http://h2-database.66688.n3.nabble.com/Trigger-work-with-h2-server-tp4028200.html Sent from the H2 Database mailing list archive at Nabble.com. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/groups/opt_out.
