GitHub user maxbruecken opened a pull request:
https://github.com/apache/aries/pull/24
ARIES-628
Unfortunately Transaction annotation doesn't work for me. The
AnnotationParser implements a BeanProcessor but it is injected by
TxNamespaceHandler as a MutablePassThroughMetadata, which doesn't extend
ExtendedBeanMetadata. BlueprintContainerImpl ignores such processors.
I have fixed this problem just like the AuthorizationNsHandler.
Second commit allows to use the JTA 1.2 Transactional annotations.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maxbruecken/aries ARIES-628
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/aries/pull/24.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 #24
----
commit 28616680f15b6c9fc34676e9eb83ca6902a7a3f3
Author: maxbruecken <[email protected]>
Date: 2015-06-02T19:43:03Z
ARIES-628
commit 0767848c7af4fd0db7f815cecaf418060b5da530
Author: maxbruecken <[email protected]>
Date: 2015-06-07T11:28:24Z
ARIES-628: enable jta transactional annotation
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---