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

       

_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to