public class TamayaCDIIntegration extends Object implements javax.enterprise.inject.spi.Extension
java:comp/env/BeanManager
is not set correctly.Constructor and Description |
---|
TamayaCDIIntegration() |
Modifier and Type | Method and Description |
---|---|
static javax.enterprise.inject.spi.BeanManager |
getBeanManager()
Get the current
BeanManager instance. |
void |
initBeanManager(javax.enterprise.inject.spi.AfterDeploymentValidation validation,
javax.enterprise.inject.spi.BeanManager beanManager)
Initializes the current BeanManager with the instance passed.
|
public void initBeanManager(@Observes javax.enterprise.inject.spi.AfterDeploymentValidation validation, javax.enterprise.inject.spi.BeanManager beanManager)
validation
- the eventbeanManager
- the BeanManager instancepublic static javax.enterprise.inject.spi.BeanManager getBeanManager()
BeanManager
instance.Copyright © 2014–2016 Apache Software Foundation. All rights reserved.