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/07/28 07:59:35 UTC

[jira] [Created] (DELTASPIKE-250) persistence-strategy which is aware of the environment

Gerhard Petracek created DELTASPIKE-250:
-------------------------------------------

             Summary: persistence-strategy which is aware of the environment
                 Key: DELTASPIKE-250
                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-250
             Project: DeltaSpike
          Issue Type: Sub-task
          Components: JPA-Module
    Affects Versions: 0.2-incubating
            Reporter: Gerhard Petracek
            Assignee: Gerhard Petracek
             Fix For: 0.3-incubating


this alternative PersistenceStrategy uses auto-detection and can be used if different environments (dev., prod.,...) should use different transaction-types.
it's a better alternative than extending the PersistenceStrategy for JTA (which would lead to an impl. dependency) only for using @Exclude (or doing a custom veto-extension).
(it also helps with our unit-tests.)

--
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] (DELTASPIKE-250) persistence-strategy which is aware of the environment

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

Gerhard Petracek resolved DELTASPIKE-250.
-----------------------------------------

    Resolution: Fixed
    
> persistence-strategy which is aware of the environment
> ------------------------------------------------------
>
>                 Key: DELTASPIKE-250
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-250
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: JPA-Module
>    Affects Versions: 0.2-incubating
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.3-incubating
>
>
> this alternative PersistenceStrategy uses auto-detection and can be used if different environments (dev., prod.,...) should use different transaction-types.
> it's a better alternative than extending the PersistenceStrategy for JTA (which would lead to an impl. dependency) only for using @Exclude (or doing a custom veto-extension).
> (it also helps with our unit-tests.)

--
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] (DELTASPIKE-250) persistence-strategy which is aware of the environment

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

Mark Struberg resolved DELTASPIKE-250.
--------------------------------------

    Resolution: Fixed
    
> persistence-strategy which is aware of the environment
> ------------------------------------------------------
>
>                 Key: DELTASPIKE-250
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-250
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: JPA-Module
>    Affects Versions: 0.2-incubating
>            Reporter: Gerhard Petracek
>            Assignee: Mark Struberg
>             Fix For: 0.3-incubating
>
>
> this alternative PersistenceStrategy uses auto-detection and can be used if different environments (dev., prod.,...) should use different transaction-types.
> it's a better alternative than extending the PersistenceStrategy for JTA (which would lead to an impl. dependency) only for using @Exclude (or doing a custom veto-extension).
> (it also helps with our unit-tests.)

--
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] [Reopened] (DELTASPIKE-250) persistence-strategy which is aware of the environment

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

Mark Struberg reopened DELTASPIKE-250:
--------------------------------------

      Assignee: Mark Struberg  (was: Gerhard Petracek)

This needs a though review. At the first glance this looks pretty much over-engineered.
                
> persistence-strategy which is aware of the environment
> ------------------------------------------------------
>
>                 Key: DELTASPIKE-250
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-250
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: JPA-Module
>    Affects Versions: 0.2-incubating
>            Reporter: Gerhard Petracek
>            Assignee: Mark Struberg
>             Fix For: 0.3-incubating
>
>
> this alternative PersistenceStrategy uses auto-detection and can be used if different environments (dev., prod.,...) should use different transaction-types.
> it's a better alternative than extending the PersistenceStrategy for JTA (which would lead to an impl. dependency) only for using @Exclude (or doing a custom veto-extension).
> (it also helps with our unit-tests.)

--
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] [Updated] (DELTASPIKE-250) persistence-strategy which is aware of the environment

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

Gerhard Petracek updated DELTASPIKE-250:
----------------------------------------

    Issue Type: New Feature  (was: Sub-task)
        Parent:     (was: DELTASPIKE-219)
    
> persistence-strategy which is aware of the environment
> ------------------------------------------------------
>
>                 Key: DELTASPIKE-250
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-250
>             Project: DeltaSpike
>          Issue Type: New Feature
>          Components: JPA-Module
>    Affects Versions: 0.2-incubating
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 0.3-incubating
>
>
> this alternative PersistenceStrategy uses auto-detection and can be used if different environments (dev., prod.,...) should use different transaction-types.
> it's a better alternative than extending the PersistenceStrategy for JTA (which would lead to an impl. dependency) only for using @Exclude (or doing a custom veto-extension).
> (it also helps with our unit-tests.)

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