[jboss-jira] [JBoss JIRA] Closed: (JBAS-8684) default @Named not derived correctly for ISO-8859-1 fields
Pete Muir (JIRA)
jira-events at lists.jboss.org
Tue Nov 30 07:38:09 EST 2010
[ https://jira.jboss.org/browse/JBAS-8684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Pete Muir closed JBAS-8684.
---------------------------
Assignee: Pete Muir
Resolution: Won't Fix
Creating source files in UTF-8 encoding is tricky. Tests show this does work, but it would be hard to reliably work between builds and environments.
Recommend not using UTF-8 in source files.
> default @Named not derived correctly for ISO-8859-1 fields
> ----------------------------------------------------------
>
> Key: JBAS-8684
> URL: https://jira.jboss.org/browse/JBAS-8684
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: JSF, Weld/CDI
> Affects Versions: 6.0.0.M4
> Reporter: Nicklas Karlsson
> Assignee: Pete Muir
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list