You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Konstantin (JIRA)" <de...@velocity.apache.org> on 2009/06/05 16:42:07 UTC

[jira] Created: (VELOCITY-725) Properties initializing error

Properties initializing error
-----------------------------

                 Key: VELOCITY-725
                 URL: https://issues.apache.org/jira/browse/VELOCITY-725
             Project: Velocity
          Issue Type: Bug
          Components: Engine
    Affects Versions: 1.6.2
            Reporter: Konstantin




-- 
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@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Updated: (VELOCITY-725) Properties initializing error

Posted by "Konstantin (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin updated VELOCITY-725:
--------------------------------

    Attachment: VelocityPropertiesTest.java

Unit tests

> Properties initializing error
> -----------------------------
>
>                 Key: VELOCITY-725
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-725
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6.2
>            Reporter: Konstantin
>         Attachments: VelocityPropertiesTest.java
>
>


-- 
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@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Issue Comment Edited: (VELOCITY-725) Properties initializing error

Posted by "Konstantin (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELOCITY-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716626#action_12716626 ] 

Konstantin edited comment on VELOCITY-725 at 6/5/09 7:56 AM:
-------------------------------------------------------------

setProperty(..) or init(Properties ..) do not override properties.  Unit tests are in the attachment.

      was (Author: apache_cast):
    setProperty(..) or init(Properties ..) do not overrides properties.  Unit tests are in the attachment.
  
> Properties initializing error
> -----------------------------
>
>                 Key: VELOCITY-725
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-725
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6.2
>            Reporter: Konstantin
>         Attachments: VelocityPropertiesTest.java
>
>


-- 
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@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Commented: (VELOCITY-725) Properties initializing error

Posted by "Nathan Bubna (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELOCITY-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716819#action_12716819 ] 

Nathan Bubna commented on VELOCITY-725:
---------------------------------------

>From your test code, it looks like you are trying to change properties *after* init() is called.  This is not currently supported behavior.

> Properties initializing error
> -----------------------------
>
>                 Key: VELOCITY-725
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-725
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6.2
>            Reporter: Konstantin
>         Attachments: VelocityPropertiesTest.java
>
>


-- 
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@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Issue Comment Edited: (VELOCITY-725) Properties initializing error

Posted by "Konstantin (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELOCITY-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12716626#action_12716626 ] 

Konstantin edited comment on VELOCITY-725 at 6/5/09 7:47 AM:
-------------------------------------------------------------

setProperty(..) or init(Properties ..) do not overrides properties.  Unit tests are in the attachment.

      was (Author: apache_cast):
    Unit tests
  
> Properties initializing error
> -----------------------------
>
>                 Key: VELOCITY-725
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-725
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6.2
>            Reporter: Konstantin
>         Attachments: VelocityPropertiesTest.java
>
>


-- 
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@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Closed: (VELOCITY-725) Properties initializing error

Posted by "Konstantin (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-725?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Konstantin closed VELOCITY-725.
-------------------------------

    Resolution: Won't Fix

> Properties initializing error
> -----------------------------
>
>                 Key: VELOCITY-725
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-725
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6.2
>            Reporter: Konstantin
>         Attachments: VelocityPropertiesTest.java
>
>


-- 
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@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org


[jira] Commented: (VELOCITY-725) Properties initializing error

Posted by "Konstantin (JIRA)" <de...@velocity.apache.org>.
    [ https://issues.apache.org/jira/browse/VELOCITY-725?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12717243#action_12717243 ] 

Konstantin commented on VELOCITY-725:
-------------------------------------

I see, thank you

> Properties initializing error
> -----------------------------
>
>                 Key: VELOCITY-725
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-725
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6.2
>            Reporter: Konstantin
>         Attachments: VelocityPropertiesTest.java
>
>


-- 
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@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org