All Projects → arquillian → arquillian-container-weld

arquillian / arquillian-container-weld

Licence: Apache-2.0 license
Arquillian Weld Containers

Programming Languages

java
68154 projects - #9 most used programming language
master

Arquillian-container-Weld

Arquillian Weld embedded container is for basic testing where you can use Weld/CDI features. Note that this container uses flat deployment structure which means that all bean deployment archives (as well as beans xml files) are merged to one single test bean deployment archive. Mock EE services (like EjbServices and JpaInjectionServices) are not enabled by default and you can enable them by changing Weld environment value (see https://github.com/weld/api/blob/master/weld-spi/src/main/java/org/jboss/weld/bootstrap/api/Environments.java) either programmatically by passing environment parameter to TestContainer (or FlatDeployment or BeanDeploymentArchiveImpl) or you can use configuration property.

Conifguration properties

Name Description Default value

enableConversationScope

enable Conversation scope

false

environment

set Weld environment

SE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].