Open CDI Named Bean dialog works incorrectly with beans declared in seam-config
-------------------------------------------------------------------------------
Key: JBIDE-9799
URL:
https://issues.jboss.org/browse/JBIDE-9799
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: CDI extensions
Affects Versions: 3.3.0.M3
Reporter: Alexey Kazakov
Assignee: Viacheslav Kabanovich
Fix For: 3.3.0.M4
EXECUTE: Download/clone and install
http://seamframework.org/Seam3/SecurityModule as an
existing maven project. Make sure CDI support is enabled for the projects.
EXECUTE: Open /seam-security-example-openid-rp/src/main/resources/META-INF/seam-beans.xml
EXECUTE: Remove org.jboss.seam.security.external.openid.OpenIdRpInApplicationScopeProducer
(line 25) to fix this XML. Save the file.
FAILURE: There is a warning "A few beans (IdentityImpl) have the same EL name and the
name is not resolvable [JSR-299 ยง5.3.1]" on
/seam-security/src/main/java/org/jboss/seam/security/IdentityImpl.java
IdentityImpl.java and seam-beans.xml are placed in different but dependent projects. In
this case seam-security-example-openid-rp has two beans with the same name identity.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira