Re: AW: Calling a java function from a trigger

2019-09-13 Thread fkalim
Hi, So I think I was able to figure it out. The listener was in the main source code, whereas the updates to the table were done from the tests. Once I moved the listener to the tests, it worked. Thanks for all your help! -- Sent from:

AW: Calling a java function from a trigger

2019-09-13 Thread Hohl, Gerrit
Hello fkalim, hello Rick, just saw your discussion here and I guess the problem is maybe - without having tested it - that you have to use the full qualified name oft the class including the package name. Just by specifying the JAR and the class-name Derby / the class-loader shouldn't be able