[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-4071) Seam does not seem to honor import declarations for EJB3 components.

Arshad Mahmood (JIRA) jira-events at lists.jboss.org
Wed Apr 1 21:09:22 EDT 2009


Seam does not seem to honor import declarations for EJB3 components.
--------------------------------------------------------------------

                 Key: JBSEAM-4071
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-4071
             Project: Seam
          Issue Type: Bug
          Components: EJB3
    Affects Versions: 2.1.1.GA
         Environment: Windows Vista x64, JBoss  5.1.0.GA
            Reporter: Arshad Mahmood


Under seam one name component like @Name("org.acme.components.SuperAction") and then use an import statement in components.xml like <import>org.acme.components</import>.

This allows the views to use "SuperAction" without the full name. It's a nice feature as it stops component developers from polluting the namespace, but still allows users to use a simple name for the action.

This works OK for basic Seam components, but not for EJB3 components. For these the import declaration seems to be ignored.

-- 
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