Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WFLY-10434] Make interceptor order arrangements for CachedConnection… #11335

Merged
merged 1 commit into from Jun 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -161,7 +161,6 @@ public static final class View {
public static final int CHECKING_INTERCEPTOR = 1;
public static final int TCCL_INTERCEPTOR = 0x003;
public static final int INVOCATION_TYPE = 0x005;
public static final int EE_SETUP = 0x010;
public static final int EJB_IIOP_TRANSACTION = 0x020;
public static final int JNDI_NAMESPACE_INTERCEPTOR = 0x050;
public static final int REMOTE_EXCEPTION_TRANSFORMER = 0x200;
Expand Down Expand Up @@ -193,6 +192,7 @@ public static final class View {
public static final int REMOTE_TRANSACTION_PROPAGATION_INTERCEPTOR = 0x450;
public static final int CDI_REQUEST_SCOPE = 0x480;
public static final int CMT_TRANSACTION_INTERCEPTOR = 0x500;
public static final int EE_SETUP = 0x510;
public static final int HOME_METHOD_INTERCEPTOR = 0x600;
public static final int ASSOCIATING_INTERCEPTOR = 0x700;
public static final int XTS_INTERCEPTOR = 0x701;
Expand Down