[weld-issues] [JBoss JIRA] Created: (WELD-642) default @Named not derived correctly for ISO-8859-1 fields

Nicklas Karlsson (JIRA) jira-events at lists.jboss.org
Thu Aug 26 08:58:12 EDT 2010


default @Named not derived correctly for ISO-8859-1 fields
----------------------------------------------------------

                 Key: WELD-642
                 URL: https://jira.jboss.org/browse/WELD-642
             Project: Weld
          Issue Type: Bug
          Components: Producers (Methods, Fields and Disposers)
    Affects Versions: 1.0.1.Final
            Reporter: Nicklas Karlsson
            Priority: Minor


not sure if this is AS setup, JSF or EL but for a producer method

   @Produces
   @Named("käyttäjä")
   public Käyttäjä haeKäyttäjä()
   {
      return käyttäjä;
   }

using a plain @Named doesn't derive the correct name

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

       



More information about the weld-issues mailing list