[jira] [Commented] (ARIES-1475) blueprint-maven-plugin: support methods annotated with @Transactional

2016-01-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093920#comment-15093920
 ] 

ASF GitHub Bot commented on ARIES-1475:
---

Github user samwright closed the pull request at:

https://github.com/apache/aries/pull/34


> blueprint-maven-plugin: support methods annotated with @Transactional
> -
>
> Key: ARIES-1475
> URL: https://issues.apache.org/jira/browse/ARIES-1475
> Project: Aries
>  Issue Type: Improvement
>  Components: Blueprint
>Affects Versions: blueprint-maven-plugin-1.3.0
>Reporter: Sam Wright
>Assignee: Christian Schneider
> Fix For: blueprint-maven-plugin-1.4.0
>
>
> Currently @Transactional is only supported when annotating a class. Blueprint 
> supports specifying the transactional type for all methods and/or for 
> individual methods by adding more  elements.
> Patch incoming...



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


[jira] [Commented] (ARIES-1475) blueprint-maven-plugin: support methods annotated with @Transactional

2016-01-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15093882#comment-15093882
 ] 

ASF subversion and git services commented on ARIES-1475:


Commit 1724230 from [~ch...@die-schneider.net] in branch 'aries/trunk'
[ https://svn.apache.org/r1724230 ]

[ARIES-1475] Implement per-method transaction support.

> blueprint-maven-plugin: support methods annotated with @Transactional
> -
>
> Key: ARIES-1475
> URL: https://issues.apache.org/jira/browse/ARIES-1475
> Project: Aries
>  Issue Type: Improvement
>  Components: Blueprint
>Affects Versions: blueprint-maven-plugin-1.3.0
>Reporter: Sam Wright
>Assignee: Christian Schneider
> Fix For: blueprint-maven-plugin-1.4.0
>
>
> Currently @Transactional is only supported when annotating a class. Blueprint 
> supports specifying the transactional type for all methods and/or for 
> individual methods by adding more  elements.
> Patch incoming...



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


[jira] [Commented] (ARIES-1475) blueprint-maven-plugin: support methods annotated with @Transactional

2015-12-12 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15054545#comment-15054545
 ] 

ASF GitHub Bot commented on ARIES-1475:
---

GitHub user samwright opened a pull request:

https://github.com/apache/aries/pull/34

[Aries 1475] implement per-method @Transactional support

https://issues.apache.org/jira/browse/ARIES-1475

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/samwright/aries ARIES-1475

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/aries/pull/34.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #34


commit a905bd2917d7b5272418449c53b1d86879c226cd
Author: Samuel Wright 
Date:   2015-12-12T16:38:35Z

[ARIES-1474] Fix init/destroy method inheritence.

commit 154b046302d7dcd6a64d82da41aa8f960c94da8e
Author: Sam Wright 
Date:   2015-12-12T11:44:41Z

[ARIES-1475] Implement per-method transaction support.




> blueprint-maven-plugin: support methods annotated with @Transactional
> -
>
> Key: ARIES-1475
> URL: https://issues.apache.org/jira/browse/ARIES-1475
> Project: Aries
>  Issue Type: Improvement
>  Components: Blueprint
>Reporter: Sam Wright
>
> Currently @Transactional is only supported when annotating a class. Blueprint 
> supports specifying the transactional type for all methods and/or for 
> individual methods by adding more  elements.
> Patch incoming...



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