[
https://issues.jboss.org/browse/JBIDE-9834?page=com.atlassian.jira.plugin...
]
Isaac Rooskov updated JBIDE-9834:
---------------------------------
Release Notes Docs Status: Documented as Feature Request
Writer: irooskov
Release Notes Text: Validation has been added for the configuration of abstract
types and types without bean constructors. This validation will inform the user if the
interface or abstract type in question cannot be configured as a bean.
Add validation error to seam config beans that reference abstract
types or interfaces
-------------------------------------------------------------------------------------
Key: JBIDE-9834
URL:
https://issues.jboss.org/browse/JBIDE-9834
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: CDI extensions
Affects Versions: 3.3.0.M3
Reporter: Viacheslav Kabanovich
Assignee: Viacheslav Kabanovich
Labels: new_and_noteworthy
Fix For: 3.3.0.M4
Attachments: validation.png
EXECUTE: Create interface test.MyInterface.
EXECUTE: Add to beans.xml tag
{code}
<test:MyInterface>
</test:MyInterface>
{code}
ASSERT: Tag is marked with validation error "Interface or abstract type cannot be
configured as a bean".
--
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