[jira] [Updated] (TAP5-2553) Support pseudo nested JPA transactions and pre/post commit hooks

2016-06-06 Thread Kalle Korhonen (JIRA)

 [ 
https://issues.apache.org/jira/browse/TAP5-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kalle Korhonen updated TAP5-2553:
-
Fix Version/s: 5.5.0

> Support pseudo nested JPA transactions and pre/post commit hooks
> 
>
> Key: TAP5-2553
> URL: https://issues.apache.org/jira/browse/TAP5-2553
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-jpa
>Affects Versions: 5.4.1
>Reporter: Kalle Korhonen
>Assignee: Kalle Korhonen
>  Labels: jpa
> Fix For: 5.5.0
>
>
> Plain JPA does not support nested transaction but by keeping track of 
> @CommitAfter stack, we can support "pseudo nested" transactions. The concept 
> was first demonstrated in 
> https://github.com/satago/tapestry-jpa-transactions. @kaosko started an 
> effort to merge the codebase to T5 
> (https://github.com/satago/tapestry-jpa-transactions/pull/5) but because of 
> fundamental limitations in the original design (no support for multiple 
> persistence units, pre/post commit hooks were only available for the last 
> transaction), @kaosko refactored the implementation for more general use 
> (https://github.com/kaosko/tapestry-jpa-transactions). The original code was 
> under Apache license with support from the original authors to merge the 
> codebase to T5 and the refactored implementation was solely made by @kaosko. 
> This issue is about merging the refactored implementation to T5.5 and 
> replacing the existing JPA classes (mainly class workers, advisors) by the 
> those provided by the new implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Assigned] (TAP5-2553) Support pseudo nested JPA transactions and pre/post commit hooks

2016-06-06 Thread Kalle Korhonen (JIRA)

 [ 
https://issues.apache.org/jira/browse/TAP5-2553?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kalle Korhonen reassigned TAP5-2553:


Assignee: Kalle Korhonen

> Support pseudo nested JPA transactions and pre/post commit hooks
> 
>
> Key: TAP5-2553
> URL: https://issues.apache.org/jira/browse/TAP5-2553
> Project: Tapestry 5
>  Issue Type: New Feature
>  Components: tapestry-jpa
>Affects Versions: 5.4.1
>Reporter: Kalle Korhonen
>Assignee: Kalle Korhonen
>  Labels: jpa
>
> Plain JPA does not support nested transaction but by keeping track of 
> @CommitAfter stack, we can support "pseudo nested" transactions. The concept 
> was first demonstrated in 
> https://github.com/satago/tapestry-jpa-transactions. @kaosko started an 
> effort to merge the codebase to T5 
> (https://github.com/satago/tapestry-jpa-transactions/pull/5) but because of 
> fundamental limitations in the original design (no support for multiple 
> persistence units, pre/post commit hooks were only available for the last 
> transaction), @kaosko refactored the implementation for more general use 
> (https://github.com/kaosko/tapestry-jpa-transactions). The original code was 
> under Apache license with support from the original authors to merge the 
> codebase to T5 and the refactored implementation was solely made by @kaosko. 
> This issue is about merging the refactored implementation to T5.5 and 
> replacing the existing JPA classes (mainly class workers, advisors) by the 
> those provided by the new implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TAP5-2553) Support pseudo nested JPA transactions and pre/post commit hooks

2016-06-06 Thread Kalle Korhonen (JIRA)
Kalle Korhonen created TAP5-2553:


 Summary: Support pseudo nested JPA transactions and pre/post 
commit hooks
 Key: TAP5-2553
 URL: https://issues.apache.org/jira/browse/TAP5-2553
 Project: Tapestry 5
  Issue Type: New Feature
  Components: tapestry-jpa
Affects Versions: 5.4.1
Reporter: Kalle Korhonen


Plain JPA does not support nested transaction but by keeping track of 
@CommitAfter stack, we can support "pseudo nested" transactions. The concept 
was first demonstrated in https://github.com/satago/tapestry-jpa-transactions. 
@kaosko started an effort to merge the codebase to T5 
(https://github.com/satago/tapestry-jpa-transactions/pull/5) but because of 
fundamental limitations in the original design (no support for multiple 
persistence units, pre/post commit hooks were only available for the last 
transaction), @kaosko refactored the implementation for more general use 
(https://github.com/kaosko/tapestry-jpa-transactions). The original code was 
under Apache license with support from the original authors to merge the 
codebase to T5 and the refactored implementation was solely made by @kaosko. 
This issue is about merging the refactored implementation to T5.5 and replacing 
the existing JPA classes (mainly class workers, advisors) by the those provided 
by the new implementation.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (TAP5-2552) Missing Jar file

2016-06-06 Thread nicolaslh (JIRA)
nicolaslh created TAP5-2552:
---

 Summary: Missing Jar file
 Key: TAP5-2552
 URL: https://issues.apache.org/jira/browse/TAP5-2552
 Project: Tapestry 5
  Issue Type: Bug
  Components: tapestry-ioc
Affects Versions: 5.3.8
Reporter: nicolaslh


As 
http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/ioc/test/TestUtils.html
 

 
 Normally this class is in the package org.apache.tapestry5.ioc.test but there 
is only one class which is IOCTestCase. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)