[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3869) Check for problematic component definitions at deployment

Chris Bredesen (JIRA) jira-events at lists.jboss.org
Tue Dec 23 15:39:07 EST 2008


Check for problematic component definitions at deployment
---------------------------------------------------------

                 Key: JBSEAM-3869
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3869
             Project: Seam
          Issue Type: Feature Request
          Components: EJB3
            Reporter: Chris Bredesen
            Priority: Minor


Seam currently allows combinations such as:

@Stateless
@Name("NoConversationHere")
@Scope(ScopeType.CONVERSATION)

Which make no sense and can cause problems.  If possible, Seam (or Web Beans!) should check for such things and WARN/ERROR on deployment.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list