[jira] [Commented] (DELTASPIKE-780) support more advanced cases by extending existing transaction-strategies

2014-11-16 Thread Romain Manni-Bucau (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14213892#comment-14213892
 ] 

Romain Manni-Bucau commented on DELTASPIKE-780:
---

@gerhard: exactly, I'm not convinced we need to make it going further now and 
think we should freeze it. Now that said you expect inheritance AFAIU where I 
would have throw an event to make extension easier.

 support more advanced cases by extending existing transaction-strategies
 

 Key: DELTASPIKE-780
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-780
 Project: DeltaSpike
  Issue Type: Improvement
  Components: JPA-Module
Affects Versions: 1.1.0
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 1.1.1






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


[jira] [Commented] (DELTASPIKE-780) support more advanced cases by extending existing transaction-strategies

2014-11-16 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14213915#comment-14213915
 ] 

Gerhard Petracek commented on DELTASPIKE-780:
-

@romain:
@events: due to CDI-369 that isn't a nice idea. that can create a bottleneck 
easily. esp. in case of batch-jobs which have to call a lot of transactional 
services.
it's just about easier hooks for ~special cases we won't support 
out-of-the-box. we did that also with other methods like #prepareException 
(from the very beginning in case of our transaction-strategies).

 support more advanced cases by extending existing transaction-strategies
 

 Key: DELTASPIKE-780
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-780
 Project: DeltaSpike
  Issue Type: Improvement
  Components: JPA-Module
Affects Versions: 1.1.0
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 1.1.1






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


[jira] [Commented] (DELTASPIKE-780) support more advanced cases by extending existing transaction-strategies

2014-11-15 Thread Romain Manni-Bucau (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14213737#comment-14213737
 ] 

Romain Manni-Bucau commented on DELTASPIKE-780:
---

@Transactional being standard now do we need it?

 support more advanced cases by extending existing transaction-strategies
 

 Key: DELTASPIKE-780
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-780
 Project: DeltaSpike
  Issue Type: Improvement
  Components: JPA-Module
Affects Versions: 1.1.0
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 1.1.1






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


[jira] [Commented] (DELTASPIKE-780) support more advanced cases by extending existing transaction-strategies

2014-11-15 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14213750#comment-14213750
 ] 

Gerhard Petracek commented on DELTASPIKE-780:
-

@romain:
org.apache.deltaspike.jpa.api.transaction.Transactional isn't obsolete just 
because there is javax.transaction.Transactional
it's way more flexible. it's like @Exclude vs @Vetoed (there it's maybe a bit 
more obvious).

 support more advanced cases by extending existing transaction-strategies
 

 Key: DELTASPIKE-780
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-780
 Project: DeltaSpike
  Issue Type: Improvement
  Components: JPA-Module
Affects Versions: 1.1.0
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 1.1.1






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


[jira] [Commented] (DELTASPIKE-780) support more advanced cases by extending existing transaction-strategies

2014-11-15 Thread Romain Manni-Bucau (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14213753#comment-14213753
 ] 

Romain Manni-Bucau commented on DELTASPIKE-780:
---

Well for you. For me it always has been very limited compared to ee (jta). What 
I meant was however different: since there is a standard api we can just use it 
for advanced cases

 support more advanced cases by extending existing transaction-strategies
 

 Key: DELTASPIKE-780
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-780
 Project: DeltaSpike
  Issue Type: Improvement
  Components: JPA-Module
Affects Versions: 1.1.0
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 1.1.1






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


[jira] [Commented] (DELTASPIKE-780) support more advanced cases by extending existing transaction-strategies

2014-11-15 Thread Gerhard Petracek (JIRA)

[ 
https://issues.apache.org/jira/browse/DELTASPIKE-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14213755#comment-14213755
 ] 

Gerhard Petracek commented on DELTASPIKE-780:
-

@romain:
then just use ee-jta as it is and ignore the annotation we have since codi.
this ticket is just about adding additional (simple) hooks ( see 
https://git-wip-us.apache.org/repos/asf?p=deltaspike.git;a=commit;h=e3ce1da6945f6336efca40b11cc14ae18ebfe117
 ).

 support more advanced cases by extending existing transaction-strategies
 

 Key: DELTASPIKE-780
 URL: https://issues.apache.org/jira/browse/DELTASPIKE-780
 Project: DeltaSpike
  Issue Type: Improvement
  Components: JPA-Module
Affects Versions: 1.1.0
Reporter: Gerhard Petracek
Assignee: Gerhard Petracek
 Fix For: 1.1.1






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