When the Ant task 'jbi-uninstall-component' is used to uninstall a component that was not installed previously (no component installer was loaded), the error message is not clear: "ObjectName must not be null".
Replace it by something like: "The component '<component-name>' does not exist." where <component-name is the component JBI identifier.
When the Ant task 'jbi-uninstall-component' is used to uninstall a component that was not installed previously (no component installer was loaded), the error message is not clear: "ObjectName must not be null".
Replace it by something like: "The component '<component-name>' does not exist." where <component-name is the component JBI identifier.
Christophe DENEUX added a comment - Thu, 16 Jun 2011 - 11:45:54 +0200 Fix available in branch petals-entreprise-3.1.x/petals/container/petals-jmx
The message is now: "The component installer '<component-name>' does not exist." where <component-name> is the component JBI identifier.
Fix available in branch petals-entreprise-3.1.x/petals/container/petals-jmx
The message is now: "The component installer '<component-name>' does not exist." where <component-name> is the component JBI identifier.