You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "charles kim (JIRA)" <ji...@codehaus.org> on 2012/10/11 23:17:36 UTC

[jira] (MRM-1692) Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml

charles kim created MRM-1692:
--------------------------------

             Summary: Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml
                 Key: MRM-1692
                 URL: https://jira.codehaus.org/browse/MRM-1692
             Project: Archiva
          Issue Type: Bug
    Affects Versions: 1.4-M2
         Environment: RHEL6
            Reporter: charles kim


When PropertyPlaceholderConfigurer is configured in the applicationContext.xml, it results in unresolved property error during the context initialization due to another property-placeholder with unset location.  It should either set the right location or use  ignoreUnresolvablePlaceholders property to let other PropertyPlaceholderConfigurer wot work.

Please see attached patch.
Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1692) Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml

Posted by "charles kim (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

charles kim updated MRM-1692:
-----------------------------

    Attachment: spring-context_patch.txt
    
> Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml
> ----------------------------------------------------------------------------
>
>                 Key: MRM-1692
>                 URL: https://jira.codehaus.org/browse/MRM-1692
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.4-M2
>         Environment: RHEL6
>            Reporter: charles kim
>         Attachments: spring-context_patch.txt, spring-context_patch.xml
>
>
> When PropertyPlaceholderConfigurer is configured in the applicationContext.xml, it results in unresolved property error during the context initialization due to another property-placeholder with unset location.  It should either set the right location or use  ignoreUnresolvablePlaceholders property to let other PropertyPlaceholderConfigurer wot work.
> Please see attached patch.
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1692) Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml

Posted by "charles kim (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

charles kim updated MRM-1692:
-----------------------------

    Attachment: spring-context_patch.xml
    
> Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml
> ----------------------------------------------------------------------------
>
>                 Key: MRM-1692
>                 URL: https://jira.codehaus.org/browse/MRM-1692
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.4-M2
>         Environment: RHEL6
>            Reporter: charles kim
>         Attachments: spring-context_patch.xml
>
>
> When PropertyPlaceholderConfigurer is configured in the applicationContext.xml, it results in unresolved property error during the context initialization due to another property-placeholder with unset location.  It should either set the right location or use  ignoreUnresolvablePlaceholders property to let other PropertyPlaceholderConfigurer wot work.
> Please see attached patch.
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1692) Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml

Posted by "charles kim (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=311342#comment-311342 ] 

charles kim commented on MRM-1692:
----------------------------------

Please disregard spring-context_patch.xml file.
                
> Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml
> ----------------------------------------------------------------------------
>
>                 Key: MRM-1692
>                 URL: https://jira.codehaus.org/browse/MRM-1692
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.4-M2
>         Environment: RHEL6
>            Reporter: charles kim
>         Attachments: spring-context_patch.txt, spring-context_patch.xml
>
>
> When PropertyPlaceholderConfigurer is configured in the applicationContext.xml, it results in unresolved property error during the context initialization due to another property-placeholder with unset location.  It should either set the right location or use  ignoreUnresolvablePlaceholders property to let other PropertyPlaceholderConfigurer wot work.
> Please see attached patch.
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1692) Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MRM-1692.
-----------------------------

       Resolution: Fixed
    Fix Version/s: 1.4-M4
         Assignee: Olivier Lamy

applied.
Thanks
                
> Archiva should allow PropertyPlaceholderConfigurer in applicationContext.xml
> ----------------------------------------------------------------------------
>
>                 Key: MRM-1692
>                 URL: https://jira.codehaus.org/browse/MRM-1692
>             Project: Archiva
>          Issue Type: Bug
>    Affects Versions: 1.4-M2
>         Environment: RHEL6
>            Reporter: charles kim
>            Assignee: Olivier Lamy
>             Fix For: 1.4-M4
>
>         Attachments: spring-context_patch.txt, spring-context_patch.xml
>
>
> When PropertyPlaceholderConfigurer is configured in the applicationContext.xml, it results in unresolved property error during the context initialization due to another property-placeholder with unset location.  It should either set the right location or use  ignoreUnresolvablePlaceholders property to let other PropertyPlaceholderConfigurer wot work.
> Please see attached patch.
> Thanks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira