[weld-issues] [JBoss JIRA] Resolved: (WELD-951) Deployment error when enabling interceptor in beans.xml if already enabled in included jar

Ales Justin (JIRA) jira-events at lists.jboss.org
Fri Aug 12 09:21:10 EDT 2011


     [ https://issues.jboss.org/browse/WELD-951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ales Justin resolved WELD-951.
------------------------------

    Resolution: Won't Fix


AS6 merges all metadata for (sub)deployment, and throws an error on dups.
AS7 is per bean archive and it should work.
There is no fix for this (or it's too big of a change for AS6).
Unfortunately this means you need to adjust your deployment wrt env; AS6 vs. AS7/GF.


> 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