]
Tomas Remes reassigned ARQ-2039:
--------------------------------
Assignee: Tomas Remes
The Weld Arquillian embedded adapter should not load classes that are
excluded in beans.xml
-------------------------------------------------------------------------------------------
Key: ARQ-2039
URL:
https://issues.jboss.org/browse/ARQ-2039
Project: Arquillian
Issue Type: Enhancement
Components: Weld Containers
Affects Versions: 2.0.0.Beta1
Reporter: Antonin Stefanutti
Assignee: Tomas Remes
In some use cases, like the Camel CDI extension, some classes are excluded in the
beans.xml and may not be in the class path. In that case, that leads to having a
{{ClassNotFoundException}} thrown by the adapter that tries to load the bean classes
regardless the exclusions from the bean archive descriptor:
https://github.com/arquillian/arquillian-container-weld/blob/d8f69bed899e...