Previously, redhat-support-plugin-rhev modified the Red Hat Enterprise Virtualization Manager's application.xml file to ensure that the plug-in was loaded upon JBoss bootstrap. This modification caused RPM verification to report warnings. The necessary configuration changes are now hard coded into the application.xml file, and removed from the redhat-support-plugin-rhev spec file.
DescriptionKeith Robertson
2013-09-17 14:17:27 UTC
Description of problem:
Add the following lines to application.xml such that RHEV-M ear file will load the redhat-support-plugin-rhev. This change will negate the need for the redhat-support-plugin-rhev SPEC file to modify this configuration file during its installation.
<module>
<web>
<web-uri>redhat-support-plugin-rhev.war</web-uri>
<context-root>/redhat-support-plugin-rhev</context-root>
</web>
</module>
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
http://rhn.redhat.com/errata/RHBA-2013-1468.html
Description of problem: Add the following lines to application.xml such that RHEV-M ear file will load the redhat-support-plugin-rhev. This change will negate the need for the redhat-support-plugin-rhev SPEC file to modify this configuration file during its installation. <module> <web> <web-uri>redhat-support-plugin-rhev.war</web-uri> <context-root>/redhat-support-plugin-rhev</context-root> </web> </module>