You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Dimitris Zenios (JIRA)" <ji...@apache.org> on 2012/05/24 16:18:57 UTC

[jira] [Created] (TAP5-1938) The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception

Dimitris Zenios created TAP5-1938:
-------------------------------------

             Summary: The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception
                 Key: TAP5-1938
                 URL: https://issues.apache.org/jira/browse/TAP5-1938
             Project: Tapestry 5
          Issue Type: Bug
          Components: tapestry-jpa
    Affects Versions: 5.3.3, 5.3.4
            Reporter: Dimitris Zenios


The current behavior gets in the way in many cases, such as creating a single page that will either edit an existing entity or editing a newly created entity before its first save, where the instance (transient or persistent) is stored as page activation context.

Same bug for Tapestry-Hibernate was resolved from Howard
https://issues.apache.org/jira/browse/TAP5-1641

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

        

[jira] [Resolved] (TAP5-1938) The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception

Posted by "Taha Hafeez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez resolved TAP5-1938.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
                   5.4
    
> The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1938
>                 URL: https://issues.apache.org/jira/browse/TAP5-1938
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-jpa
>    Affects Versions: 5.3.3, 5.3.4
>            Reporter: Dimitris Zenios
>            Assignee: Taha Hafeez
>             Fix For: 5.4, 5.3
>
>
> The current behavior gets in the way in many cases, such as creating a single page that will either edit an existing entity or editing a newly created entity before its first save, where the instance (transient or persistent) is stored as page activation context.
> Same bug for Tapestry-Hibernate was resolved from Howard
> https://issues.apache.org/jira/browse/TAP5-1641

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

        

[jira] [Resolved] (TAP5-1938) The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception

Posted by "Taha Hafeez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez resolved TAP5-1938.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3
                   5.4
    
> The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1938
>                 URL: https://issues.apache.org/jira/browse/TAP5-1938
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-jpa
>    Affects Versions: 5.3.3, 5.3.4
>            Reporter: Dimitris Zenios
>            Assignee: Taha Hafeez
>             Fix For: 5.4, 5.3
>
>
> The current behavior gets in the way in many cases, such as creating a single page that will either edit an existing entity or editing a newly created entity before its first save, where the instance (transient or persistent) is stored as page activation context.
> Same bug for Tapestry-Hibernate was resolved from Howard
> https://issues.apache.org/jira/browse/TAP5-1641

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

        

[jira] [Closed] (TAP5-1938) The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception

Posted by "Taha Hafeez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez closed TAP5-1938.
-----------------------------

    
> The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1938
>                 URL: https://issues.apache.org/jira/browse/TAP5-1938
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-jpa
>    Affects Versions: 5.3.3, 5.3.4
>            Reporter: Dimitris Zenios
>            Assignee: Taha Hafeez
>             Fix For: 5.3, 5.4
>
>
> The current behavior gets in the way in many cases, such as creating a single page that will either edit an existing entity or editing a newly created entity before its first save, where the instance (transient or persistent) is stored as page activation context.
> Same bug for Tapestry-Hibernate was resolved from Howard
> https://issues.apache.org/jira/browse/TAP5-1641

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

        

[jira] [Assigned] (TAP5-1938) The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception

Posted by "Taha Hafeez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez reassigned TAP5-1938:
---------------------------------

    Assignee: Taha Hafeez
    
> The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1938
>                 URL: https://issues.apache.org/jira/browse/TAP5-1938
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-jpa
>    Affects Versions: 5.3.3, 5.3.4
>            Reporter: Dimitris Zenios
>            Assignee: Taha Hafeez
>
> The current behavior gets in the way in many cases, such as creating a single page that will either edit an existing entity or editing a newly created entity before its first save, where the instance (transient or persistent) is stored as page activation context.
> Same bug for Tapestry-Hibernate was resolved from Howard
> https://issues.apache.org/jira/browse/TAP5-1641

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

        

[jira] [Closed] (TAP5-1938) The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception

Posted by "Taha Hafeez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez closed TAP5-1938.
-----------------------------

    
> The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1938
>                 URL: https://issues.apache.org/jira/browse/TAP5-1938
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-jpa
>    Affects Versions: 5.3.3, 5.3.4
>            Reporter: Dimitris Zenios
>            Assignee: Taha Hafeez
>             Fix For: 5.3, 5.4
>
>
> The current behavior gets in the way in many cases, such as creating a single page that will either edit an existing entity or editing a newly created entity before its first save, where the instance (transient or persistent) is stored as page activation context.
> Same bug for Tapestry-Hibernate was resolved from Howard
> https://issues.apache.org/jira/browse/TAP5-1641

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

        

[jira] [Assigned] (TAP5-1938) The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception

Posted by "Taha Hafeez (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TAP5-1938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Taha Hafeez reassigned TAP5-1938:
---------------------------------

    Assignee: Taha Hafeez
    
> The ValueEncoder for JPA entity types should encode transient instances as null rather than throw an exception
> --------------------------------------------------------------------------------------------------------------
>
>                 Key: TAP5-1938
>                 URL: https://issues.apache.org/jira/browse/TAP5-1938
>             Project: Tapestry 5
>          Issue Type: Bug
>          Components: tapestry-jpa
>    Affects Versions: 5.3.3, 5.3.4
>            Reporter: Dimitris Zenios
>            Assignee: Taha Hafeez
>
> The current behavior gets in the way in many cases, such as creating a single page that will either edit an existing entity or editing a newly created entity before its first save, where the instance (transient or persistent) is stored as page activation context.
> Same bug for Tapestry-Hibernate was resolved from Howard
> https://issues.apache.org/jira/browse/TAP5-1641

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