Vineet Reynolds created FORGE-1104:
--------------------------------------
Summary: REST plugin stores the path of the Activator class instead of the
classname in the project config
Key: FORGE-1104
URL:
https://issues.jboss.org/browse/FORGE-1104
Project: Forge
Issue Type: Bug
Components: Builtin Plugins
Affects Versions: 1.3.3.Final
Reporter: Vineet Reynolds
Priority: Minor
The fully qualified path aka location of the file containing the {{@ApplicationPath}}
annotation is stored in the project configuration by the REST plugin. It should instead
store just the simple class name since this class name is appended with the stored package
name to determine whether the facet should be activated or not.
There are no issues encountered except that the ApplicationPath class is scanned for every
time the project is opened since the class will eventually be found, but once found the
incorrect entry is stored.
--
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