[weld-issues] [JBoss JIRA] Updated: (WELD-642) default @Named not derived correctly for ISO-8859-1 fields
Pete Muir (JIRA)
jira-events at lists.jboss.org
Fri Oct 15 06:56:46 EDT 2010
[ https://jira.jboss.org/browse/WELD-642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir updated WELD-642:
---------------------------
Fix Version/s: 1.1.0.CR1
(was: 1.1.0.Beta2)
> 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
> Fix For: 1.1.0.CR1
>
>
> 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