[
https://issues.jboss.org/browse/JBIDE-17827?page=com.atlassian.jira.plugi...
]
Ron Šmeral commented on JBIDE-17827:
------------------------------------
The example itself doesn't need CDI. The cdi-api dependency gets there transitively.
Maven dependency:tree shows:
{noformat}
[INFO] | \-
org.jboss.shrinkwrap.resolver:shrinkwrap-resolver-impl-maven-archive:jar:2.1.1:test
(version managed from 2.1.1)
[INFO] | +- org.eclipse.sisu:org.eclipse.sisu.plexus:jar:0.0.0.M5:test
[INFO] | | +- javax.enterprise:cdi-api:jar:1.0-SP4-redhat-4:test (version managed
from 1.0)
{noformat}
"Missing beans.xml" in a Seam project
-------------------------------------
Key: JBIDE-17827
URL:
https://issues.jboss.org/browse/JBIDE-17827
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi, seam2
Environment: JBDS 8.0.0.Beta2d
Reporter: Ron Šmeral
Assignee: Alexey Kazakov
Fix For: 4.2.0.CR1
In an imported Seam 2.3 project, there's a warning:
_Missing beans.xml file in the project contactlist-ejb. This file is required for bean
archives \[JSR-299 §12.1\] contactlist-ejb_
Seam projects don't need a beans.xml file.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)