PluginInstallerGBean generates invalid geronimo-plugin.xml files
----------------------------------------------------------------
Key: GERONIMO-2000
URL: http://issues.apache.org/jira/browse/GERONIMO-2000
Project: Geronimo
Type: Bug
Security: public (Regular issues)
Components: Plugins
Versions: 1.1
Reporter: Kristian Koehler
When exporting a plugin via the console the PluginInstallerGBean generates an
invalid geronimo-plugin.xml file.
The GBean generates a config-id element which is not valid according to the
plugins-1.1.xsd schema.
Generated:
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
<name>geronimo/activemq/1.1-SNAPSHOT/car</name>
<config-id>geronimo/activemq/1.1-SNAPSHOT/car</config-id>
<category>Please provide a description</category>
...
Should be
<geronimo-plugin xmlns="http://geronimo.apache.org/xml/ns/plugins-1.1">
<name>geronimo/activemq/1.1-SNAPSHOT/car</name>
<module-id>geronimo/activemq/1.1-SNAPSHOT/car</module-id>
<category>Please provide a description</category>
...
Kristian
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira