You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by "Igor Drobiazko (JIRA)" <ji...@apache.org> on 2011/03/09 22:13:59 UTC

[jira] Created: (TAP5-1472) Provide basic integration with JPA 2

Provide basic integration with JPA 2
------------------------------------

                 Key: TAP5-1472
                 URL: https://issues.apache.org/jira/browse/TAP5-1472
             Project: Tapestry 5
          Issue Type: New Feature
          Components: tapestry-jpa
            Reporter: Igor Drobiazko


Provide basic integration with JPA 2. The goals are:

- Support for multiple EntityManagers
- Injection of EntityManager into both: components and services
- Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
- Create ValueEncoder for entities on-the-fly
- Provide "entity" PersistentFieldStrategy
- Provide "entity" ApplicationStatePersistenceStrategy
- Provide @CommitAfter annotations

We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Re: [jira] [Closed] (TAP5-1472) Provide basic integration with JPA 2

Posted by Richard Yunhua Sang <yu...@gmail.com>.
This is awesome! cannot wait to try it.

On Thu, Jun 16, 2011 at 4:54 PM, Igor Drobiazko (JIRA) <ji...@apache.org>wrote:

>
>     [
> https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel]
>
> Igor Drobiazko closed TAP5-1472.
> --------------------------------
>
>
> > Provide basic integration with JPA 2
> > ------------------------------------
> >
> >                 Key: TAP5-1472
> >                 URL: https://issues.apache.org/jira/browse/TAP5-1472
> >             Project: Tapestry 5
> >          Issue Type: New Feature
> >          Components: tapestry-jpa
> >            Reporter: Igor Drobiazko
> >            Assignee: Igor Drobiazko
> >             Fix For: 5.3.0
> >
> >
> > Provide basic integration with JPA 2. The goals are:
> > - Support for multiple EntityManagers
> > - Injection of EntityManager into both: components and services
> > - Provide a way to configure EntityManagers programmatically, not only
> via persistence.xml
> > - Create ValueEncoder for entities on-the-fly
> > - Provide "entity" PersistentFieldStrategy
> > - Provide "entity" ApplicationStatePersistenceStrategy
> > - Provide @CommitAfter annotations
> > We also should consider if a tapestry-orm or similar project is needed in
> order to reuse common source code.
>
> --
> This message is automatically generated by JIRA.
> For more information on JIRA, see: http://www.atlassian.com/software/jira
>
>
>

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006282#comment-13006282 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #287 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/287/])
    TAP5-1472: Refactored integration app.
TAP5-1472: Added support for entity configuration based on package name, when only a single persistence unit used.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006095#comment-13006095 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #285 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/285/])
    

> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Assigned: (TAP5-1472) Provide basic integration with JPA 2

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

Igor Drobiazko reassigned TAP5-1472:
------------------------------------

    Assignee: Igor Drobiazko

> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007140#comment-13007140 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #291 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/291/])
    

> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Assigned: (TAP5-1472) Provide basic integration with JPA 2

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

Igor Drobiazko reassigned TAP5-1472:
------------------------------------

    Assignee: Igor Drobiazko

> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006095#comment-13006095 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #285 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/285/])
    

> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006300#comment-13006300 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #288 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/288/])
    TAP5-1472: Providing a persistence unit name is optional if only a single unit exists.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006271#comment-13006271 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #286 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/286/])
    TAP5-1472: Made persistence configuration file configurable as symbol value.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007167#comment-13007167 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #292 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/292/])
    TAP5-1472: Using @PersistContext annotation instead of @PersistenceUnit to express a dependency on an EntityManager persistence context.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (TAP5-1472) Provide basic integration with JPA 2

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

Igor Drobiazko resolved TAP5-1472.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3.0

> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3.0
>
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006282#comment-13006282 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #287 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/287/])
    TAP5-1472: Refactored integration app.
TAP5-1472: Added support for entity configuration based on package name, when only a single persistence unit used.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004823#comment-13004823 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #279 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/279/])
    TAP5-1472: initial commit, still a lot to do.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007167#comment-13007167 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #292 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/292/])
    TAP5-1472: Using @PersistContext annotation instead of @PersistenceUnit to express a dependency on an EntityManager persistence context.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004878#comment-13004878 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #281 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/281/])
    TAP5-1472: Added ApplicationStatePersistenceStrategy for JPA entities.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004823#comment-13004823 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #279 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/279/])
    TAP5-1472: initial commit, still a lot to do.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004864#comment-13004864 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #280 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/280/])
    TAP5-1472: Added early startup for EntityManagerFactories.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (TAP5-1472) Provide basic integration with JPA 2

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

Igor Drobiazko resolved TAP5-1472.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.3.0

> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3.0
>
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006694#comment-13006694 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #289 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/289/])
    TAP5-1472: Configuring persistence unit using non-jta DataSource.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006694#comment-13006694 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #289 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/289/])
    TAP5-1472: Configuring persistence unit using non-jta DataSource.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004878#comment-13004878 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #281 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/281/])
    TAP5-1472: Added ApplicationStatePersistenceStrategy for JPA entities.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TAP5-1472) Provide basic integration with JPA 2

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

Igor Drobiazko closed TAP5-1472.
--------------------------------


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3.0
>
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006271#comment-13006271 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #286 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/286/])
    TAP5-1472: Made persistence configuration file configurable as symbol value.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13004864#comment-13004864 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #280 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/280/])
    TAP5-1472: Added early startup for EntityManagerFactories.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TAP5-1472) Provide basic integration with JPA 2

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

Igor Drobiazko closed TAP5-1472.
--------------------------------


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>             Fix For: 5.3.0
>
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13006300#comment-13006300 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #288 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/288/])
    TAP5-1472: Providing a persistence unit name is optional if only a single unit exists.


> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (TAP5-1472) Provide basic integration with JPA 2

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TAP5-1472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13007140#comment-13007140 ] 

Hudson commented on TAP5-1472:
------------------------------

Integrated in tapestry-5.2-freestyle #291 (See [https://hudson.apache.org/hudson/job/tapestry-5.2-freestyle/291/])
    

> Provide basic integration with JPA 2
> ------------------------------------
>
>                 Key: TAP5-1472
>                 URL: https://issues.apache.org/jira/browse/TAP5-1472
>             Project: Tapestry 5
>          Issue Type: New Feature
>          Components: tapestry-jpa
>            Reporter: Igor Drobiazko
>            Assignee: Igor Drobiazko
>
> Provide basic integration with JPA 2. The goals are:
> - Support for multiple EntityManagers
> - Injection of EntityManager into both: components and services
> - Provide a way to configure EntityManagers programmatically, not only via persistence.xml 
> - Create ValueEncoder for entities on-the-fly
> - Provide "entity" PersistentFieldStrategy
> - Provide "entity" ApplicationStatePersistenceStrategy
> - Provide @CommitAfter annotations
> We also should consider if a tapestry-orm or similar project is needed in order to reuse common source code.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira