This is to set in application.properties but note it doesnt disable the bM binding but it deactivate cdi completely.
Le 22 juin 2017 14:05, "Kaloyan Spiridonov" <[email protected]> a écrit : > 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 >
