You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "John D. Ament" <jo...@apache.org> on 2017/08/01 01:00:41 UTC

How to handle javax.enterprise.inject.scan.implicit

There's an open CDI spec ticket https://issues.jboss.org/browse/CDI-632

But it seems that this property isn't handled presently in OWB.  Its
basically whether to turn on whether JARs without any beans.xml should be
CDI archives.  It probably makes sense to handle this property in
CDISeScannerService and override the resulting scanOnlyBeansXmlJars to be
true/false depending on this property being set.

John

Re: How to handle javax.enterprise.inject.scan.implicit

Posted by Romain Manni-Bucau <rm...@gmail.com>.
Hi John

This ticket is not resolved right? For now you can use container properties
to do it. We can surely support more properties and also allow to override
default se services config from Strings but if not in the spec better to
not support it probably.



Le 1 août 2017 03:00, "John D. Ament" <jo...@apache.org> a écrit :

There's an open CDI spec ticket https://issues.jboss.org/browse/CDI-632

But it seems that this property isn't handled presently in OWB.  Its
basically whether to turn on whether JARs without any beans.xml should be
CDI archives.  It probably makes sense to handle this property in
CDISeScannerService and override the resulting scanOnlyBeansXmlJars to be
true/false depending on this property being set.

John