[jboss-jira] [JBoss JIRA] (WFLY-1650) Tests are not all independant of the locale of the system they are run on
Emmanuel Hugonnet (JIRA)
jira-events at lists.jboss.org
Tue Aug 27 04:10:27 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Emmanuel Hugonnet updated WFLY-1650:
------------------------------------
Description:
When translation messages are used (which is the case of EAP) we have conflicts between generated $logger classes when testing submodules.
Some $logger classes exis thus they are loaded by the parent classloader before the childfirstclassloader tries to load them, thus we have a potential ClassCastException brewing.
For exemple this breaks the EAP build on a French OS.
was:
When translation messages are used (which is the case of EAP) we have conflicts between generated $logger classes when testing submodules.
For exemple this breaks the EAP build on a French OS.
> Tests are not all independant of the locale of the system they are run on
> -------------------------------------------------------------------------
>
> Key: WFLY-1650
> URL: https://issues.jboss.org/browse/WFLY-1650
> Project: WildFly
> Issue Type: Bug
> Components: Logging, Test Suite
> Affects Versions: 8.0.0.Alpha3
> Reporter: Emmanuel Hugonnet
> Assignee: Emmanuel Hugonnet
>
> When translation messages are used (which is the case of EAP) we have conflicts between generated $logger classes when testing submodules.
> Some $logger classes exis thus they are loaded by the parent classloader before the childfirstclassloader tries to load them, thus we have a potential ClassCastException brewing.
> For exemple this breaks the EAP build on a French OS.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list