Details
-
Sub-task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.4, 2.2.0
-
None
Description
From the initial version of the Server Plugin Manager, there are several things that can be streamlined.
1. use geronimo-system.jar file instead of the jaxbmodels (org.apache.geronimo.jee.plugin). When I tried to use the .jar file, I kept get exceptions that ObjectFactory could not be found. As it is now, the org.apache.geronimo.jee.plugin classes are exact duplicates of what is in the geronimo-system.jar file
2. GeronimoServerPluginManager.java should use PluginInstallerGbean. This will cut down on a lot of methods that were duplicated into this class.
3. Other methods in GeronimoServerPluginManager.java can probably make other calls to the jar files that we already are bringing into the GEP.
All of this will make the code much slimmer and re-use a lot of good code.