You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Christian Nutz (JIRA)" <de...@tapestry.apache.org> on 2007/09/21 11:43:50 UTC

[jira] Created: (TAPESTRY-1765) getting language independent messages fails

getting language independent messages fails
-------------------------------------------

                 Key: TAPESTRY-1765
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
             Project: Tapestry
          Issue Type: Bug
          Components: Framework
    Affects Versions: 4.1.3
         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
            Reporter: Christian Nutz


When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Issue Comment Edited: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578650#action_12578650 ] 

patklein edited comment on TAPESTRY-1765 at 3/14/08 1:38 AM:
------------------------------------------------------------------

darn... the attached unit test is not working as intended, it actually says ok to the old version as well (just rechecked) :|
I guess something there is behaving differently as in a tomcat environment

      was (Author: patklein):
    darn... the attached unit test is not working as intended, it actually says ok to the old version as well (just rechecked) :|
  
> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.junit.MockPage1.properties.patch, org.apache.tapestry.junit.MockPage1_en.properties.patch, org.apache.tapestry.junit.TestComponentMessages.java.patch, org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1765) getting language independent messages fails

Posted by "Ulrich Stärk (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12538213 ] 

Ulrich Stärk commented on TAPESTRY-1765:
----------------------------------------

could have been introduced with revision 556780

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment: org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch

Patch for org.apache.tapersty.services.impl.ComponentMessagesSourceImpl.java

Locally tested and working with all test, extended test to ensure the functionality in future version are contained in the next three attachments

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Marcus Schulte (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcus Schulte updated TAPESTRY-1765:
-------------------------------------

    Fix Version/s:     (was: 4.1.6)
                   4.1.7

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.7
>
>         Attachments: org.apache.tapestry.junit.MockPage1.properties.patch, org.apache.tapestry.junit.MockPage1_en.properties.patch, org.apache.tapestry.junit.TestComponentMessages.java.patch, org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment:     (was: org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch)

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.junit.MockPage1.properties.patch, org.apache.tapestry.junit.MockPage1_en.properties.patch, org.apache.tapestry.junit.TestComponentMessages.java.patch, org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment: org.apache.tapestry.junit.TestComponentMessages.java.patch

Modified unit test to ensure localization fallback compatibility for future version

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.junit.MockPage1.properties.patch, org.apache.tapestry.junit.MockPage1_en.properties.patch, org.apache.tapestry.junit.TestComponentMessages.java.patch, org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment: org.apache.tapestry.junit.MockPage1.properties.patch

patch to properties files as part of unit test for org.apache.tapestry.services.impl.ComponentMessagesSourceImpl.java

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.junit.MockPage1.properties.patch, org.apache.tapestry.junit.MockPage1_en.properties.patch, org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578647#action_12578647 ] 

Patrick Klein commented on TAPESTRY-1765:
-----------------------------------------

Sorry about the mess while attaching the patches...

The modifications are locally tested and work with the provided unit tests. Additionally the unit tests are extended to ensure the functionality for future versions

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.junit.MockPage1.properties.patch, org.apache.tapestry.junit.MockPage1_en.properties.patch, org.apache.tapestry.junit.TestComponentMessages.java.patch, org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Issue Comment Edited: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577838#action_12577838 ] 

patklein edited comment on TAPESTRY-1765 at 3/12/08 6:06 AM:
------------------------------------------------------------------

The problem lies in org.apache.tapestry.services.impl.ComponentMessagesSourceImpl.getNamespaceProperties(...)
Switching back to the way used before revision 556780 works but breaks the unit test org.apache.tapestry.junit.TestComponentMessages.test_Component_Property_From_Application(...)

      was (Author: patklein):
    Switching back to the way used before revision 556780 works but breaks the unit test org.apache.tapestry.junit.TestComponentMessages.test_Component_Property_From_Application(...)
  
> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1765) getting language independent messages fails

Posted by "Christian Nutz (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12568560#action_12568560 ] 

Christian Nutz commented on TAPESTRY-1765:
------------------------------------------

Still present in 4.1.5

PLEASE fix this in next release !!!

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Christian Nutz (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christian Nutz updated TAPESTRY-1765:
-------------------------------------

    Fix Version/s: 4.1.6

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment:     (was: org.apache.tapestry.junit.MockPage1.properties.patch)

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577838#action_12577838 ] 

Patrick Klein commented on TAPESTRY-1765:
-----------------------------------------

Switching back to the way used before revision 556780 works but breaks the unit test org.apache.tapestry.junit.TestComponentMessages.test_Component_Property_From_Application(...)

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment: org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch

Patch for org.apache.tapersty.services.impl.ComponentMessagesSourceImpl.java

Locally tested and working with all test, extended test to ensure the functionality in future version are contained in the next three attachments

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.junit.MockPage1.properties.patch, org.apache.tapestry.junit.MockPage1_en.properties.patch, org.apache.tapestry.junit.TestComponentMessages.java.patch, org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Commented: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
    [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578650#action_12578650 ] 

Patrick Klein commented on TAPESTRY-1765:
-----------------------------------------

darn... the attached unit test is not working as intended, it actually says ok to the old version as well (just rechecked) :|

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.junit.MockPage1.properties.patch, org.apache.tapestry.junit.MockPage1_en.properties.patch, org.apache.tapestry.junit.TestComponentMessages.java.patch, org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment:     (was: org.apache.tapestry.junit.MockPage1_en.properties.patch)

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment: org.apache.tapestry.junit.MockPage1.properties.patch

patch to properties files as part of unit test for org.apache.tapestry.services.impl.ComponentMessagesSourceImpl.java

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment: org.apache.tapestry.junit.MockPage1_en.properties.patch

patch to properties files as part of unit test for org.apache.tapestry.services.impl.ComponentMessagesSourceImpl.java

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


[jira] Updated: (TAPESTRY-1765) getting language independent messages fails

Posted by "Patrick Klein (JIRA)" <de...@tapestry.apache.org>.
     [ https://issues.apache.org/jira/browse/TAPESTRY-1765?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Klein updated TAPESTRY-1765:
------------------------------------

    Attachment: org.apache.tapestry.junit.MockPage1_en.properties.patch

patch to properties files as part of unit test for org.apache.tapestry.services.impl.ComponentMessagesSourceImpl.java

> getting language independent messages fails
> -------------------------------------------
>
>                 Key: TAPESTRY-1765
>                 URL: https://issues.apache.org/jira/browse/TAPESTRY-1765
>             Project: Tapestry
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 4.1.3
>         Environment: WinXP SP2, Java 1.5.0_11, Tapestry 4.1.3, Hivemind 1.1.1
>            Reporter: Christian Nutz
>             Fix For: 4.1.6
>
>         Attachments: org.apache.tapestry.junit.MockPage1.properties.patch, org.apache.tapestry.junit.MockPage1_en.properties.patch, org.apache.tapestry.servies.impl.ComponentMessagesSourceImpl.java.patch
>
>
> When I call getMessages().getMessage() in a page with a message key, which only exists in the default properties file (app.properties, and not in app_de.properties for example), no message is being returned, but only the key "[MESSAGE_KEY]". Before the update from Tapestry 4.1.2 to 4.1.3, this problem did not occured.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org