[
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 <[email protected]>
Date: 2015-12-12T16:38:35Z
[ARIES-1474] Fix init/destroy method inheritence.
commit 154b046302d7dcd6a64d82da41aa8f960c94da8e
Author: Sam Wright <[email protected]>
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 <tx:transaction ../> elements.
> Patch incoming...
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)