]
Alexey Kazakov updated JBIDE-18693:
-----------------------------------
Fix Version/s: (was: 4.2.1.Final)
CDI validation: Don't warn if CDI 1.1 project doesn't have
beans.xml
--------------------------------------------------------------------
Key: JBIDE-18693
URL:
https://issues.jboss.org/browse/JBIDE-18693
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Affects Versions: 4.2.0.Final
Reporter: Alexey Kazakov
Assignee: Alexey Kazakov
Fix For: 4.3.0.Alpha1
1. Create a CDI 1.1 project (the project should have CDI 1.1 jars in its classpath, from
WildFly 8.0 for example)
2. Don't create beans.xml file when using New CDI Web Project wizard or remove the
file from the created project
3. See Problems view:
"Missing beans.xml file in the project cdiweb. This file is required for bean
archives [JSR-299 ยง12.1]"
This warning message should appear only for CDI 1.0 projects.