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

View: New views
7 Messages — Rating Filter:   Alert me  

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

by Velocity - Dev mailing list-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


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

by Velocity - Dev mailing list-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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


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

by Velocity - Dev mailing list-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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


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

by Velocity - Dev mailing list-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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


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

by Velocity - Dev mailing list-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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


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

by Velocity - Dev mailing list-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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


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

by Velocity - Dev mailing list-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


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