Deployment error when enabling interceptor in beans.xml if already enabled in included
jar
------------------------------------------------------------------------------------------
Key: WELD-951
URL:
https://issues.jboss.org/browse/WELD-951
Project: Weld
Issue Type: Bug
Affects Versions: 1.1.2.Final
Environment: Jboss AS6 Final and JBoss A6.1 Snapshot
Reporter: Cody Lerum
This case is a Seam 3 app when enabling interceptor for Seam Persistence transactions
<interceptors>
<class>org.jboss.seam.transaction.TransactionInterceptor</class>
</interceptors>
Seam Secuitry already enables this interceptor
https://github.com/seam/security/blob/3.0.0.Final/impl/src/main/resources...
Stack trace here:
https://gist.github.com/1140927
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira