[jboss-jira] [JBoss JIRA] Commented: (AS7-1042) Adding interceptors with the same priority leads to non-deterministic behaviour
Carlo de Wolf (JIRA)
jira-events at lists.jboss.org
Mon Jun 20 09:32:23 EDT 2011
[ https://issues.jboss.org/browse/AS7-1042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12609730#comment-12609730 ]
Carlo de Wolf commented on AS7-1042:
------------------------------------
https://github.com/wolfc/jboss-as/commit/67e569564b390c8c2f0bcce94a61c425c62817f1
> Adding interceptors with the same priority leads to non-deterministic behaviour
> -------------------------------------------------------------------------------
>
> Key: AS7-1042
> URL: https://issues.jboss.org/browse/AS7-1042
> Project: Application Server 7
> Issue Type: Bug
> Components: EE
> Reporter: Carlo de Wolf
> Assignee: Carlo de Wolf
> Priority: Blocker
> Fix For: 7.0.0.CR1
>
>
> {code:java}
> public static final int SINGLETON_CONTAINER_MANAGED_CONCURRENCY_INTERCEPTOR = 0x800;
> public static final int USER_INTERCEPTORS = 0x800;
> {code}
> The order of execution between CONCURRENCY and USER is no longer guaranteed.
> The EE framework must detect such a setup and fail.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list