[
https://issues.jboss.org/browse/FORGE-1304?page=com.atlassian.jira.plugin...
]
Lincoln Baxter III commented on FORGE-1304:
-------------------------------------------
I am not able to reproduce this in tests:
https://github.com/forge/core/blob/2.0/javaee/tests/src/test/java/org/jbo...
I'll try again tomorrow by attempting to roll back your workaround in the branch.
Top level facets are not detected as installed even though subtype
facets are installed
---------------------------------------------------------------------------------------
Key: FORGE-1304
URL:
https://issues.jboss.org/browse/FORGE-1304
Project: Forge
Issue Type: Bug
Components: Plugin API
Reporter: Vineet Reynolds
The invocation {{project.getFacet(ServletFacet.class)}} returns null event though the
project has the Servlet 3.0 facet associated with it.
This requires explicit invocations like {{project.getFacet(ServletFacet_3_0.class)}},
{{project.getFacet(ServletFacet_3_1.class)}} etc.
This also affects other top-level facets like the CDI and EJB facets.
--
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