[overlord-issues] [JBoss JIRA] (RTGOV-374) Support for JPA ActivityStore

Brett Meyer (JIRA) issues at jboss.org
Wed Apr 23 08:23:33 EDT 2014


    [ https://issues.jboss.org/browse/RTGOV-374?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12963230#comment-12963230 ] 

Brett Meyer commented on RTGOV-374:
-----------------------------------

On its own, I'm not exactly sure what the built-in Karaf JPA feature provides.  I doubt it's an EE-type population of @PersistenceContext.  However, enterprise OSGi impls (ex: Apache Aries JPA) are capable of something really similar (container-managed EntityManagers).  Regardless, that's another dependency you'd have to require.  Further, Tomcat/Jetty blows holes in all this anyway.

So, shoot for programmatic EntityManagers.  We have a fairly simple use case to begin with...
                
> Support for JPA ActivityStore
> -----------------------------
>
>                 Key: RTGOV-374
>                 URL: https://issues.jboss.org/browse/RTGOV-374
>             Project: RTGov (Run Time Governance)
>          Issue Type: Sub-task
>            Reporter: Gary Brown
>            Assignee: Brett Meyer
>             Fix For: 2.0.0.Final
>
>   Original Estimate: 2 weeks
>  Remaining Estimate: 2 weeks
>
> Need to be able to use JPAActivityStore within Karaf/OSGi environment, with different databases (e.g. h2, mysql etc)

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


More information about the overlord-issues mailing list