[jbosstools-issues] [JBoss JIRA] (JBIDE-12558) CDI Facet is not enabled after adding cdi-api dependency

Fred Bricon (JIRA) jira-events at lists.jboss.org
Fri Sep 7 08:02:32 EDT 2012


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

Fred Bricon resolved JBIDE-12558.
---------------------------------

    Resolution: Done


Fixed in trunk. The CDI Facet version is now infered from CDI dependencies found in the project. If no matching facet version exists, we fall back on the default CDI Facet version :

!cdi_1.1_support.png!
                
> CDI Facet is not enabled after adding cdi-api dependency
> --------------------------------------------------------
>
>                 Key: JBIDE-12558
>                 URL: https://issues.jboss.org/browse/JBIDE-12558
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: maven
>    Affects Versions: 4.0.0.Alpha1
>            Reporter: Rastislav Wagner
>            Assignee: Fred Bricon
>             Fix For: 4.0.0.Alpha2
>
>         Attachments: cdi_1.1_support.png
>
>
> After adding this dependency to Dynamic Web or EJB Project (without runtime)
> <dependency>
>   	<groupId>javax.enterprise</groupId>
>   	<artifactId>cdi-api</artifactId>
>   	<version>1.1.EDR1.2</version>
>  </dependency>
> CDI Facet is not enabled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list