----- Original Message -----
From: "Alexey Makhmutov" <bear2k(a)mail.ru>
To: jboss-as7-dev(a)lists.jboss.org
Sent: Monday, December 5, 2011 3:56:00 AM
Subject: [jboss-as7-dev] TransactionTimeout annotation support
Hi.
I have some questions regarding support for configurable transaction
timeouts for CMT beans. The documentation currently describes
'TransactionTimeout' annotation
(
https://docs.jboss.org/author/display/AS71/EJB+3+Reference+Guide#EJB3Refe...),
however my tests shows that specifying this annotation makes no
difference in server behavior. I wasn't able to find a JIRA issue
for this item and I wasn't also able to find a part of code in
jboss-as which supports it. So, I've played with code a little and
made a straightforward implementation to support this annotation,
mostly copying logic of 'TransactionAttribute' processing code:
https://github.com/Lerm/jboss-as/commit/b08acb408d722d3026df25bf54b57d271...
So, my questions are following:
1. Is it true that 'TransactionTimeout' annotation isn't supported as
for now or did I missed something?
In my opinion it should be supported, and it was working on AS 7.0 at one point, because I
am using it in some code of mine.
2. If it's not supported, then is there some JIRA request for
it?
3. Is it worth to continue working on this fix to add it to main code
stream?
I would appreciate it being fixed/implemented, and I think the community would too.
Andy
Thanks,
Alexey Makhmutov
_______________________________________________
jboss-as7-dev mailing list
jboss-as7-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-as7-dev