Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.opensymphony.com/secure/ViewIssue.jspa?key=XW-60


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XW-60
    Summary: SimpleActionValidationTest.testMessageKey fails
       Type: Bug

     Status: Assigned
   Priority: Critical

    Project: XWork

   Assignee: Patrick Lightbody
   Reporter: Christoph Kiehl

    Created: Sun, 20 Jul 2003 7:59 AM
    Updated: Sun, 20 Jul 2003 7:59 AM
Environment: JDK 1.4.1, Windows XP, German Locale

Description:
The test SimpleActionValidationTest.testMessageKey fails, because the line

ActionProxy proxy = ActionProxyFactory.getFactory().createActionProxy("", 
MockConfigurationProvider.VALIDATION_ACTION_NAME, extraContext);

does not inherit the Locale from the current ActionContext which is set in the 
setUp-method. Because of this and my german system configuration, the ActionContext 
created in createActionProxy uses the default Locale which is DE_de.
I don't know yet if this is a major bug, and the Locale should be inherited, or if 
replacing the line in the setUp-method is all needed to fix this:

<ActionContext.getContext().setLocale(Locale.US);
>Locale.setDefault(Locale.US);







---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.opensymphony.com/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to