[
https://issues.jboss.org/browse/JBIDE-9777?page=com.atlassian.jira.plugin...
]
Jaroslav Jankovič closed JBIDE-9777.
------------------------------------
Verified with JBT 3.3.0.v20120423-2057-H4719-Beta3.
Seam config creates a duplicate bean
------------------------------------
Key: JBIDE-9777
URL:
https://issues.jboss.org/browse/JBIDE-9777
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.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira