[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3013) @Converter for some target superclass doesn't work on it's subclasses

Gena Batalski (JIRA) jira-events at lists.jboss.org
Tue May 20 16:45:59 EDT 2008


@Converter for some target superclass doesn't work on it's subclasses
---------------------------------------------------------------------

                 Key: JBSEAM-3013
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-3013
             Project: Seam
          Issue Type: Bug
          Components: JSF Integration
    Affects Versions: 2.1.0.A1, 2.0.2.GA
         Environment: Seam 2.1.0.A1
            Reporter: Gena Batalski
            Priority: Minor


I define the @Converter to target some class. This class is the parent of an inheritance hierarchy. Seam doesn't respect the inheritance and, thus, doesn't find the converter. If no converter found, the work is delegated to the JSF- AplicationImpl.createConverter(..). JSF tries then to determine the converter and analyzes the interfaces and superclass of the class, that should be converted. But it doesn't find anything, because Seam didn't register this converter to JSF properly.



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

        



More information about the seam-issues mailing list