You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "Gerhard Petracek (JIRA)" <ji...@apache.org> on 2012/06/05 00:57:23 UTC

[jira] [Created] (DELTASPIKE-187) @PersistenceContext with @Transactional outside of application servers

Gerhard Petracek created DELTASPIKE-187:
-------------------------------------------

             Summary: @PersistenceContext with @Transactional outside of application servers
                 Key: DELTASPIKE-187
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-187
             Project: DeltaSpike
          Issue Type: New Feature
          Components: JPA-Module
    Affects Versions: 0.3-incubating
            Reporter: Gerhard Petracek
            Priority: Minor
             Fix For: 0.6-incubating


we can use an optional extension which adds injection points for usages of @PersistenceContext in the same bean as @Transactional is used

--
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] [Commented] (DELTASPIKE-187) @PersistenceContext with @Transactional outside of application servers

Posted by "Gerhard Petracek (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/DELTASPIKE-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13289000#comment-13289000 ] 

Gerhard Petracek commented on DELTASPIKE-187:
---------------------------------------------

in codi we have an optional InterceptorStrategy which is e.g. used by external add-ons.
we can't enable it per default (see DELTASPIKE-185).
since adding injection points dynamically during bootstrapping works fine with the current versions of owb and weld, we can use it instead of an dyn. lookup at runtime.
                
> @PersistenceContext with @Transactional outside of application servers
> ----------------------------------------------------------------------
>
>                 Key: DELTASPIKE-187
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-187
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: JPA-Module
>    Affects Versions: 0.3-incubating
>            Reporter: Gerhard Petracek
>            Priority: Minor
>             Fix For: 0.6-incubating
>
>
> we can use an optional extension which adds injection points for usages of @PersistenceContext in the same bean as @Transactional is used

--
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