Improvement of "New Server Instance via plugins-GERONIMO-4382"
--------------------------------------------------------------
Key: GERONIMO-4663
URL: https://issues.apache.org/jira/browse/GERONIMO-4663
Project: Geronimo
Issue Type: Improvement
Security Level: public (Regular issues)
Components: commands, Plugins
Affects Versions: 2.2
Reporter: Zhang jian
When using gshell command deploy/new-instance to new a instance of the server,
an error happens in start-server window:
ERROR [PluginInstallerGBean] Unable to install plugin
java.lang.IllegalArgumentException: Could not find org.apache.geronimo.plugingro
ups/framework/2.2-SNAPSHOT/car in any repo:
[org.apache.geronimo.system.plugin.GeronimoSourceRepository].
Because in directory
<GERONIMO_HOME>/repository/org/apache/geronimo/plugingroups, no directory
/framework (a plugin) exists, we must copy /framework from
<GERONIMO_HOME>/repository/org/apache/geronimo/framework/plugingroups (It is a
plugin "framework-2.2-SNAPSHOT.car") firstly.
I think it is inconvenient for users,so why not put the plugin in the right
position?
Or maybe it is a bug that in the code there is a path must point to the second
directory.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.