Arquillian supplies an in-memory ShrinkWrap archive which the test class is to use to load classes and resources. This implementation of the OpenWebBeans ScannerService SPI looks for the presence of a /META-INF/beans.xml in the ShrinkWrap archive. If present, it registers the location with the OpenWebBeans container, then proceeds to retrieve classes from that archive and pass them to the AnnotationDB to be scanned and processed as managed bean classes.
@author Dan Allen
|
|