[jboss-jira] [JBoss JIRA] Commented: (JBAS-8683) CDI Extensions not discovered in EAR structure

Marius Bogoevici (JIRA) jira-events at lists.jboss.org
Thu Dec 2 17:30:04 EST 2010


    [ https://jira.jboss.org/browse/JBAS-8683?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567298#comment-12567298 ] 

Marius Bogoevici commented on JBAS-8683:
----------------------------------------

Mark,

Not sure what you're referring to. In an EAR deployment, the application is the EAR (and the WAR is one of its modules). 

An @ApplicationScoped bean is available (and shared) outside the web application: e.g. an MDB which happens to be deployed in the same EAR will have access to the same @ApplicationScoped bean instance as a web application (provided that the bean is visible).

> CDI Extensions not discovered in EAR structure
> ----------------------------------------------
>
>                 Key: JBAS-8683
>                 URL: https://jira.jboss.org/browse/JBAS-8683
>             Project: JBoss Application Server
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Weld/CDI
>            Reporter: Heiko Braun
>            Assignee: Marius Bogoevici
>            Priority: Optional
>             Fix For: TBD
>
>
> A web application contains a CDI extension shipped within WEB-INF/lib. If this web application is packaged in an EAR, the extension will not be discovered and executed.

-- 
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