[weld-issues] [JBoss JIRA] Created: (WELD-951) Deployment error when enabling interceptor in beans.xml if already enabled in included jar
Cody Lerum (JIRA)
jira-events at lists.jboss.org
Thu Aug 11 18:15:02 EDT 2011
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/META-INF/beans.xml
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
More information about the weld-issues
mailing list