-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
1.0.1.CR1
-
None
-
None
TransactionalInterceptor class in "branches/1.0" has the following @PreDestroy Method.
@PreDestroy public void destroy()
{ destroyed = true; }This is wrong, it must take InvocationContext. This is corrected in "trunk" but not in "branches/1.0"
- duplicates
-
CDITCK-102 org.jboss.jsr299.tck.tests.context.dependent.TransactionalInterceptor has incorrect postconstructor interceptor definition
- Closed