Hello, I want to disable binding of the BeanManager to the app context. After a little debugging i saw that this can be disabled if openejb.cdi.activated is set to false - https://github.com/apache/tomee/blob/master/container/openejb-core/src/main/java/org/apache/openejb/assembler/classic/Assembler.java#L1089 . Where i should put the property to appear in appInfo.properties ?
Regards, Kaloyan
