Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

Commit fe23abd

Browse files
committed
CDI TransactionalExceptionManager can not be final otherwise Weld is not happy
Change-Id: Ia25a62aa7b37733dd9fb9bb978cf2f5f23150d6c Signed-off-by: Jakub Podlesak <[email protected]>
1 parent 99cafb3 commit fe23abd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/cdi/jersey-cdi1x-transaction/src/main/java/org/glassfish/jersey/ext/cdi1x/transaction/internal/TransactionalExceptionMapper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
*/
6363
@ApplicationScoped
6464
@JerseyVetoed
65-
public final class TransactionalExceptionMapper implements ExtendedExceptionMapper<TransactionalException> {
65+
public class TransactionalExceptionMapper implements ExtendedExceptionMapper<TransactionalException> {
6666

6767
@Inject
6868
@TransactionalExceptionInterceptorProvider.WaeQualifier

0 commit comments

Comments
 (0)