[
https://jira.jboss.org/browse/JBAS-8684?page=com.atlassian.jira.plugin.sy...
]
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