You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Kristian Koehler (JIRA)" <de...@geronimo.apache.org> on 2006/05/09 13:06:22 UTC

[jira] Updated: (GERONIMO-2000) PluginInstallerGBean generates invalid geronimo-plugin.xml files

     [ http://issues.apache.org/jira/browse/GERONIMO-2000?page=all ]

Kristian Koehler updated GERONIMO-2000:
---------------------------------------

    Attachment: PluginInstallerGBean.java.patch

the patch

> 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
>  Attachments: PluginInstallerGBean.java.patch
>
> 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