> I get "Element SYSADMIN.logMsg.msg does not allow nulls."
> no errors, but no logging is happening
What is happening there is that there is a static validation for nulls based upon the procedure metadata. It sees that at validation time and throws an exception. In the latter case the null value is known at execution time, but not enforced for system procedures - I've captured that as [TEIID-5309] not null is not enforced for non-virtual system procedures - JBoss Issue Tracker
thanks for the explanation.
I was suspecting it had to do with static validation, having faced similar problems in the past.
you guys are doing some great work btw, this Teiid project is pretty amazing!
Thanks you. If you can write a blog about your usecase and how Teiid helped to solve the usecase would be great! Let us know we will feature it on our blog.
that's a good idea, once I get a little further and get everything working (docker, version control, command line deployment). I'll write something up