]
Antoine Sabot-Durand updated CDI-676:
-------------------------------------
Fix Version/s: 2.1 (Discussion)
Clarify missing class behavior
------------------------------
Key: CDI-676
URL:
https://issues.jboss.org/browse/CDI-676
Project: CDI Specification Issues
Issue Type: Bug
Reporter: John Ament
Fix For: 2.1 (Discussion)
The spec needs to clarify missing class behavior. Say that I have an extension that is
purposely dependent on a class being present (or not present). In Weld, that extension
will be ignored due to classloader error. OWB on the other hand throws a
TypeNotPresentException.