Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 494e37ae3d140e250fb84ad0346c5159570eb6b0
https://github.com/rhq-project/rhq/commit/494e37ae3d140e250fb84ad0346c51595…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-25 (Mon, 25 Aug 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/plugin/ClassLoaderManager.java
Log Message:
-----------
Bug 1127411 - WARN [Thread-6] (rhq.core.pc.plugin.PluginClassLoader)- Failed to purge embedded jars directory. Cause: java.io.IOException
Destroy Plugin Class Loaders only once (IOException came from the
directory being already purged)
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 692c4b2c1958b23ca520edf425d7216ec758b637
https://github.com/rhq-project/rhq/commit/692c4b2c1958b23ca520edf425d7216ec…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-08-25 (Mon, 25 Aug 2014)
Changed paths:
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresDatabaseComponent.java
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java
Log Message:
-----------
[BZ 1117829] Add quotes around necessary tableNames and columnNames to force case-sensitivity on PostgreSQL
(cherry picked from commit 47e2f193906fbcc8b49f8040c9eef0bb48a5de63)
Signed-off-by: Thomas Segismont <tsegismo(a)redhat.com>
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: 2d0cbf1e1a1d7bb9484eff06059a02ce14935bb2
https://github.com/rhq-project/rhq/commit/2d0cbf1e1a1d7bb9484eff06059a02ce1…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Resource.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/RuntimeDiscoveryExecutor.java
Log Message:
-----------
[801432, 807465] Related Issue to these BZs
Uninventory triggered our "assert-style" debug logging indicating that we
were working with HashSet for child resources when we expected to be using
a safer Set impl (wrt preventing ConcurrentModoficationException). There
were a few issues in play:
- When loading persisted resources from disk convert childResources to
CopyOnWriteArraySet if necessary. This repairs resources persisted with
the wrong Set impl.
- Eliminate some potential concurrent modification danger (or, at a minimum,
- Fix a couple of other places where we weren't using CopyOnWriteArraySet
- Fix Resource entity to ensure that when customChildResourcesCollection=true
that the childResources Set is truly protected. It was here that we were
losing the proper Set impl.
some unnecessary work) by only calling deactivateResource() on the root
resource. It recursively deactivates the subtree, so no need to then call
it on every node in the subtree.
- Fix our "assert-logging" conditional, which despite finding this issue was
actually looking for the wrong set impl. It had not been updated when we
moved to CopyOnWriteArraySet.
Cherry-Pick master 3e47741694b55fedecf9c904d89de11a7b92ccb2
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: bdeeef8ab36aed0d7d1f38dcb9d19c8cc8150ca0
https://github.com/rhq-project/rhq/commit/bdeeef8ab36aed0d7d1f38dcb9d19c8cc…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossBean.java
Log Message:
-----------
[1133112] Inventory Merge is slow and consumes a lot of memory when a parent has many children
In our continuing search for new planets, new civilizations, er, strike that,
our need for better performance, this change ensures we don't pull
child sets unnecessarily during inventory merge. This is very important in
the given use case, but should benefit all inventory merge to some degree.
Branch: refs/heads/feature/agent-in-server
Home: https://github.com/rhq-project/rhq
Commit: 195b18b45f43f712cedc00d51bfc2ffccc83a38e
https://github.com/rhq-project/rhq/commit/195b18b45f43f712cedc00d51bfc2ffcc…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-04-30 (Wed, 30 Apr 2014)
Changed paths:
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/configuration/ConfigurationServerService.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/configuration/ConfigurationManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/configuration/ConfigurationServerServiceImpl.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/SubsystemDiscovery.java
Log Message:
-----------
[1070326] Do not individually track applications with the same WEB Context
This is an initial commit for consideration. It enhances discovery in the
as7 plugin such that Deployments automatically process versioned artifact
names. For example, myapp-1.0.war results in a Deployment resource
of myapp.way with version 1.0. A subsequent deployment of myapp-2.0.war
results in the existing myapp.war resource being upped to version 2.0.
This is applied to any Deployment based on the SubsystemDiscovery class.
Moreover, general support has been added such that when discovering a new
version of an existing resource, not only is the version updated, but the
resource's plugin configuration is updated with any properties set by the
discovery. In this way if the new version requires updated connection props
(like the EAP address path used to connect) it gets updated. Since only
those props set by discovery are updated, any existing customizations will be
maintained in the existing configuration.
Commit: 603e488dafab8ef2b94cd7d003149ee4488d1d53
https://github.com/rhq-project/rhq/commit/603e488dafab8ef2b94cd7d003149ee44…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/SubsystemDiscovery.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedSubsystemDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/WebRuntimeDiscoveryComponent.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/jboss-as/src/test/java/org/rhq/plugins/jbossas/test/JBossASPluginTest.java
Log Message:
-----------
[1070326] RFE: Allow AS7 deployments to provide version in the artifact name
- Limit the special version-handling to only Deployments or those types that
"run-inside" Deployments.
- Make the version Pattern configurable.
- Make the regex matching more efficient by using a single Matcher and
resetting as necessary.
- fix up a mock
Commit: 9bc96ca434b4dbef440a73f8f6f36bc6dc1bc240
https://github.com/rhq-project/rhq/commit/9bc96ca434b4dbef440a73f8f6f36bc6d…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-05-16 (Fri, 16 May 2014)
Changed paths:
M modules/plugins/sudoers/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[545544] Trivial description fix
Commit: 948b646e37826f0062af1f24b77738e847d7a546
https://github.com/rhq-project/rhq/commit/948b646e37826f0062af1f24b77738e84…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-02 (Mon, 02 Jun 2014)
Changed paths:
M .gitignore
M code-coverage/pom.xml
M etc/eclipse-tools/hibernate.cfg.xml
M etc/samples/mbeans-on-as7-plugin/pom.xml
M etc/samples/skeleton-plugin/src/main/resources/META-INF/rhq-plugin.xml
A modules/.gitignore
M modules/cli-tests/pom.xml
M modules/common/ant-bundle/pom.xml
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/ArchiveType.java
M modules/common/cassandra-auth/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-arquillian/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-core/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-maven-plugin/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-testng/pom.xml
M modules/common/cassandra-ccm/pom.xml
M modules/common/cassandra-installer/pom.xml
M modules/common/cassandra-schema/pom.xml
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/AbstractManager.java
A modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/CQLStep.java
A modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/DBConnectionFactory.java
A modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/PopulateCacheIndex.java
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/SchemaManager.java
A modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/SchemaUpdateThreadFactory.java
A modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/Step.java
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/UpdateFile.java
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/VersionManager.java
A modules/common/cassandra-schema/src/main/resources/schema/update/0003.xml
M modules/common/cassandra-schema/src/test/java/org/rhq/cassandra/schema/UpdateFileTest.java
M modules/common/cassandra-util/pom.xml
M modules/common/drift/pom.xml
M modules/common/filetemplate-bundle/pom.xml
M modules/common/jboss-as-dmr-client/pom.xml
M modules/common/jboss-as-dmr-client/src/main/java/org/rhq/common/jbossas/client/controller/DatasourceJBossASClient.java
M modules/common/jboss-as/pom.xml
M modules/common/pom.xml
M modules/core/arquillian-integration/archive/pom.xml
M modules/core/arquillian-integration/container/pom.xml
M modules/core/arquillian-integration/pom.xml
M modules/core/arquillian-integration/suite-extension/pom.xml
M modules/core/arquillian-integration/test-agent-plugin/pom.xml
M modules/core/client-api/pom.xml
A modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/lifecycle/PluginContainerLifecycle.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/metadata/PluginMetadataParser.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/metadata/SubCategoriesMetadataParser.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/core/PingRequest.java
M modules/core/client-api/src/main/resources/rhq-plugin.xsd
M modules/core/client-api/src/test/java/org/rhq/core/clientapi/agent/metadata/test/ExtensionModelTest.java
M modules/core/client-api/src/test/java/org/rhq/core/clientapi/agent/metadata/test/NestedSubCategoriesMetadataParserTest.java
M modules/core/client-api/src/test/java/org/rhq/core/clientapi/agent/metadata/test/SubCategoriesMetadataParserTest.java
M modules/core/comm-api/pom.xml
M modules/core/dbutils/pom.xml
A modules/core/dbutils/src/main/java/org/rhq/core/db/upgrade/SubcategoryUpgradeTask.java
M modules/core/dbutils/src/main/scripts/dbsetup/inventory-schema.xml
M modules/core/dbutils/src/main/scripts/dbsetup/obsolete-schema.xml
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/intentional-api-changes-since-4.10.0.xml
A modules/core/domain/intentional-api-changes-since-4.11.0.xml
M modules/core/domain/pom.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/common/ProductInfo.java
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
A modules/core/domain/src/main/java/org/rhq/core/domain/criteria/PluginCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceTypeCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/install/remote/RemoteAccessInfo.java
A modules/core/domain/src/main/java/org/rhq/core/domain/install/remote/SSHSecurityException.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/AvailabilityType.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementSchedule.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Agent.java
A modules/core/domain/src/main/java/org/rhq/core/domain/resource/MissingPolicy.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Resource.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/ResourceSubCategory.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/ResourceType.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/composite/ProblemResourceComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/composite/ResourceAvailabilitySummary.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/flyweight/AutoGroupCompositeFlyweight.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/flyweight/FlyweightCache.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/flyweight/ResourceSubCategoryFlyweight.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/flyweight/ResourceTypeFlyweight.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/group/composite/AutoGroupComposite.java
M modules/core/gui/pom.xml
M modules/core/native-system/pom.xml
M modules/core/plugin-api/pom.xml
M modules/core/plugin-container-itest/pom.xml
M modules/core/plugin-container/pom.xml
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/content/DeleteContentRunner.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/AvailabilityExecutor.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/AvailabilityProxy.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-test-api/pom.xml
M modules/core/plugin-test-util/pom.xml
M modules/core/plugin-validator/pom.xml
M modules/core/plugindoc/pom.xml
M modules/core/plugindoc/src/main/java/org/rhq/core/tool/plugindoc/PluginDescriptorProcessor.java
M modules/core/pom.xml
M modules/core/util/pom.xml
M modules/core/util/src/main/java/org/rhq/core/util/file/FileUtil.java
M modules/core/util/src/main/java/org/rhq/core/util/updater/Deployer.java
M modules/core/util/src/main/java/org/rhq/core/util/updater/DeploymentData.java
M modules/core/util/src/test/java/org/rhq/core/util/file/FileUtilTest.java
M modules/core/util/src/test/java/org/rhq/core/util/updater/DeployerTest.java
M modules/enterprise/agent/pom.xml
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
A modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/PluginContainerLifecycleListener.java
M modules/enterprise/agentupdate/pom.xml
M modules/enterprise/binding/pom.xml
M modules/enterprise/binding/src/main/java/org/rhq/bindings/client/RhqManager.java
M modules/enterprise/comm/pom.xml
M modules/enterprise/gui/agentupdate-war/pom.xml
M modules/enterprise/gui/content_http-war/pom.xml
M modules/enterprise/gui/coregui/pom.xml
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
R modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/Footer.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/AdministrationView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/AgentPluginTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/agent/install/RemoteAgentInstallView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/templates/IgnoreResourceTypesView.java
A modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/templates/MissingPolicyResourceTypesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/templates/ResourceTypeTreeView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AgentDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/DashboardView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/groups/GroupMetricsPortlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/footer/FavoritesButton.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/gwt/MeasurementChartsGWTService.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/gwt/PluginGWTService.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/gwt/RemoteInstallGWTService.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/gwt/ResourceTypeGWTService.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/InventoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/history/AbstractOperationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/schedule/AbstractOperationScheduleDetailsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/MetricGraphData.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/graphtype/AvailabilityOverUnderGraphType.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/ResourceGroupContextMenu.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/ResourceGroupTreeView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/metric/MetricsGroupViewDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/table/CompositeGroupD3GraphListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/table/CompositeGroupD3MultiLineGraph.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/table/GroupMeasurementTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/table/GroupMembersComparisonView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/table/GroupMetricsTableDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/table/GroupMonitoringTablesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/operation/schedule/GroupOperationScheduleDetailsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/summary/ActivityView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ChildHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/operation/history/ResourceOperationHistoryDetailsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/operation/schedule/ResourceOperationScheduleDetailsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/summary/ActivityView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/type/ResourceTypeRepository.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/operation/OperationHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/measurement/MeasurementOOBDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/message/MessageBar.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/message/MessageCenterView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/MeasurementChartsGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/PluginGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/RemoteInstallGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/ResourceTypeGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/CoreGUI.gwt.xml
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
R modules/enterprise/gui/coregui/src/main/webapp/CoreGUI-4.11.0.css
A modules/enterprise/gui/coregui/src/main/webapp/CoreGUI-4.12.0.css
M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html
R modules/enterprise/gui/coregui/src/main/webapp/css/charts-4.11.0.css
A modules/enterprise/gui/coregui/src/main/webapp/css/charts-4.12.0.css
A modules/enterprise/gui/coregui/src/main/webapp/css/patternfly-custom.css
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.css
A modules/enterprise/gui/coregui/src/main/webapp/fonts/FontAwesome.otf
A modules/enterprise/gui/coregui/src/main/webapp/fonts/fontawesome-webfont.eot
A modules/enterprise/gui/coregui/src/main/webapp/fonts/fontawesome-webfont.svg
A modules/enterprise/gui/coregui/src/main/webapp/fonts/fontawesome-webfont.ttf
A modules/enterprise/gui/coregui/src/main/webapp/fonts/fontawesome-webfont.woff
A modules/enterprise/gui/coregui/src/main/webapp/img/top-bar.png
R modules/enterprise/gui/coregui/src/main/webapp/js/d3.v3.3.13.js
R modules/enterprise/gui/coregui/src/main/webapp/js/d3.v3.3.13.min.js
A modules/enterprise/gui/coregui/src/main/webapp/js/d3.v3.3.48.js
A modules/enterprise/gui/coregui/src/main/webapp/js/d3.v3.3.48.min.js
A modules/enterprise/gui/coregui/src/main/webapp/js/jquery-login-page-only-1.11.1.min.js
A modules/enterprise/gui/coregui/src/main/webapp/js/respond.min.js
R modules/enterprise/gui/coregui/src/main/webapp/js/rhq-4.11.0.js
A modules/enterprise/gui/coregui/src/main/webapp/js/rhq-4.12.0.js
M modules/enterprise/gui/coregui/src/main/webapp/login
M modules/enterprise/gui/downloads-war/pom.xml
M modules/enterprise/gui/pom.xml
M modules/enterprise/gui/portal-war/pom.xml
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/common/tag/FunctionTagLibrary.java
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/legacy/action/resource/common/monitor/visibility/ResourceMetricsFormPrepareAction.java
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/measurement/tables/MetricsTableUIBean.java
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/navigation/group/ResourceGroupTreeNode.java
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/navigation/resource/ResourceTreeModelUIBean.java
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/common/fileUpload.xhtml
M modules/enterprise/gui/remote-client-war/pom.xml
M modules/enterprise/gui/remoting-war/pom.xml
M modules/enterprise/gui/rest-examples-war/pom.xml
M modules/enterprise/gui/rest-war/pom.xml
M modules/enterprise/pom.xml
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/cli/src/main/samples/deploy-to-and-restart-JBAS.js
M modules/enterprise/remoting/cli/src/main/samples/modules/jbossas.js
M modules/enterprise/remoting/client-api/pom.xml
M modules/enterprise/remoting/client-deps/pom.xml
M modules/enterprise/remoting/pom.xml
M modules/enterprise/scripting/api/pom.xml
M modules/enterprise/scripting/javascript/pom.xml
M modules/enterprise/scripting/pom.xml
M modules/enterprise/scripting/python/pom.xml
M modules/enterprise/server/appserver/pom.xml
M modules/enterprise/server/appserver/src/main/resources/plugins/README.txt
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/client-api/pom.xml
M modules/enterprise/server/data-migration/pom.xml
M modules/enterprise/server/data-migration/src/main/java/org/rhq/server/metrics/migrator/workers/MetricsIndexUpdateAccumulator.java
M modules/enterprise/server/ear/pom.xml
M modules/enterprise/server/embeddedagent/pom.xml
M modules/enterprise/server/installer/pom.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerProperties.java
M modules/enterprise/server/installer/src/main/resources/module/main/module.xml
M modules/enterprise/server/installer/src/test/java/org/rhq/enterprise/server/installer/client/DatasourceJBossASClientTest.java
M modules/enterprise/server/itests-2/pom.xml
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/auth/test/SubjectManagerBeanTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerBeanTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/metadata/PluginExtensionMetadataTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/metadata/PluginManagerBeanTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBeanTest.java
R modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/metadata/test/SubcategoryTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/metadata/test/UpdatePluginMetadataTestBase.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/metadata/test/UpdateResourceSubsystemTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/test/AbstractEJB3Test.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/test/TestAgentClient.java
M modules/enterprise/server/itests-2/src/test/resources/org/rhq/enterprise/server/discovery/DiscoveryBossBeanTest.xml
M modules/enterprise/server/itests-2/src/test/resources/org/rhq/enterprise/server/inventory/InventoryManagerBeanTest.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/illegal-subcat-1.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/nested-subcat-2children.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/nested-subcat-grandchild.xml
M modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/nested-subcat-services-v2_0.xml
A modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/nested-subcat-services-v3_0.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/nested-subcat-v1_0.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/nested-subcat-v1_1.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/nested-subcat-v2_0.xml
M modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/no-subcat.xml
A modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/old-subcat.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/one-subcat-v1_0.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/one-subcat-v1_1.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/one-subcat-v2_0.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/one-subcat-v3_0.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/services-v1_0.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/services-v2_0.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/test-subcategories.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/test-subcategories2.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/test-subcategories3.xml
R modules/enterprise/server/itests-2/src/test/resources/test/metadata/resource/two-subcat.xml
M modules/enterprise/server/jar/intentional-api-changes-since-4.10.0.xml
M modules/enterprise/server/jar/pom.xml
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/agentclient/AgentClient.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/agentclient/impl/AgentClientImpl.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/engine/internal/GlobalConditionCache.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/engine/model/AvailabilityDurationCacheElement.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/auth/SubjectManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/instance/ServerManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CoreServer.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/install/remote/RemoteInstallManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/install/remote/RemoteInstallManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/install/remote/SSHInstallUtility.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/AvailabilityManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementChartsManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementChartsManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementProblemManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementScheduleManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/operation/OperationJob.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/operation/OperationManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/ResourceManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/ResourceManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/ResourceTypeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/ResourceTypeManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/ResourceTypeManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/group/LdapGroupManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/UpdatePluginsOnAgentsJob.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/AbstractRestBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/ContentHandlerBean.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/PluginHandlerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/RootHandlerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/StatusHandlerBean.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/domain/BooleanValue.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/domain/PluginRest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/jobs/AlertAvailabilityDurationJob.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/sync/importers/SystemSettingsImporter.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemInfoManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemInfoManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerLocal.java
M modules/enterprise/server/jar/src/main/resources/quartz.properties
A modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/core/AgentSupportedVersionTest.java
M modules/enterprise/server/plugins/alert-aerogear-ups/pom.xml
M modules/enterprise/server/plugins/alert-cli/pom.xml
M modules/enterprise/server/plugins/alert-email/pom.xml
M modules/enterprise/server/plugins/alert-irc/pom.xml
Log Message:
-----------
Merge branch 'master' into jshaughn/as7-deployment
Conflicts:
modules/plugins/jboss-as/src/test/java/org/rhq/plugins/jbossas/test/JBossASPluginTest.java
Commit: e3206ffd939c41cce87c2efcf5bb3c0628d3fa99
https://github.com/rhq-project/rhq/commit/e3206ffd939c41cce87c2efcf5bb3c062…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-02 (Mon, 02 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/AlertCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/MeasurementDefinitionCriteria.java
Log Message:
-----------
[614599] add ability to filter by plugin name to AlertCriteria and MeasurementDefinitionCriteria
throwing a bone to an old RFE
Commit: 0a5323efceded0d852b18b53e131a72ff3e0dbf4
https://github.com/rhq-project/rhq/commit/0a5323efceded0d852b18b53e131a72ff…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-06-03 (Tue, 03 Jun 2014)
Changed paths:
M modules/enterprise/binding/src/main/java/org/rhq/bindings/client/RhqManager.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginsBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginsLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginsRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.java
Log Message:
-----------
BZ 1068816 - More remote methods for managing agent and server plugins, metrics
Exposing mostly methods already available as part of the Local interface.
Not sure if the List<Integer> methods should be exposed, as it is a hassle to use via JavaScript,
but it is possible to use these methods anyway.
Commit: 537c51fb73d3e96648e7b565e4f8cfb7948bc88c
https://github.com/rhq-project/rhq/commit/537c51fb73d3e96648e7b565e4f8cfb79…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-06-03 (Tue, 03 Jun 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
Log Message:
-----------
BZ1094424 - do not reindex tables by default; don't use UNRECOVERABLE
ALTER INDEX {0} REBUILD UNRECOVERABLE
When being run on Oracle, this prevents inserts while the rebuild takes place,
which may be several minutes. This has caused agents to time out and false
alerts to be generated.
Unrecoverable is not a good idea as it locks the table during the calculation:
https://community.oracle.com/thread/1103546?tstart=0
The default should be false, as well UNRECOVERABLE is not a good idea either on
Oracle because of the locking.
Commit: dba793094d01905f84c4c55998200b4155239407
https://github.com/rhq-project/rhq/commit/dba793094d01905f84c4c55998200b415…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-04 (Wed, 04 Jun 2014)
Changed paths:
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedRuntimeDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedSubsystemDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/WebRuntimeDiscoveryComponent.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[1070326] RFE: Allow AS7 deployments to provide version in the artifact name
Replace the previous approach with a different one. The previous impl failed
to handle embedded, versioned deployments correctly (like Ear-v1.0 containing
War-2.0). It also did not properly handle some of the more complicated
DMR addresses. This new approach does not attempt to replace the existing
discovery, but rather post-processes what is discovered. This separation of
concern should be better and more flexible going forward.
- also updated the plugin descriptor to more fully capture the types that
can be umbrella'd under a Deployment.
Commit: 8bb5ab86ea5a214548d81cc023116cd3b5e8759b
https://github.com/rhq-project/rhq/commit/8bb5ab86ea5a214548d81cc023116cd3b…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-06-04 (Wed, 04 Jun 2014)
Changed paths:
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/PopulateCacheIndex.java
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/TopologyManager.java
Log Message:
-----------
make sure we drop the legacy metrics_index table during schema update
The metrics_index table wasn't getting dropped for new installs. Fixing this
created a problem in TopologyManager where it sets gc_grace_seconds for each of
the tables. This commit modifies the logic in TopologyManager as well so that
it no longer tries to update gc_grace_seconds for metrics_index and so that it
does set it for metrics_cache and metrics_cache_index.
Commit: 7c05050c6ea895e2d0efc3b0fa2cd82b63df679b
https://github.com/rhq-project/rhq/commit/7c05050c6ea895e2d0efc3b0fa2cd82b6…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-06-04 (Wed, 04 Jun 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.java
Log Message:
-----------
[BZ 1104916] add logic for reducing cluster size from > 4 nodes
The case for the previous cluster size > 4 was missing which resulted in an
IllegalStateException, which in turns causes the undeploy process to fail.
Commit: 4e88f466381c7bbac261fa772b7b0780730aa45f
https://github.com/rhq-project/rhq/commit/4e88f466381c7bbac261fa772b7b07807…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-06-05 (Thu, 05 Jun 2014)
Changed paths:
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsConfiguration.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsConstants.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsDAO.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsServer.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/AggregationManager.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/BaseAggregator.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/CacheAggregator.java
A modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/CacheIndexQueryException.java
A modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/IndexEntriesLoader.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/PastDataAggregator.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/domain/CacheIndexEntry.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/AggregationTests.java
A modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/IndexEntriesLoaderTest.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsServerTest.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsTest.java
M modules/plugins/rhq-server/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
refactoring cache index querying and making raw data age limit configurable
I have introduced paging when querying the index for the current time slice.
The query is against a single partition which can get large and cause read
timeouts. Paging should help guard against that.
I have also made the age limit for raw data that is ingested configurable.
This means for example, that the user can decide whether or not the server
should accept or reject measurement reports with data that is already 5 days
old.
Commit: 1afd4b2509dcd904bfa8197fe7f8eb37fd31bf3c
https://github.com/rhq-project/rhq/commit/1afd4b2509dcd904bfa8197fe7f8eb37f…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/Buckets.java
Log Message:
-----------
[BZ 1104888] fix bucket aggregation code for calculating max
Commit: a5afcb2b5f05b063821a9d0ba198f19a5ef7fafd
https://github.com/rhq-project/rhq/commit/a5afcb2b5f05b063821a9d0ba198f19a5…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsServer.java
Log Message:
-----------
[BZ 1092756] fix calculation of aggregate metrics
The max value for aggregate metrics could get computed incorrectly as a result
of an if else statement that should have been an if statement. The error
manifests itself only for 6 and 24 hour data. It would occur only when the min
and the max fall on the same data point.
Commit: df4f72f37ca755554aac8496649f3bb8db475b48
https://github.com/rhq-project/rhq/commit/df4f72f37ca755554aac8496649f3bb8d…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/core/dbutils/src/main/java/org/rhq/core/db/upgrade/SubcategoryUpgradeTask.java
Log Message:
-----------
[BZ 1069545] Clip bad last character.
Commit: 3f9a0148b886f9709cba68aa5d26d285f869b235
https://github.com/rhq-project/rhq/commit/3f9a0148b886f9709cba68aa5d26d285f…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASDiscovery.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/JavaOptsConfig.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1069648] Update JAVA_OPTS from connection settings for Standalone servers.
Commit: 881bc0a52eea7515c195975a67c0a5f91c0e695c
https://github.com/rhq-project/rhq/commit/881bc0a52eea7515c195975a67c0a5f91…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/JavaOptsConfig.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1069648] The JAVA_OPTS are now added to the bottom of the file and is additive to existing settings. This is a safer approach.
Commit: fca637dea94107f0a9087a70a28412e8e5a04357
https://github.com/rhq-project/rhq/commit/fca637dea94107f0a9087a70a28412e8e…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASDiscovery.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/AdditionalJavaOptsConfig.java
R modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/JavaOptsConfig.java
Log Message:
-----------
[BZ 1069648] First level name refactoring due to logic changes.
Commit: 76697cbfe423819b489d6f0c9cf1bbc9595290e6
https://github.com/rhq-project/rhq/commit/76697cbfe423819b489d6f0c9cf1bbc95…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/AdditionalJavaOptsConfig.java
Log Message:
-----------
[BZ 1069648] Additional name refactoring.
Commit: 78b9f0e4e346fb239375172be9da81fdacd7820d
https://github.com/rhq-project/rhq/commit/78b9f0e4e346fb239375172be9da81fda…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASDiscovery.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/AdditionalJavaOpts.java
R modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/AdditionalJavaOptsConfig.java
Log Message:
-----------
[BZ 1069648] Short class names and also update the logic in a few places.
Commit: f53d7dc2c29dc628cee36029b473a2d96ae04496
https://github.com/rhq-project/rhq/commit/f53d7dc2c29dc628cee36029b473a2d96…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1069648] Small spelling fix.
Commit: 9384dbc38ad4189ec208e66e9c10a66da25a0567
https://github.com/rhq-project/rhq/commit/9384dbc38ad4189ec208e66e9c10a66da…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1069648] Short text to be under 1000 max character limit.
Commit: 21762f4a63e26fd933d3b12b75621e0df74ca501
https://github.com/rhq-project/rhq/commit/21762f4a63e26fd933d3b12b75621e0df…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/AdditionalJavaOpts.java
Log Message:
-----------
[BZ 1069648] Distinguish the JAVA_OPTS variable by adding the RHQ suffix.
Commit: 1d4dcdc3f2d9e3a555ebcea282f78cec7efb24c3
https://github.com/rhq-project/rhq/commit/1d4dcdc3f2d9e3a555ebcea282f78cec7…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASDiscovery.java
Log Message:
-----------
[BZ 1069648] Few more updates from pull request review.
Commit: e99473a3484efc2922ac10cc4fefe977cb2d6bd6
https://github.com/rhq-project/rhq/commit/e99473a3484efc2922ac10cc4fefe977c…
Author: jshaughn <jshaughn(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASDiscovery.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/AdditionalJavaOpts.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Merge pull request #42 from rhq-project/BZ1069648
[BZ 1069648] Persist JAVA_OPTS from connection settings for Standalone se...
Commit: fb5c28c1d96c26d7923a7e7c2493378e1c39f871
https://github.com/rhq-project/rhq/commit/fb5c28c1d96c26d7923a7e7c2493378e1…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsServer.java
Log Message:
-----------
fix logic for determining the most recently stored raw data
Commit: 47454032b65803f71e377b71fc0f088817f73141
https://github.com/rhq-project/rhq/commit/47454032b65803f71e377b71fc0f08881…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
A modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/Table.java
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/TopologyManager.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.java
Log Message:
-----------
[BZ 1105032] make sure we set gc_grace_seconds on the right tables
Commit: 28d962fcd10e11ecd6a41228cb4d0f8097746450
https://github.com/rhq-project/rhq/commit/28d962fcd10e11ecd6a41228cb4d0f809…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/core/arquillian-integration/container/src/main/java/org/rhq/test/arquillian/FakeServerInventory.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/upgrade/ResourceUpgradeRequest.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/upgrade/ResourceUpgradeResponse.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/ResourceUpgradeReport.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/upgrade/ResourceUpgradeContext.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/upgrade/FakeServerInventory.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossBean.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedRuntimeDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedSubsystemDiscovery.java
Log Message:
-----------
[1070326] RFE: Allow AS7 deployments to provide version in the artifact name
- Add ResourceUpgradeFacet support.
- Enhance resourceUpgrade to allow version update
- Enhance resourceUpgrade to allow the plugin code to force upgrade of
"generic" properties when it knows the upgrade is critical.
Commit: ecdadd54ebd176b57431f4375ebd62b6e912caba
https://github.com/rhq-project/rhq/commit/ecdadd54ebd176b57431f4375ebd62b6e…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-06 (Fri, 06 Jun 2014)
Changed paths:
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
Log Message:
-----------
[BZ 1051299] Check for illegal arguments passed to the helper methods and throw an adequate exception to present more info to the user.
Commit: 1ad2557a7d80d35f33974897c759f1847b6994f2
https://github.com/rhq-project/rhq/commit/1ad2557a7d80d35f33974897c759f1847…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-06-09 (Mon, 09 Jun 2014)
Changed paths:
A modules/enterprise/gui/coregui/src/main/webapp/img/logo-login.png
A modules/enterprise/gui/coregui/src/main/webapp/img/logo-login.svg
R modules/enterprise/gui/coregui/src/main/webapp/img/logo.png
R modules/enterprise/gui/coregui/src/main/webapp/img/logo.svg
M modules/enterprise/gui/coregui/src/main/webapp/login
Log Message:
-----------
Renaming img/logo.{png|svg} to img/logo-login.{png|svg} because of name conflict with logo for top menu bar.
Commit: 73c1f3ad33664046d4b87cf4a52d9c7106095ee1
https://github.com/rhq-project/rhq/commit/73c1f3ad33664046d4b87cf4a52d9c710…
Author: jsanda <jsanda(a)redhat.com>
Date: 2014-06-09 (Mon, 09 Jun 2014)
Changed paths:
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
Log Message:
-----------
Merge pull request #47 from rhq-project/BZ1051299
[BZ 1051299] Check for illegal arguments passed to the helper methods an...
Commit: 63f4730ce1ebb950a488df656933687274add524
https://github.com/rhq-project/rhq/commit/63f4730ce1ebb950a488df65693368727…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-09 (Mon, 09 Jun 2014)
Changed paths:
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/AbstractVersionedSubsystemDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedRuntimeDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedSubsystemDiscovery.java
Log Message:
-----------
[1070326] RFE: Allow AS7 deployments to provide version in the artifact name
- Add ability to disable the new feature and keep versioned artifact names
by setting sysprope rhq.as7.VersionedSubsystemDiscovery.pattern=disable
- Refactor versioned discovery classes to share some common code.
Commit: dbb962578134699214b82fbded2b99629fe177fc
https://github.com/rhq-project/rhq/commit/dbb962578134699214b82fbded2b99629…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-09 (Mon, 09 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASDiscovery.java
Log Message:
-----------
[BZ 1069648] Add a fix to avoid start failures due to home dir not being set. The additional JAVA_OPTS set via RHQ are not critical and thus should not prevent a resource discovery or start.
Commit: 48d4c4c5b693dc59fa23b3b8a7a8da221f8d474e
https://github.com/rhq-project/rhq/commit/48d4c4c5b693dc59fa23b3b8a7a8da221…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-09 (Mon, 09 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedRuntimeDiscovery.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/WebRuntimeDiscoveryComponentTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/DeploymentTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/TestDeployments.java
A modules/plugins/jboss-as-7/src/test/resources/itest/test-simple-1.0.war
Log Message:
-----------
[1070326] RFE: Allow AS7 deployments to provide version in the artifact name
Some test work:
- update DeploymentTest to deal with a versioned artifact
- add a little null protection
- add a new mock for a new code path
Commit: e8f72b7403ea7996c995fc9c8550bbd33759a0ca
https://github.com/rhq-project/rhq/commit/e8f72b7403ea7996c995fc9c8550bbd33…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
Log Message:
-----------
show all "reports" items in dropdown menu
Commit: 329e0cd917f5a559ccf4b51813089b337a63fa85
https://github.com/rhq-project/rhq/commit/329e0cd917f5a559ccf4b51813089b337…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
Log Message:
-----------
Fixing my fix (1ad2557a7): missing RHQ logo in menu bar
Commit: de7133e04b3dbaf5d66148ae5938530df8772b2b
https://github.com/rhq-project/rhq/commit/de7133e04b3dbaf5d66148ae5938530df…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[1070326] RFE: Allow AS7 deployments to provide version in the artifact name
Add some <help> to as7 plugin descriptor describing the new feature.
Commit: cf291f4fce893b0e5b3bb8244d787055f8036e0b
https://github.com/rhq-project/rhq/commit/cf291f4fce893b0e5b3bb8244d787055f…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/PopulateCacheIndex.java
A modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/Table.java
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/TopologyManager.java
M modules/core/dbutils/src/main/java/org/rhq/core/db/upgrade/SubcategoryUpgradeTask.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
A modules/enterprise/gui/coregui/src/main/webapp/img/logo-login.png
A modules/enterprise/gui/coregui/src/main/webapp/img/logo-login.svg
R modules/enterprise/gui/coregui/src/main/webapp/img/logo.png
R modules/enterprise/gui/coregui/src/main/webapp/img/logo.svg
M modules/enterprise/gui/coregui/src/main/webapp/login
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitor.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/instrumentation/MeasurementMonitorMBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/Buckets.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsConfiguration.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsConstants.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsDAO.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsServer.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/AggregationManager.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/BaseAggregator.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/CacheAggregator.java
A modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/CacheIndexQueryException.java
A modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/IndexEntriesLoader.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/aggregation/PastDataAggregator.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/domain/CacheIndexEntry.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/AggregationTests.java
A modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/IndexEntriesLoaderTest.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsServerTest.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsTest.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASDiscovery.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/AdditionalJavaOpts.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/rhq-server/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Merge branch 'master' into jshaughn/as7-deployment
Commit: cee97ce525eb91af60c443dea9c3152eae61ff79
https://github.com/rhq-project/rhq/commit/cee97ce525eb91af60c443dea9c3152ea…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/ResourceTypeHandlerBean.java
Log Message:
-----------
Apply paging in /resource/type REST endpoint.
Commit: 74242f9c9d21819c2e2248be929f9344779e1a59
https://github.com/rhq-project/rhq/commit/74242f9c9d21819c2e2248be929f93447…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
R modules/enterprise/gui/coregui/src/main/webapp/img/logo-login.png
R modules/enterprise/gui/coregui/src/main/webapp/img/logo-login.svg
A modules/enterprise/gui/coregui/src/main/webapp/img/logo.png
A modules/enterprise/gui/coregui/src/main/webapp/img/logo.svg
M modules/enterprise/gui/coregui/src/main/webapp/login
Log Message:
-----------
missing RHQ Logo: 2nd portion of fix
Commit: 5d42dccbfdf1ff301b778b5e70c7fb52aeb5ed0a
https://github.com/rhq-project/rhq/commit/5d42dccbfdf1ff301b778b5e70c7fb52a…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-10 (Tue, 10 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/ResourceUpgradeReport.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/discovery/DiscoveryBossBean.java
Log Message:
-----------
[1070326] RFE: Allow AS7 deployments to provide version in the artifact name
After feedback, remove 'version' as a "generic" property, affected by the
setting of SystemSetting.ALLOW_RESOURCE_GENERIC_PROPERTIES_UPGRADE.
Commit: d1cf00128ae79434020c543e9a563b244aa5b234
https://github.com/rhq-project/rhq/commit/d1cf00128ae79434020c543e9a563b244…
Author: Lukas Krejci <metlos(a)users.noreply.github.com>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M modules/enterprise/binding/src/main/java/org/rhq/bindings/client/RhqManager.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginsBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginsLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginsRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerRemote.java
Log Message:
-----------
Merge pull request #44 from genman/genman/moreremote
BZ 1068816 - More remote methods for managing agent and server plugins, metrics
Commit: 343fec70bafc57f36e61f25ed1fc3e965ca88dd5
https://github.com/rhq-project/rhq/commit/343fec70bafc57f36e61f25ed1fc3e965…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-06-11 (Wed, 11 Jun 2014)
Changed paths:
M etc/samples/mbeans-on-as7-plugin/pom.xml
Log Message:
-----------
Update custom plugin sample following latest changes in
rhq-agent-plugin-plugin
See Upload mojo: RHQ4.12 allows to wait for plugin scan and plugins
update on all agents
https://github.com/rhq-project/rhq-agent-plugin-plugin/issues/16
Commit: 2404fdf0864a779cd7e5af63ae52841687596d8a
https://github.com/rhq-project/rhq/commit/2404fdf0864a779cd7e5af63ae5284168…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
A modules/enterprise/server/jar/intentional-api-changes-since-4.11.0.xml
Log Message:
-----------
[BZ 1068816] - Forgot to add an API change record for the newly exposed
method.
Commit: 3150c41379c2530a4ab50fd216fa891c0d78553d
https://github.com/rhq-project/rhq/commit/3150c41379c2530a4ab50fd216fa891c0…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/contentProvider-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/importRepos-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/listContentProviders-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/listRepos-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/repo-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/repoAssociations-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/content/repoSubscriptions-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/confirm-create-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/history-request-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/installed_package_details-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/subscription_packages-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/content/update-plain.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/include/pagination.xhtml
M modules/enterprise/gui/portal-war/src/main/webapp/rhq/resource/monitor/schedules-plain.xhtml
Log Message:
-----------
[BZ 1078510] - Make sure to use the "plain" pagination on "plain" jsf pages
This avoids the warning arising from the "non-plain" pagination trying to
access page elements not present on the plain pages.
Commit: 0c2765f2760d5c96d5cdef84689c82fb2aa1a694
https://github.com/rhq-project/rhq/commit/0c2765f2760d5c96d5cdef84689c82fb2…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Add some more <Help> text to the AS7 plugin for the new Versioned Deployment
and Missing resource policy features.
Commit: fd63a383833fac6ce2be2cf99ee0ce56f8d0ebd2
https://github.com/rhq-project/rhq/commit/fd63a383833fac6ce2be2cf99ee0ce56f…
Author: Jean-Frederic Clere <jfclere(a)redhat.com>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M modules/plugins/tomcat/src/main/java/org/jboss/on/plugins/tomcat/helper/TomcatConfig.java
Log Message:
-----------
[BZ 1104581] Tomcat configured to use SSL is discovered as Tomcat(null) in JBoss ON.
Commit: a3480101861ae6aed8f20d9010507602796504cc
https://github.com/rhq-project/rhq/commit/a3480101861ae6aed8f20d90105076027…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-06-12 (Thu, 12 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/intentional-api-changes-since-4.11.0.xml
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HibernatePersistenceUnitComponent.java
R modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/QueryCacheDiscovery.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/DeploymentRuntimeResourcesTest.java
Log Message:
-----------
Bug 1033130 - [AS7] Exception during discovery of Query Cache resources of RHQ Server resource
Instead of importing tons of Query Cache resources, AS7 plugin will mimic Hibernate Plugin's behavior and expose a "viewQueries" operation to gather the Query Cache nodes statistics.
Added HibernatePersistenceUnitComponent to implement "viewQueries" operation. The operation processes Query Cache nodes in batches to avoid sending too many queries to the management interface
Deleted the never used QueryCacheDiscovery class (updated API check file accordingly)
Removed the commented-out Query Cache service in AS7 plugin descriptor and added the "viewQueries" operation on the Hibernate Persistence Unit service
Added itest for the "viewQueries" operation
Commit: 8cca19810d4a684fd9f376328bc5e45054684845
https://github.com/rhq-project/rhq/commit/8cca19810d4a684fd9f376328bc5e4505…
Author: Thomas Segismont <tsegismont(a)gmail.com>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M modules/plugins/tomcat/src/main/java/org/jboss/on/plugins/tomcat/helper/TomcatConfig.java
Log Message:
-----------
Merge pull request #53 from jfclere/master
[BZ 1104581] Tomcat configured to use SSL is discovered as Tomcat(null) ...
Commit: 2fa7c545cb0225916ae27965a143de2a6f85748f
https://github.com/rhq-project/rhq/commit/2fa7c545cb0225916ae27965a143de2a6…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-13 (Fri, 13 Jun 2014)
Changed paths:
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/discovery/DiscoveryAgentService.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/AvailabilityManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/ResourceManagerBean.java
Log Message:
-----------
[1094540] Agents get permanently backfilled if backend database goes offline for a moment
Clean up some of the live availability doco/workflow:
- Fix the jdoc for DiscoveryAgentService.getCurrentAvailability() to reflect reality
- Fix ResourceManagerBean.getLiveResourceAvailability() to mark its avail report
as a "ServerSideReport". This prevents it from interfering with server-agent
backfill coordination. Also, correct some confusing inline doco and doe some cleanup.
- Fix AvailabilityManagerBean.mergeAvailabilityReport() such that logic checking for the
backfill flag does not execute *after* the backfill flag has been reset. And clean up
the overall logic a bit more.
- Improve jdoc for AvailabilityManagerLocal.updateLastAvailabilityReportInNewTransaction
to clearly indicate its side-effect of clearing the backfill flag.
Commit: 637c915a7f22f222f1ad45c260e5f4cd437819d5
https://github.com/rhq-project/rhq/commit/637c915a7f22f222f1ad45c260e5f4cd4…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/schedule/AbstractOperationScheduleDetailsView.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
Log Message:
-----------
Bug 1109080 - Re-schedule operation fails if example schedule was run before an operation definition change in plugin descriptor
Check if example parameters are null or pass validation.
Show warning message otherwise
Commit: 3049c6708ac866fc101a92f7bbbe371467299f9a
https://github.com/rhq-project/rhq/commit/3049c6708ac866fc101a92f7bbbe37146…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-06-16 (Mon, 16 Jun 2014)
Changed paths:
M modules/enterprise/binding/src/main/java/org/rhq/bindings/client/RhqManager.java
Log Message:
-----------
BZ 1068816 - fix remote client to support remote plugin API
Commit: d3fb7a117a2f11cb16256eea9cb6ed7ded222049
https://github.com/rhq-project/rhq/commit/d3fb7a117a2f11cb16256eea9cb6ed7de…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-17 (Tue, 17 Jun 2014)
Changed paths:
M modules/enterprise/gui/portal-war/src/main/webapp/WEB-INF/jsf-navigation/content-plain-navigation.xml
Log Message:
-----------
[BZ 1078437] Correct the navigation in content subsystem JSF pages
The /portal prefix is only valid in the <redirect/> navigation cases
because in those cases it is represented literally as the URL to go to.
In all other cases it is a logical name that wasn't affected by the move of
the JSF UI to the /portal context root.
Commit: be6c299ef5703fbbda2146a11e3249dddd32c836
https://github.com/rhq-project/rhq/commit/be6c299ef5703fbbda2146a11e3249ddd…
Author: Jean-Frederic Clere <jfclere(a)redhat.com>
Date: 2014-06-17 (Tue, 17 Jun 2014)
Changed paths:
M modules/plugins/tomcat/src/main/java/org/jboss/on/plugins/tomcat/TomcatServerComponent.java
M modules/plugins/tomcat/src/main/java/org/jboss/on/plugins/tomcat/TomcatServerOperationsDelegate.java
M modules/plugins/tomcat/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 738826] Start/Stop/Restart operation should support RPM System V init script with different service names.
Commit: faa39e42539d845d6fbbfcc857afa00b92647ed1
https://github.com/rhq-project/rhq/commit/faa39e42539d845d6fbbfcc857afa00b9…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-17 (Tue, 17 Jun 2014)
Changed paths:
M modules/enterprise/binding/src/main/java/org/rhq/bindings/client/RhqManager.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/PluginGWTServiceImpl.java
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/admin/plugin/AbstractPluginConfigurationUIBean.java
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/admin/plugin/EditPluginConfigurationUIBean.java
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/admin/plugin/InstalledPluginsUIBean.java
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/admin/plugin/PluginFactory.java
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/admin/plugin/ServerPluginControlUIBean.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/plugin/ServerPluginsBeanTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/plugin/pc/generic/GenericServerPluginTest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertNotificationManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/plugin/ServerPluginScanner.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginManagerBean.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginManagerLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginManagerRemote.java
R modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginsBean.java
R modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginsLocal.java
R modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginsRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/pc/MasterServerPluginContainer.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/pc/ServerPluginManager.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/pc/alert/AlertSenderPluginManager.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/jobs/PurgePluginsJob.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/util/LookupUtil.java
Log Message:
-----------
[BZ 1068816] ServerPlugins -> ServerPluginManager to have consistent names
Commit: 8d1ede47c80394e9bc7a587d21c1ed6b3baf9417
https://github.com/rhq-project/rhq/commit/8d1ede47c80394e9bc7a587d21c1ed6b3…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-17 (Tue, 17 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertDefinition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/AlertDefinitionCriteria.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/GroupAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/TemplateAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/gwt/AlertTemplateGWTService.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/gwt/GroupAlertDefinitionGWTService.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/AlertTemplateGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/GroupAlertDefinitionGWTServiceImpl.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerBeanTest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertDefinitionManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertDefinitionManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertDefinitionManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertTemplateManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertTemplateManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerLocal.java
Log Message:
-----------
[1110434] Remote AlertDefinitionManager API does not handle template or group level definitions correctly
- Repair the AlertDefinitionManagerRemote API such that enable/disable/remove
methods operate on any combination of template,group or resource level
alert definitions.
- Properly jdoc the remote API methods, and improve some locals jdoc as well
- Improve the transactioning to avoid a single umbrella transaction when
invoking the API on multiple group and/or template alert definitions.
- Convert GUI to use the enhanced remote API methods to benefit from
the transactioning improvments and to shrink the generated Async API.
- Improve i-test to use remote api and ensure child, resource-level
alert defs are being handled properly.
Also:
- fix a problem with authz on alert template viewing. It should not
require MANAGE_SETTINGS to view alert defs via getAlertDefinitionById().
- fix a long-standing bug where child alert-defs of templates or groups were
not properly detached at remove-time of the parent, which could cause
GUI failures when visiting the resource-level alert definitions.
- remove some unused named queries from AlertDefinition
Commit: 57e5b74c7f849d509095b95d4235e98ae0695d84
https://github.com/rhq-project/rhq/commit/57e5b74c7f849d509095b95d4235e98ae…
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2014-06-17 (Tue, 17 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html
Log Message:
-----------
Remove charts-4.11.css from CoreGUI.html as charts-4.12.0.css is already included.
Commit: 03d1375a2e294c5de117def7707ef7b929114689
https://github.com/rhq-project/rhq/commit/03d1375a2e294c5de117def7707ef7b92…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-18 (Wed, 18 Jun 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentUpdateThread.java
Log Message:
-----------
[1110905] Agent auto update fails on windows
Add a longer pause on windows between stopping the legacy agent and
starting the update. On Windows the wrapper must terminate and windows
must release file locks, this seems to account for some significant
extra time needed.
Commit: b7d924fa9c7f5c9855d621f8cf33ec7f47b540bd
https://github.com/rhq-project/rhq/commit/b7d924fa9c7f5c9855d621f8cf33ec7f4…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-18 (Wed, 18 Jun 2014)
Changed paths:
M modules/core/domain/intentional-api-changes-since-4.11.0.xml
Log Message:
-----------
Add intentional API changes
Commit: 41ed929d289efaedd40335f4bf1c8e66028d2c91
https://github.com/rhq-project/rhq/commit/41ed929d289efaedd40335f4bf1c8e660…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-18 (Wed, 18 Jun 2014)
Changed paths:
M modules/core/domain/intentional-api-changes-since-4.11.0.xml
Log Message:
-----------
Add intentional API changes (second try, fix cut+paste problem)
Commit: 122c63fda00160309acdec05a4f0d14297718859
https://github.com/rhq-project/rhq/commit/122c63fda00160309acdec05a4f0d1429…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DomainDeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASComponent.java
Log Message:
-----------
[BZ 1100432] Increase the availability operation timeout to 15 minutes. Due to changes in availability (now always async) the implementation is simpler for current code base then the past where async was a special case.
The 15 minutes give ample time for the server to reply to plugin request. Anything bigger than this timeout would help the avail checking and the server should be marked down.
Commit: 74daa4a83cd863468074248d5f94b027ef855bf0
https://github.com/rhq-project/rhq/commit/74daa4a83cd863468074248d5f94b027e…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
Log Message:
-----------
[BZ 1100432] Reduce the timeout period to 10 minutes to be more in line with new async avail thread limits.
Commit: 45c3f3eb5d71fa0aacc684b33cfc962c2709f791
https://github.com/rhq-project/rhq/commit/45c3f3eb5d71fa0aacc684b33cfc962c2…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DomainDeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/json/Result.java
Log Message:
-----------
[BZ 1100432] Reduce the http timeout 1 minute to match server async timeout.
Add heuristics to report the server DOWN after a 5 minutes of http timeouts. And mark all the resources that have the availability request time out as UNKNOWN to defer to previous reading.
Commit: 102dc78def2108056fd32dc8db131e31cf56c6b2
https://github.com/rhq-project/rhq/commit/102dc78def2108056fd32dc8db131e31c…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
[BZ 1100432] Make log instances available locally.
Commit: a87bc93b3f46d43058258439b2e2dc43a3a48ebe
https://github.com/rhq-project/rhq/commit/a87bc93b3f46d43058258439b2e2dc43a…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
Log Message:
-----------
[BZ 1105269] Switch to ReadResource to avoid false positives from missing deployments.
Commit: dfda660ce6ca1fd84b2cc46c0b91125b65278c76
https://github.com/rhq-project/rhq/commit/dfda660ce6ca1fd84b2cc46c0b91125b6…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Log Message:
-----------
[BZ 961294] Expose config file option to the config mode for the wrapper script.
Commit: e084725a2d39267ebc8813263e9a1e0994197f57
https://github.com/rhq-project/rhq/commit/e084725a2d39267ebc8813263e9a1e099…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent-wrapper-ec2
M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Log Message:
-----------
[BZ 961294] Move clean config option to the wrapper sh. The ec2 wrapper was using this option in an unreliable mode and could have resulted in errors in the wrapper or agent.
Commit: 1334c4334ccb9cac54dc1c90c142a2ebcaf73a02
https://github.com/rhq-project/rhq/commit/1334c4334ccb9cac54dc1c90c142a2ebc…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Log Message:
-----------
[BZ 961294] Add missing options to the help line.
Commit: a89747331e1d32d0485ca2494da9fe3961bf702d
https://github.com/rhq-project/rhq/commit/a89747331e1d32d0485ca2494da9fe396…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DomainDeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/json/Result.java
Log Message:
-----------
Merge pull request #49 from rhq-project/BZ1100432
[BZ 1100432] Increase the availability operation timeout ...
Commit: 929c615a02cbc583c7ea359734179002eab23196
https://github.com/rhq-project/rhq/commit/929c615a02cbc583c7ea359734179002e…
Author: spinder <simeonpinder(a)gmail.com>
Date: 2014-06-19 (Thu, 19 Jun 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent-wrapper-ec2
M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Log Message:
-----------
Merge pull request #52 from rhq-project/BZ961294
Silent configuration via agent wrapper script
Commit: 69f19d92d32deaf70c9b7b85d754a0bab6281d48
https://github.com/rhq-project/rhq/commit/69f19d92d32deaf70c9b7b85d754a0bab…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-20 (Fri, 20 Jun 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainerConfiguration.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationCheckExecutor.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationManager.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationConstants.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/i18n/AgentSetupInstructions.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/promptcmd/SetupPromptCommand.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
M modules/plugins/rhq-agent/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[1100300] Update of a resource configuration sometimes takes more then 100 seconds
Initial commit for this. Try to chunk work such that we don't perfrom
complete scans at large intervals, but smaller, partial scans at
more frequent intervals.
- Add two new agent config props to assist in configuring the process.
Commit: 26b00066cc413e0026cb351679a9c8b1b68235a8
https://github.com/rhq-project/rhq/commit/26b00066cc413e0026cb351679a9c8b1b…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-23 (Mon, 23 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1102562 - [eap6] Make DomainController's Domain name configurable
Domain Name is now part of resourceConfiguration for DomainController and
HostController resources. Only DC's are allowed to change this configuration
(handled by EAP). As 'Domain Name' is not available (and known) from EAP
admin console, there's a high chance it's unconfigured (having default value
'Unnamed domain').
Commit: 8363c72d7f1f1b5c8eaaa86708ac4261cbb0ae08
https://github.com/rhq-project/rhq/commit/8363c72d7f1f1b5c8eaaa86708ac4261c…
Author: Libor Zoubek <lzoubek(a)jezzovo.net>
Date: 2014-06-23 (Mon, 23 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Merge pull request #48 from lzoubek/bugs/1102562
Bug 1102562 - [eap6] Make DomainController's Domain name configurable
Commit: a6cf4bf92c2d3f95875bc3d82e901af78e9cf384
https://github.com/rhq-project/rhq/commit/a6cf4bf92c2d3f95875bc3d82e901af78…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-23 (Mon, 23 Jun 2014)
Changed paths:
M modules/integration-tests/rest-api/README.md
Log Message:
-----------
update stuff required for restApi itests to pass
Commit: 4ddea9bb2d940408dbb7d47c2be84624f541eec9
https://github.com/rhq-project/rhq/commit/4ddea9bb2d940408dbb7d47c2be84624f…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-06-23 (Mon, 23 Jun 2014)
Changed paths:
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CustomJaasDeploymentService.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/jaas/LdapLoginModule.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/group/LdapGroupManagerBean.java
Log Message:
-----------
[BZ 1082806] - Context referrals are hardcoded to ignore in LDAP configuration - making 'follow referrals' optionally configurable in system settings
Commit: c1d170dd6be80976b16c612cb94b677f75f75fe9
https://github.com/rhq-project/rhq/commit/c1d170dd6be80976b16c612cb94b677f7…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.css
Log Message:
-----------
fix context-menu separator style (disabled in patternfly.css)
Commit: 9754edda5474053ce1263b81b963f1777aee4fd5
https://github.com/rhq-project/rhq/commit/9754edda5474053ce1263b81b963f1777…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
JBossAS7: export "Domain Name" as a trait
We need this in order to have dynagroup definitions composed from Domain
Name + some other configuration property. Also, this property is called
'name' on HC, but in RHQ we call it 'domain-name' - this is because
dynagroup evaluator is not strict when it comes to trait names - so having
resource.trait[name] includes several traits.
Commit: c0563e461933295696e73ae86cc0c8a08860806d
https://github.com/rhq-project/rhq/commit/c0563e461933295696e73ae86cc0c8a08…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-group-expressions.xml
Log Message:
-----------
[BZ 1099854] [BZ 1097698]- [as7] Incorrect expression in pre-defined
Provided expressions fixed - now taking into account domain-name trait.
Managed Servers in domain : now generates groups per domain-name = set of
all managed servers on all hostrcontrollers grouped by domain-name
Managed Servers in server-group: now generates sets grouped by domain-name
and server-group name.
I also fixed provided expression called 'Deployments in server-group' -
which was relying on Deployment resources under server-groups (recently
removed)
Commit: 577d371d27504978a8c015695e4aab26c03c9a29
https://github.com/rhq-project/rhq/commit/577d371d27504978a8c015695e4aab26c…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
A modules/core/client-api/intentional-api-changes-since-4.11.0.xml
M modules/core/client-api/pom.xml
M modules/core/comm-api/pom.xml
M modules/enterprise/comm/pom.xml
Log Message:
-----------
Introducing API checking to agent-server comms.
Commit: 71b927358b997627375703a3510a2f03bbfb0c3c
https://github.com/rhq-project/rhq/commit/71b927358b997627375703a3510a2f03b…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/AbstractMetricGraph.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/CustomDateRangeState.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/monitoring/table/MetricsViewDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/preferences/MeasurementUserPreferences.java
Log Message:
-----------
[BZ 1096902] - "Maximum" and "Minimum" values do not match the graph values - fixing a race condition in CustomDateRangeState
Commit: 3814b4bf66ac5facaf5082743507dc1712697baf
https://github.com/rhq-project/rhq/commit/3814b4bf66ac5facaf5082743507dc171…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
Log Message:
-----------
[BZ 1082806] - Context referrals are hardcoded to ignore in LDAP configuration - making sure the dbupgrade won't fail if the value is already present in the DB
Commit: 1d836a790f8e8d2da79a31e8c796324e85ae7851
https://github.com/rhq-project/rhq/commit/1d836a790f8e8d2da79a31e8c796324e8…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M modules/core/dbutils/src/main/java/org/rhq/core/db/DatabaseType.java
M modules/core/dbutils/src/main/java/org/rhq/core/db/OracleDatabaseType.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/notification/AlertNotificationLog.java
M modules/core/domain/src/main/java/org/rhq/core/domain/event/Event.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Resource.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/event/EventManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.java
Log Message:
-----------
[1110277] RHQ_EVENT table's detail field limit of 4000 character will break when a log message contains multibyte characters (UTF-8)
This is a problem in a few places, not just events. We're not
properly protecting against the 4000 byte limit on oracle, just
the 4000 character limit declared on the varchar2 field.
- Add DatabaseType.getString() which can truncate as needed in
a vendor-specific way.
- Use the new getString() to store safe versions of event detail,
alert notification log message, and calltime dataset destination.
Commit: d7ec3fab9bc5139fb3c1f80805014ef082ad63f8
https://github.com/rhq-project/rhq/commit/d7ec3fab9bc5139fb3c1f80805014ef08…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M modules/plugins/jmx/src/main/java/org/rhq/plugins/jmx/util/ObjectNameQueryUtility.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/ObjectNameQueryUtilityDelegateTest.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/ObjectNameQueryUtilityTest.java
Log Message:
-----------
BZ 1091128 - Support for object name partial matching like :name=IPCLogger-%a%
Note that suffixes or infixes patterns are not supported.
One possible incompatible change is the ObjectName query will include all
object name properties, e.g. if there is
a:key=%value%
the ObjectName query used to be
a:* (and then somehow things would get filtered)
but instead the ObjectName query will be
a:key=*
Commit: 33cd995af019ea0c375b3e965f17a07935cd54a4
https://github.com/rhq-project/rhq/commit/33cd995af019ea0c375b3e965f17a0793…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertCondition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionAvailabilityCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionBaselineCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionChangesCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionControlCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionDriftCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionEventCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionRangeCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionResourceConfigurationCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionScheduleCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionTraitCategoryComposite.java
M modules/core/domain/src/test/java/org/rhq/core/domain/test/QueriesTest.java
Log Message:
-----------
BZ1032192 - AlertCondition composite queries, query each column
Hibernate would return an empty entity and consequently lead to N+1 selects.
The code is ugly, unfortunately.
Adding tests for these queries
Commit: b471b39dfe9aa4ce43fbb92299d357e387698bb1
https://github.com/rhq-project/rhq/commit/b471b39dfe9aa4ce43fbb92299d357e38…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-25 (Wed, 25 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceGroupDefinitionCriteria.java
Log Message:
-----------
Bug 1098092 - It's not possible to query pre-defined dynagroup definitions
via CLI
Added boolean filter parameter to ResourceGroupDefinitionCriteria class - so
group definitions can be filtered for "userDefinedOnly" - which excludes
provided canned expressions.
Commit: bd1bff6d0b81512b143793d40947829c2eefcb4d
https://github.com/rhq-project/rhq/commit/bd1bff6d0b81512b143793d40947829c2…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-25 (Wed, 25 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1109272 - [as7] Incorrect description of ManagedServerDeployment
Commit: e7124e5c9d97b3f363aae608395fe6f2e332f244
https://github.com/rhq-project/rhq/commit/e7124e5c9d97b3f363aae608395fe6f2e…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-25 (Wed, 25 Jun 2014)
Changed paths:
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/AntLauncher.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/AntMain.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractUrlFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/DeploymentUnitType.java
M modules/common/ant-bundle/src/test/java/org/rhq/bundle/ant/AntLauncherTest.java
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml
A modules/common/ant-bundle/src/test/resources/ant-properties/deployed.file
A modules/common/ant-bundle/src/test/resources/ant-properties/in-bundle.properties
Log Message:
-----------
[BZ 873471] Token replacement takes into account <property> properties
The ant users are used to defining properties using the standard ant
<property> task. We now recognize such properties when replacing
tokens in the bundle files.
To support <property file="..." /> format, the file in question has
to be defined as a bundle file using rhq:file or rhq:url-file. This
would make it deployed though, which might not be what the bundle
author wants, so a new attribute "deploy" has been added to all the
rhq:file, rhq:archive, rhq:url-file and rhq:url-archive, defaulting
to true, meaning whether to deploy the file/archive or not.
Also, the standard Ant <property> task can now appear inside
rhq:bundle alongside the rhq:input-property.
An example deploy.xml might look like this:
<?xml version="1.0"?>
<project name="property-demo" default="main"
xmlns:rhq="antlib:org.rhq.bundle">
<rhq:bundle name="Property loading demo" version="1.0">
<rhq:input-property name="user.provided"/>
<property name="bundle.defined" value="xxx"/>
<property file="in-bundle.properties"/>
<rhq:deployment-unit name="sample-deployment-unit"
compliance="full">
<rhq:file name="in-bundle.properties" deploy="false"/>
<rhq:file name="deployed.file" replace="true" />
</rhq:deployment-unit>
</rhq:bundle>
<target name="main"/>
</project>
The deployed.file mentioned above could contain the
@@bundle.defined@@ token which would be replaced with "xxx". It could
also contain tokens with names of any properties defined in the
"in-bundle.properties" file that is supposed to be placed in the
bundle file alongside the deploy.xml.
Commit: c1786df8e1cf49bee7a8fc8ac9145165efe81a87
https://github.com/rhq-project/rhq/commit/c1786df8e1cf49bee7a8fc8ac9145165e…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-25 (Wed, 25 Jun 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainerConfiguration.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationCheckExecutor.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationManager.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
Log Message:
-----------
[1100300] Update of a resource configuration sometimes takes more then 100 seconds
Given feedback from the github pull request (62), change things around
to support tighter time controls at the expense of some more memory and
complexity.
- remove the 750ms delay between checks. This was supposed to be removed in
the first pass of changes. Slows things down in a major way, the chunking
should keep runtime spikes in check.
- increase check frequency to every 2 minutes but drop to 10s limit on
runtime. Now that the 750ms delay is gone, I ran a check of the 3 RHQ
roots (EAP server, agent, storage) in well under 3s. The time a
root and its members are again eligible for a check is still 1 hour
from the time it completes it's prior check (meaning it's last child
is checked).
TODO: Still have to update logging to DEBUG once everything else is
cleared.
on a specific root
Commit: 37130366f468bc9fb356abb4d7d4d6408551acb3
https://github.com/rhq-project/rhq/commit/37130366f468bc9fb356abb4d7d4d6408…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-06-25 (Wed, 25 Jun 2014)
Changed paths:
M modules/core/domain/intentional-api-changes-since-4.11.0.xml
Log Message:
-----------
BZ1032192 - AlertCondition intentional API changes
Adding intentional API changes as well
Commit: 871942c5e803e50a9b4b728d44ac20b2a84110fe
https://github.com/rhq-project/rhq/commit/871942c5e803e50a9b4b728d44ac20b2a…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/pom.xml
A modules/enterprise/gui/rh-access-war/pom.xml
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Attachments.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Config.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/JdrReportRunner.java
A modules/enterprise/gui/rh-access-war/src/main/webapp/WEB-INF/web.xml
A modules/enterprise/gui/rh-access-war/src/main/webapp/css/custom_support.css
A modules/enterprise/gui/rh-access-war/src/main/webapp/css/redhat_access_angular_ui-embedded-images.css
A modules/enterprise/gui/rh-access-war/src/main/webapp/img/spinner.gif
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/angular.min.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/jquery.min.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/redhat_access_angular_ui.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/support.html
A modules/enterprise/gui/rh-access-war/src/test/java/org/rhq/server/rhaccess/test/RHSPTest.java
M modules/enterprise/server/ear/pom.xml
Log Message:
-----------
[BZ 1070431] Provide initial CSP integration for opening JON cases
Added new WAR deployment containing RHA frontend and JON-specific backend
servlet
Commit: 4eaddf84ef483c1caae64fc0b08cfb77eb7faba2
https://github.com/rhq-project/rhq/commit/4eaddf84ef483c1caae64fc0b08cfb77e…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/HelpView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
Log Message:
-----------
Integrate link to RH Access as a "Red Hat Support" button in main bar. For
testing purposes this view is accessible even for RHQ
Commit: 6876f859308640f0b0168662cbfa8796bc95c2fd
https://github.com/rhq-project/rhq/commit/6876f859308640f0b0168662cbfa8796b…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.eot
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.svg
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.ttf
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.woff
Log Message:
-----------
add regular bootstrap fonts (required by RHA frontend angular stuff)
Commit: 53cb140dea9a2ca732b6f261f9e14fbe84a6022f
https://github.com/rhq-project/rhq/commit/53cb140dea9a2ca732b6f261f9e14fbe8…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.min.css
Log Message:
-----------
fix font paths in patternfly.min.css
Commit: 0979d143e99cda911bc67e2a092f225a65cd5a32
https://github.com/rhq-project/rhq/commit/0979d143e99cda911bc67e2a092f225a6…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/HelpView.java
M modules/enterprise/gui/pom.xml
M modules/enterprise/gui/rh-access-war/pom.xml
M modules/enterprise/server/ear/pom.xml
M release.sh
Log Message:
-----------
[BZ 1070431] Provide initial CSP integration for opening JON cases
Added new maven profile called 'enable-rha' - enabled by default *only* in
release.sh when "enterprise" build runs, but temporarily enabled by for now.
This profile enables build and packaging of rh-access-war
Commit: 1c2cea1c2e1a4a8caf6b8f99e92c36bd3e4daec9
https://github.com/rhq-project/rhq/commit/1c2cea1c2e1a4a8caf6b8f99e92c36bd3…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/HelpView.java
A modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/RhAccessView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
R modules/enterprise/gui/rh-access-war/src/main/webapp/img/spinner.gif
M modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
M modules/enterprise/gui/rh-access-war/src/main/webapp/support.html
Log Message:
-----------
move RH Access views from Help to standalone view, follow recommendations in
RH Acess menu layout
Commit: 20d1821f3c00a03fb5eed1a4ffe0a34ec2614042
https://github.com/rhq-project/rhq/commit/20d1821f3c00a03fb5eed1a4ffe0a34ec…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
M modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Config.java
Log Message:
-----------
Added proxy server settings to system settings
this will need a change in jboss-software server plugin, which also has
proxy server settings. Plugin will fallback to server settings.
Commit: 2eb8b592335a083a0a8af72d5194ae8d16f4b397
https://github.com/rhq-project/rhq/commit/2eb8b592335a083a0a8af72d5194ae8d1…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/RhAccessView.java
R modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Attachments.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/AttachmentsServlet.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/ConfigServlet.java
M modules/enterprise/gui/rh-access-war/src/main/webapp/WEB-INF/web.xml
M modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
Log Message:
-----------
[BZ 1070437] (JON3-12) Provide initial CSP integration for opening managed
EAP cases
Added initial support in rh-access-war backend
Commit: ce94b7c590d2f844c292db5fecfae7471e6feb9e
https://github.com/rhq-project/rhq/commit/ce94b7c590d2f844c292db5fecfae7471…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Config.java
M modules/enterprise/gui/rh-access-war/src/main/webapp/support.html
Log Message:
-----------
read proxy server settings from global RHQ Server configuration
Commit: 63815b9e5db7a994a669472eaee3472ceea373a9
https://github.com/rhq-project/rhq/commit/63815b9e5db7a994a669472eaee3472ce…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/RhAccessView.java
A modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/OpenSupportCaseMenuItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
M modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/AttachmentsServlet.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/JdrReportFailedException.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/ResourceJdrReportRunner.java
M modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
Log Message:
-----------
[BZ 1070437] (JON3-12) Provide initial CSP integration for opening ma
Implement "Open Support Case" menu item for Host Controller and Managed
Server and Standalone AS7 resources. In case of HC, RHA backend will provide
options to attach JDR reports from all it's managed servers.
AttachementServlet also now implements security - verifies sessionID sent in
http headers. Server JDR report options will be unchecked when server is not
UP (such report will fail to attach)
Commit: 5a50fe2703f04cc637d0c860c945dc04402ad00a
https://github.com/rhq-project/rhq/commit/5a50fe2703f04cc637d0c860c945dc044…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/JdrReportRunner.java
Log Message:
-----------
[BZ 1070437] (JON3-12) Provide initial CSP integration for opening ma
implemented SupportFacet by AS7 plugin (for ManagedServer and StandaloneAS
components) to produce and return JDR report
Commit: c49d37318863c6ecdff5be49181bc278f6233fc2
https://github.com/rhq-project/rhq/commit/c49d37318863c6ecdff5be49181bc278f…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/OpenSupportCaseMenuItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
M modules/enterprise/gui/pom.xml
M modules/enterprise/server/ear/pom.xml
Log Message:
-----------
Disable building and assemblying rh-access-war by default, disable showing up RHA-related menu items
Commit: 4012346e086cfcc0cc2ad49704795c68da81a6a3
https://github.com/rhq-project/rhq/commit/4012346e086cfcc0cc2ad49704795c68d…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/rh-access-war/pom.xml
M modules/enterprise/gui/rh-access-war/src/test/java/org/rhq/server/rhaccess/test/RHSPTest.java
Log Message:
-----------
rh-access-war: formatting: get rid of tabs + note in pom.xml to keep up
useragent value in sync with rha support lib depenecny version
Commit: 147d50666a591fd97767e70eb49d0ac1d782ea17
https://github.com/rhq-project/rhq/commit/147d50666a591fd97767e70eb49d0ac1d…
Author: Jean-Frederic Clere <jfclere(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/tomcat/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 956509] Changing configFile can't work so make it readonly.
Commit: 5f8c61482233739e9c8d0e364197609a8e7669fc
https://github.com/rhq-project/rhq/commit/5f8c61482233739e9c8d0e364197609a8…
Author: Jirka Kremser <jiri.kremser(a)gmail.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/HelpView.java
A modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/RhAccessView.java
A modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/OpenSupportCaseMenuItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.min.css
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.eot
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.svg
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.ttf
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.woff
M modules/enterprise/gui/pom.xml
A modules/enterprise/gui/rh-access-war/pom.xml
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/AttachmentsServlet.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Config.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/ConfigServlet.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/JdrReportFailedException.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/JdrReportRunner.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/ResourceJdrReportRunner.java
A modules/enterprise/gui/rh-access-war/src/main/webapp/WEB-INF/web.xml
A modules/enterprise/gui/rh-access-war/src/main/webapp/css/custom_support.css
A modules/enterprise/gui/rh-access-war/src/main/webapp/css/redhat_access_angular_ui-embedded-images.css
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/angular.min.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/jquery.min.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/redhat_access_angular_ui.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/support.html
A modules/enterprise/gui/rh-access-war/src/test/java/org/rhq/server/rhaccess/test/RHSPTest.java
M modules/enterprise/server/ear/pom.xml
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/JdrReportRunner.java
M release.sh
Log Message:
-----------
Merge pull request #61 from lzoubek/rh-access
JON 3-11 and JON 3-12 - Support for CSP (or RH Access) integration to JON
Commit: d2427f017e3769945e7767da6b11a072532bc5fa
https://github.com/rhq-project/rhq/commit/d2427f017e3769945e7767da6b11a0725…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M .classpath
M modules/common/filetemplate-bundle/pom.xml
M modules/core/domain/pom.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/BundleVersion.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/composite/ResourceFacets.java
M modules/core/plugin-container/pom.xml
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/agentupdate/pom.xml
M modules/enterprise/binding/pom.xml
M modules/enterprise/comm/pom.xml
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/ServiceContainerMetricsMBean.java
M modules/enterprise/remoting/ant-run.xml
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/cli/src/main/scripts/rhq-client.build.xml
M modules/enterprise/remoting/client-api/pom.xml
M modules/enterprise/server/appserver/pom.xml
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/wrapper/rhq-server-wrapper.conf
M modules/enterprise/server/appserver/src/main/bin-resources/bin/wrapper/rhq-server-wrapper.inc
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/embeddedagent/pom.xml
M modules/enterprise/server/installer/pom.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
M modules/enterprise/server/itests-2/pom.xml
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/client/security/test/JndiAccessTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/bundle/BundleManagerBeanTest.java
M modules/enterprise/server/jar/pom.xml
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CustomJaasDeploymentServiceMBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/comm/ServerCommunicationsServiceMBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/remote/RemoteSafeInvocationHandlerMetricsMBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/SchedulerServiceMBean.java
M modules/enterprise/server/plugins/alert-roles/pom.xml
M modules/enterprise/server/plugins/alert-snmp/pom.xml
M modules/enterprise/server/plugins/cobbler/pom.xml
M modules/enterprise/server/plugins/filetemplate-bundle/pom.xml
M modules/enterprise/server/plugins/yum/pom.xml
M modules/enterprise/server/safe-invoker/src/main/java/org/rhq/enterprise/server/safeinvoker/HibernateDetachUtility.java
M modules/enterprise/server/startup-subsystem/pom.xml
A modules/enterprise/server/startup-subsystem/src/main/java/org/rhq/enterprise/startup/StartupCrippledDeploymentProcessor.java
M modules/enterprise/server/startup-subsystem/src/main/java/org/rhq/enterprise/startup/StartupSubsystemAdd.java
M modules/helpers/inventory-serializer/pom.xml
M modules/helpers/perftest-support/pom.xml
M modules/helpers/rtfilter-subsystem/pom.xml
M modules/plugins/filetemplate-bundle/pom.xml
M modules/plugins/jboss-as-5/pom.xml
M modules/plugins/jboss-as/pom.xml
M modules/plugins/netservices/pom.xml
M pom.xml
Log Message:
-----------
full commit for BZ 1069606
This is a squashed commit of the following from branch feature/bz1069606-rebase-eap-63:
commit 93d5e60a621e06e85c86caee2e0b2615b69325c5
Merge: 8a975ea 147d506
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu Jun 26 09:55:50 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 8a975ea58d708fc1f3ba65549d8a7f0d30f93c0e
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Wed Jun 25 15:20:48 2014 -0400
BZ 1069606 - add missing dep the server-side yum plugin needs for its tests
commit e211753afa6bbf69b56ec12b1eb98b5039cff376
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Wed Jun 25 11:55:04 2014 -0400
BZ 1069606 - make sure we use arquillian dependencies that we work with and are available on public mvn repos.
commit 91708a20af1d7f8f194ae87e37fbb5981c8f3fa7
Merge: 7164c26 c0563e4
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 24 10:42:10 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 7164c268be7111fb4b393a545a1e058bcc79cd46
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 23 11:46:18 2014 -0400
switch to building with 6.3 Alpha and point to the public maven repo
commit 1019de010cbb954bc402b49c49e129ab2216dc05
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu Jun 19 17:07:06 2014 -0400
BZ 1069606 - this allows the build to complete if the jboss.version is set to the EAP 6.3.Alpha version string ("7.4.0.Final-redhat-4").
However, this requires that the root pom define a mvn repository that has that version of the org/jboss/as/jboss-as-dist artifact (which today does not exist on any public repo).
commit abac7aec4676ec0394bcbce318de974f8a277157
Merge: 179c306 57e5b74
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 17 20:36:25 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 179c3065c4b678d295cfb07ea465e293318d2f5c
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 17 15:39:49 2014 -0400
BZ 1069606 - hibernate is generating IDs a bit differently, fix bundle tests so they sort their query results in expected ways
commit 6bb2e6411484528b3d036ec3b626fa4c14aca52c
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 17 13:25:11 2014 -0400
BZ 1069606 - fix assertTrue msg
commit 47be8c1e08fe3a24793f9a3c91935ae618b0f8e3
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 17 13:10:12 2014 -0400
BZ 1069606 - toString should not try to print bundle name since it might not be fetched and we only have a hibernate proxy that will throw a lazy init exception (I saw sometimes when running BundleManagerBeanTest in itest-2)
commit 533506cfcbf513efa0f6a76d2d1d54c407a76cba
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 16 16:17:47 2014 -0400
BZ 1069606 - fix eclipse classpath now that server is on EAP 6.3
commit 13834e0f171aace47eaa6553b0ee100850f9eebb
Merge: 10dec9a 3049c67
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 16 14:10:33 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 10dec9a32eb30efb1690cf24d19652f7ea28d91e
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 16 12:39:36 2014 -0400
BZ 1069606 - EAP 6.3 bumped up versions of some subsystems since 6.1, so our itests-2 needs to take this into account when modifying the app server config.
Also we need to create two security domains to avoid the bug where one security domain cannot be shared across multiple datasources of different types
commit 4d3d64c9159083c282bd7bec7db3c336de2626d0
Merge: dadc434 2fa7c54
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Jun 13 23:38:25 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit dadc434100ce82db6cae63f61144fda00aff1816
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Jun 13 23:36:49 2014 -0400
BZ 1069606 - itests2 needs to start the server with the jboss.modules.policy-permissions=true sysprop to work around security manager issue
commit dabd4859c06caf23d2e705f4d29bab2ea93ef766
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Jun 13 19:13:59 2014 -0400
BZ 1069606 - we no longer have to patch jgroups - we are using a later app server that already uses a fixed jgroups library
commit 2f5f75316402f7ceea8b5b48fc56b4c8e4d6047b
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Jun 13 19:02:35 2014 -0400
BZ 1069606 - initial changes to pom.xml files, dependencies and some other things related so we can build on EAP 6.3.
- arquillian tests throw exception because the jta attribute is here (even though AS allows for it and we are setting it to the default value, not sure why this isn't allowed in tests)
- define xnio deps explicitly so they point to 3.0.10.GA which is what arquillian needs to test that the server is up
- fix security exception "class org.hamcrest.TypeSafeMatcher signer information is different from other classes in same package" when running PC tests
- jboss-as-subsystem-test changed its artifact name - it now has "-framework" at the end of its name
commit dac845e70112dad61a9e5b83719fb3b474d201f9
Merge: 12ca40d e8f72b7
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 10 09:33:02 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 12ca40d064b504287a4d0580b9b425061015e919
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 10 09:32:33 2014 -0400
BZ 1069606 - disable the ability to deploy custom apps in the underlying app server
commit 811544eb5a7bfce6243e9c7e7ee0ce874da4146e
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 2 16:50:21 2014 -0400
BZ 1069606 - EAP 6.3 uses a newer hibernate that uses a newer javassist which names its proxies differently. This fixes things like the left-hand tree and operation history among many other various things I'm sure.
commit 9f798615b67258e854d16fae31bf3b69aded22b7
Merge: 4e8484e ed8a2c4
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 2 09:44:43 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 4e8484ef626564b9d3a72203689d8acfb378f7c1
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri May 30 16:49:35 2014 -0400
BZ 1069606 1102332 - create separate security domains per data source to avoid bug in app server
commit 8729d53e681f4a9f550345ab8fbf6a3af2375a18
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri May 30 16:03:51 2014 -0400
BZ 1069606 1100361 - turn off security manager. if we want to turn this back on, we'll need EAP to fix standalone.sh to not set -Djboss.modules.policy-permissions without a value - they need to set it "=true". The BZ will have EAP folks move that setting to standalone.conf and set it =true. For now, we'll turn off security manager though.
commit b88731f09ebf9f449927d0e3749bcc05c6ba59f6
Merge: ce5c8cb bd90bfa
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri May 30 11:08:19 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit ce5c8cb634a80a8bf4c544b2522c0acff08c57f6
Merge: 1dfa775 0d6acf9
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 22 19:02:04 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 1dfa775d38026d919eaf3d56fafc072dd54b362f
Merge: 4d2b802 aa0032b
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 22 17:25:55 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 4d2b8024c7c4b8a61226b99030a3438cebe2c88b
Merge: ae80968 5cbf420
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 22 16:24:20 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit ae8096854128095b09daf871ff13c480f76b5342
Merge: 804e84f 2f52d8d
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 22 15:00:10 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 804e84f44aaca2a86c86a08da61f3937a16be003
Merge: 0abbabd 4bec04a
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue May 13 09:55:09 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 0abbabd0a16d4efe31e48eaede387c0ec24464a4
Merge: 4688250 5c08e3f
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 8 13:40:05 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 468825097a99038202b0a791a49f0dede0aed243
Merge: f24e990 d78179e
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Apr 15 10:38:44 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit f24e990ede910c310f6554e8b1234123f5586d40
Merge: c838682 38b1711
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Apr 14 16:46:41 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
Conflicts:
modules/enterprise/server/appserver/src/main/bin-resources/bin/wrapper/rhq-server-wrapper.conf
commit c8386827c162bcb723be533b32e5c07310e5cd4d
Merge: f2b7ea3 e2eac63
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Mar 28 09:34:14 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit f2b7ea32d76ee5a9d918b8727b9b133488532689
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu Mar 27 17:25:54 2014 -0400
BZ 1069606 - adding -Djboss.modules.policy-permissions=true to the AS startup will avoid some odd classloader errors we were getting at startup.
commit 9f8f1879e31449c47d2ecc3ae5aeca5af9915a0a
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu Mar 27 17:24:58 2014 -0400
BZ 1069606 - hibernate got a class not found error with initEnum being called from the constructor. If we move it to the getFacets method, the class-not-found error goes away.
commit ab4d586aec2cf907dc6fbcb27fde513ad65a9e01
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Mar 24 14:04:01 2014 -0400
BZ 1069606 - EAP 6.3 won't deploy properly if using the old gnu getopt jar due to a bad manifest in that jar. change to a redhat specific gnu getopt build.
Commit: 7d19ea1d86d4b0f35e73a49829c3476f01b3fdaa
https://github.com/rhq-project/rhq/commit/7d19ea1d86d4b0f35e73a49829c3476f0…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DomainDeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASComponent.java
Log Message:
-----------
[BZ 1100432] Increase the availability operation timeout to 15 minutes. Due to changes in availability (now always async) the implementation is simpler for current code base then the past where async was a special case.
The 15 minutes give ample time for the server to reply to plugin request. Anything bigger than this timeout would help the avail checking and the server should be marked down.
Commit: 62d7bb0b6d3324ecb253c6b687b51c429eaa235f
https://github.com/rhq-project/rhq/commit/62d7bb0b6d3324ecb253c6b687b51c429…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
Log Message:
-----------
[BZ 1100432] Reduce the timeout period to 10 minutes to be more in line with new async avail thread limits.
Commit: 576a9a613eff9825a95f568c08602b51ff46add2
https://github.com/rhq-project/rhq/commit/576a9a613eff9825a95f568c08602b51f…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DomainDeploymentComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/json/Result.java
Log Message:
-----------
[BZ 1100432] Reduce the http timeout 1 minute to match server async timeout.
Add heuristics to report the server DOWN after a 5 minutes of http timeouts. And mark all the resources that have the availability request time out as UNKNOWN to defer to previous reading.
Commit: 960c8652ce53ab4662c1f6c8591bc3dd56a08cc5
https://github.com/rhq-project/rhq/commit/960c8652ce53ab4662c1f6c8591bc3dd5…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
[BZ 1100432] Make log instances available locally.
Commit: da2a3f0de16ab53331b0af32eec3595666e9c4fb
https://github.com/rhq-project/rhq/commit/da2a3f0de16ab53331b0af32eec359566…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
Log Message:
-----------
[BZ 1105269] Switch to ReadResource to avoid false positives from missing deployments.
Commit: f8e3a911727abcd867b8a314b68fb08a50db207e
https://github.com/rhq-project/rhq/commit/f8e3a911727abcd867b8a314b68fb08a5…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Log Message:
-----------
[BZ 961294] Expose config file option to the config mode for the wrapper script.
Commit: 0a9d26879c7c6d48b813ebac0e66e89cc7bc8faa
https://github.com/rhq-project/rhq/commit/0a9d26879c7c6d48b813ebac0e66e89cc…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent-wrapper-ec2
M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Log Message:
-----------
[BZ 961294] Move clean config option to the wrapper sh. The ec2 wrapper was using this option in an unreliable mode and could have resulted in errors in the wrapper or agent.
Commit: 00f1d80ab236a36658ea6020957f66f39615c9de
https://github.com/rhq-project/rhq/commit/00f1d80ab236a36658ea6020957f66f39…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
Log Message:
-----------
[BZ 961294] Add missing options to the help line.
Commit: 636b4754bc101d3133ced9644f9994ab708cf866
https://github.com/rhq-project/rhq/commit/636b4754bc101d3133ced9644f9994ab7…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1102562 - [eap6] Make DomainController's Domain name configurable
Domain Name is now part of resourceConfiguration for DomainController and
HostController resources. Only DC's are allowed to change this configuration
(handled by EAP). As 'Domain Name' is not available (and known) from EAP
admin console, there's a high chance it's unconfigured (having default value
'Unnamed domain').
Commit: 1246c89d991c183f239829086fea025f462854b7
https://github.com/rhq-project/rhq/commit/1246c89d991c183f239829086fea025f4…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/integration-tests/rest-api/README.md
Log Message:
-----------
update stuff required for restApi itests to pass
Commit: ab8b07e6a5d33e14b4552cf79d258c900bba5cb7
https://github.com/rhq-project/rhq/commit/ab8b07e6a5d33e14b4552cf79d258c900…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CustomJaasDeploymentService.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/jaas/LdapLoginModule.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/group/LdapGroupManagerBean.java
Log Message:
-----------
[BZ 1082806] - Context referrals are hardcoded to ignore in LDAP configuration - making 'follow referrals' optionally configurable in system settings
Commit: b857d3b6c78f7509c8df6b02c60dd9c7b850eb15
https://github.com/rhq-project/rhq/commit/b857d3b6c78f7509c8df6b02c60dd9c7b…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.css
Log Message:
-----------
fix context-menu separator style (disabled in patternfly.css)
Commit: ac69e9576be7136d8827ab3e05b764493012c865
https://github.com/rhq-project/rhq/commit/ac69e9576be7136d8827ab3e05b764493…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
JBossAS7: export "Domain Name" as a trait
We need this in order to have dynagroup definitions composed from Domain
Name + some other configuration property. Also, this property is called
'name' on HC, but in RHQ we call it 'domain-name' - this is because
dynagroup evaluator is not strict when it comes to trait names - so having
resource.trait[name] includes several traits.
Commit: 836e8499cc934f649793d4f0fbc82f968e0b7129
https://github.com/rhq-project/rhq/commit/836e8499cc934f649793d4f0fbc82f968…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-group-expressions.xml
Log Message:
-----------
[BZ 1099854] [BZ 1097698]- [as7] Incorrect expression in pre-defined
Provided expressions fixed - now taking into account domain-name trait.
Managed Servers in domain : now generates groups per domain-name = set of
all managed servers on all hostrcontrollers grouped by domain-name
Managed Servers in server-group: now generates sets grouped by domain-name
and server-group name.
I also fixed provided expression called 'Deployments in server-group' -
which was relying on Deployment resources under server-groups (recently
removed)
Commit: 6d05e51b9341d3b5ba7e9aecf6336658d8431d4f
https://github.com/rhq-project/rhq/commit/6d05e51b9341d3b5ba7e9aecf6336658d…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
A modules/core/client-api/intentional-api-changes-since-4.11.0.xml
M modules/core/client-api/pom.xml
M modules/core/comm-api/pom.xml
M modules/enterprise/comm/pom.xml
Log Message:
-----------
Introducing API checking to agent-server comms.
Commit: 722f0718b4142c1a5a11c2e43577ba1a4241676f
https://github.com/rhq-project/rhq/commit/722f0718b4142c1a5a11c2e43577ba1a4…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/AbstractMetricGraph.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/CustomDateRangeState.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/monitoring/table/MetricsViewDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/preferences/MeasurementUserPreferences.java
Log Message:
-----------
[BZ 1096902] - "Maximum" and "Minimum" values do not match the graph values - fixing a race condition in CustomDateRangeState
Commit: d52717bf42e990856fe68fa9222cab26e982eb6c
https://github.com/rhq-project/rhq/commit/d52717bf42e990856fe68fa9222cab26e…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
Log Message:
-----------
[BZ 1082806] - Context referrals are hardcoded to ignore in LDAP configuration - making sure the dbupgrade won't fail if the value is already present in the DB
Commit: 02dea267a8272292e33bc4abac69ffbdeccb8181
https://github.com/rhq-project/rhq/commit/02dea267a8272292e33bc4abac69ffbde…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/dbutils/src/main/java/org/rhq/core/db/DatabaseType.java
M modules/core/dbutils/src/main/java/org/rhq/core/db/OracleDatabaseType.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/notification/AlertNotificationLog.java
M modules/core/domain/src/main/java/org/rhq/core/domain/event/Event.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Resource.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/event/EventManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.java
Log Message:
-----------
[1110277] RHQ_EVENT table's detail field limit of 4000 character will break when a log message contains multibyte characters (UTF-8)
This is a problem in a few places, not just events. We're not
properly protecting against the 4000 byte limit on oracle, just
the 4000 character limit declared on the varchar2 field.
- Add DatabaseType.getString() which can truncate as needed in
a vendor-specific way.
- Use the new getString() to store safe versions of event detail,
alert notification log message, and calltime dataset destination.
Commit: a3668dbf8704d2b9278218d4fde994fd3222a757
https://github.com/rhq-project/rhq/commit/a3668dbf8704d2b9278218d4fde994fd3…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceGroupDefinitionCriteria.java
Log Message:
-----------
Bug 1098092 - It's not possible to query pre-defined dynagroup definitions
via CLI
Added boolean filter parameter to ResourceGroupDefinitionCriteria class - so
group definitions can be filtered for "userDefinedOnly" - which excludes
provided canned expressions.
Commit: 47c76a54b56d02c09d125808a4229bc9d67413b4
https://github.com/rhq-project/rhq/commit/47c76a54b56d02c09d125808a4229bc9d…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1109272 - [as7] Incorrect description of ManagedServerDeployment
Commit: f7f010686a64a2038fdaa20d8aee6c18a800ab2c
https://github.com/rhq-project/rhq/commit/f7f010686a64a2038fdaa20d8aee6c18a…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/pom.xml
A modules/enterprise/gui/rh-access-war/pom.xml
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Attachments.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Config.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/JdrReportRunner.java
A modules/enterprise/gui/rh-access-war/src/main/webapp/WEB-INF/web.xml
A modules/enterprise/gui/rh-access-war/src/main/webapp/css/custom_support.css
A modules/enterprise/gui/rh-access-war/src/main/webapp/css/redhat_access_angular_ui-embedded-images.css
A modules/enterprise/gui/rh-access-war/src/main/webapp/img/spinner.gif
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/angular.min.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/jquery.min.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/js/redhat_access_angular_ui.js
A modules/enterprise/gui/rh-access-war/src/main/webapp/support.html
A modules/enterprise/gui/rh-access-war/src/test/java/org/rhq/server/rhaccess/test/RHSPTest.java
M modules/enterprise/server/ear/pom.xml
Log Message:
-----------
[BZ 1070431] Provide initial CSP integration for opening JON cases
Added new WAR deployment containing RHA frontend and JON-specific backend
servlet
Commit: 1bed4be36b4c6bb81b5bda30e6ce67c1fa4a3a2b
https://github.com/rhq-project/rhq/commit/1bed4be36b4c6bb81b5bda30e6ce67c1f…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/HelpView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
Log Message:
-----------
Integrate link to RH Access as a "Red Hat Support" button in main bar. For
testing purposes this view is accessible even for RHQ
Commit: 707ebfff4b123d04f3d9db663029f07b62122737
https://github.com/rhq-project/rhq/commit/707ebfff4b123d04f3d9db663029f07b6…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.eot
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.svg
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.ttf
A modules/enterprise/gui/coregui/src/main/webapp/fonts/glyphicons-halflings-regular.woff
Log Message:
-----------
add regular bootstrap fonts (required by RHA frontend angular stuff)
Commit: 046484dcb6297544bd31235bafdec32228c37547
https://github.com/rhq-project/rhq/commit/046484dcb6297544bd31235bafdec3222…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.min.css
Log Message:
-----------
fix font paths in patternfly.min.css
Commit: def0611fe9e71869cf046452f6c3afcb203282d7
https://github.com/rhq-project/rhq/commit/def0611fe9e71869cf046452f6c3afcb2…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/HelpView.java
M modules/enterprise/gui/pom.xml
M modules/enterprise/gui/rh-access-war/pom.xml
M modules/enterprise/server/ear/pom.xml
M release.sh
Log Message:
-----------
[BZ 1070431] Provide initial CSP integration for opening JON cases
Added new maven profile called 'enable-rha' - enabled by default *only* in
release.sh when "enterprise" build runs, but temporarily enabled by for now.
This profile enables build and packaging of rh-access-war
Commit: 2cc2ef091d72a8fbfa789227f80169ffc869208c
https://github.com/rhq-project/rhq/commit/2cc2ef091d72a8fbfa789227f80169ffc…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/HelpView.java
A modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/RhAccessView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
R modules/enterprise/gui/rh-access-war/src/main/webapp/img/spinner.gif
M modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
M modules/enterprise/gui/rh-access-war/src/main/webapp/support.html
Log Message:
-----------
move RH Access views from Help to standalone view, follow recommendations in
RH Acess menu layout
Commit: baa10480d9fc5ded3e46c3fabba878b9d5cf5fd2
https://github.com/rhq-project/rhq/commit/baa10480d9fc5ded3e46c3fabba878b9d…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
M modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Config.java
Log Message:
-----------
Added proxy server settings to system settings
this will need a change in jboss-software server plugin, which also has
proxy server settings. Plugin will fallback to server settings.
Commit: 87ea4ce7e33f8aaa7936d9046a0ee3717bbe6fd5
https://github.com/rhq-project/rhq/commit/87ea4ce7e33f8aaa7936d9046a0ee3717…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/RhAccessView.java
R modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Attachments.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/AttachmentsServlet.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/ConfigServlet.java
M modules/enterprise/gui/rh-access-war/src/main/webapp/WEB-INF/web.xml
M modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
Log Message:
-----------
[BZ 1070437] (JON3-12) Provide initial CSP integration for opening managed
EAP cases
Added initial support in rh-access-war backend
Commit: fa6461abf40cc73372c547b61ffed989cce5e8fa
https://github.com/rhq-project/rhq/commit/fa6461abf40cc73372c547b61ffed989c…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/Config.java
M modules/enterprise/gui/rh-access-war/src/main/webapp/support.html
Log Message:
-----------
read proxy server settings from global RHQ Server configuration
Commit: 537368d17446347c9e5583c7e86229f1ac6d05e5
https://github.com/rhq-project/rhq/commit/537368d17446347c9e5583c7e86229f1a…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/help/RhAccessView.java
A modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/OpenSupportCaseMenuItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
M modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/AttachmentsServlet.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/JdrReportFailedException.java
A modules/enterprise/gui/rh-access-war/src/main/java/org/rhq/server/rhaccess/ResourceJdrReportRunner.java
M modules/enterprise/gui/rh-access-war/src/main/webapp/js/custom-cases.js
Log Message:
-----------
[BZ 1070437] (JON3-12) Provide initial CSP integration for opening ma
Implement "Open Support Case" menu item for Host Controller and Managed
Server and Standalone AS7 resources. In case of HC, RHA backend will provide
options to attach JDR reports from all it's managed servers.
AttachementServlet also now implements security - verifies sessionID sent in
http headers. Server JDR report options will be unchecked when server is not
UP (such report will fail to attach)
Commit: 70902aac100df5dd870cebcddb481d22f18fe5af
https://github.com/rhq-project/rhq/commit/70902aac100df5dd870cebcddb481d22f…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ManagedASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/JdrReportRunner.java
Log Message:
-----------
[BZ 1070437] (JON3-12) Provide initial CSP integration for opening ma
implemented SupportFacet by AS7 plugin (for ManagedServer and StandaloneAS
components) to produce and return JDR report
Commit: d99757fd31962fb666b3c033e156359eaba50431
https://github.com/rhq-project/rhq/commit/d99757fd31962fb666b3c033e156359ea…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/OpenSupportCaseMenuItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
M modules/enterprise/gui/pom.xml
M modules/enterprise/server/ear/pom.xml
Log Message:
-----------
Disable building and assemblying rh-access-war by default, disable showing up RHA-related menu items
Commit: ba86c3465b8bffa027b4c5456e31c549574fb0a1
https://github.com/rhq-project/rhq/commit/ba86c3465b8bffa027b4c5456e31c5495…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/enterprise/gui/rh-access-war/pom.xml
M modules/enterprise/gui/rh-access-war/src/test/java/org/rhq/server/rhaccess/test/RHSPTest.java
Log Message:
-----------
rh-access-war: formatting: get rid of tabs + note in pom.xml to keep up
useragent value in sync with rha support lib depenecny version
Commit: 99fe2917f68c92bad712f0c30835d5abae95d63d
https://github.com/rhq-project/rhq/commit/99fe2917f68c92bad712f0c30835d5aba…
Author: Jean-Frederic Clere <jfclere(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/tomcat/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 956509] Changing configFile can't work so make it readonly.
Commit: 4c91e10e3c3d536ca38037dbae08e567b802e394
https://github.com/rhq-project/rhq/commit/4c91e10e3c3d536ca38037dbae08e567b…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M .classpath
M modules/common/filetemplate-bundle/pom.xml
M modules/core/domain/pom.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/BundleVersion.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/composite/ResourceFacets.java
M modules/core/plugin-container/pom.xml
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/agentupdate/pom.xml
M modules/enterprise/binding/pom.xml
M modules/enterprise/comm/pom.xml
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/ServiceContainerMetricsMBean.java
M modules/enterprise/remoting/ant-run.xml
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/cli/src/main/scripts/rhq-client.build.xml
M modules/enterprise/remoting/client-api/pom.xml
M modules/enterprise/server/appserver/pom.xml
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
M modules/enterprise/server/appserver/src/main/bin-resources/bin/wrapper/rhq-server-wrapper.conf
M modules/enterprise/server/appserver/src/main/bin-resources/bin/wrapper/rhq-server-wrapper.inc
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/embeddedagent/pom.xml
M modules/enterprise/server/installer/pom.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
M modules/enterprise/server/itests-2/pom.xml
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/client/security/test/JndiAccessTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/bundle/BundleManagerBeanTest.java
M modules/enterprise/server/jar/pom.xml
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CustomJaasDeploymentServiceMBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/comm/ServerCommunicationsServiceMBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/remote/RemoteSafeInvocationHandlerMetricsMBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/SchedulerServiceMBean.java
M modules/enterprise/server/plugins/alert-roles/pom.xml
M modules/enterprise/server/plugins/alert-snmp/pom.xml
M modules/enterprise/server/plugins/cobbler/pom.xml
M modules/enterprise/server/plugins/filetemplate-bundle/pom.xml
M modules/enterprise/server/plugins/yum/pom.xml
M modules/enterprise/server/safe-invoker/src/main/java/org/rhq/enterprise/server/safeinvoker/HibernateDetachUtility.java
M modules/enterprise/server/startup-subsystem/pom.xml
A modules/enterprise/server/startup-subsystem/src/main/java/org/rhq/enterprise/startup/StartupCrippledDeploymentProcessor.java
M modules/enterprise/server/startup-subsystem/src/main/java/org/rhq/enterprise/startup/StartupSubsystemAdd.java
M modules/helpers/inventory-serializer/pom.xml
M modules/helpers/perftest-support/pom.xml
M modules/helpers/rtfilter-subsystem/pom.xml
M modules/plugins/filetemplate-bundle/pom.xml
M modules/plugins/jboss-as-5/pom.xml
M modules/plugins/jboss-as/pom.xml
M modules/plugins/netservices/pom.xml
M pom.xml
Log Message:
-----------
full commit for BZ 1069606
This is a squashed commit of the following from branch feature/bz1069606-rebase-eap-63:
commit 93d5e60a621e06e85c86caee2e0b2615b69325c5
Merge: 8a975ea 147d506
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu Jun 26 09:55:50 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 8a975ea58d708fc1f3ba65549d8a7f0d30f93c0e
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Wed Jun 25 15:20:48 2014 -0400
BZ 1069606 - add missing dep the server-side yum plugin needs for its tests
commit e211753afa6bbf69b56ec12b1eb98b5039cff376
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Wed Jun 25 11:55:04 2014 -0400
BZ 1069606 - make sure we use arquillian dependencies that we work with and are available on public mvn repos.
commit 91708a20af1d7f8f194ae87e37fbb5981c8f3fa7
Merge: 7164c26 c0563e4
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 24 10:42:10 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 7164c268be7111fb4b393a545a1e058bcc79cd46
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 23 11:46:18 2014 -0400
switch to building with 6.3 Alpha and point to the public maven repo
commit 1019de010cbb954bc402b49c49e129ab2216dc05
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu Jun 19 17:07:06 2014 -0400
BZ 1069606 - this allows the build to complete if the jboss.version is set to the EAP 6.3.Alpha version string ("7.4.0.Final-redhat-4").
However, this requires that the root pom define a mvn repository that has that version of the org/jboss/as/jboss-as-dist artifact (which today does not exist on any public repo).
commit abac7aec4676ec0394bcbce318de974f8a277157
Merge: 179c306 57e5b74
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 17 20:36:25 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 179c3065c4b678d295cfb07ea465e293318d2f5c
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 17 15:39:49 2014 -0400
BZ 1069606 - hibernate is generating IDs a bit differently, fix bundle tests so they sort their query results in expected ways
commit 6bb2e6411484528b3d036ec3b626fa4c14aca52c
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 17 13:25:11 2014 -0400
BZ 1069606 - fix assertTrue msg
commit 47be8c1e08fe3a24793f9a3c91935ae618b0f8e3
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 17 13:10:12 2014 -0400
BZ 1069606 - toString should not try to print bundle name since it might not be fetched and we only have a hibernate proxy that will throw a lazy init exception (I saw sometimes when running BundleManagerBeanTest in itest-2)
commit 533506cfcbf513efa0f6a76d2d1d54c407a76cba
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 16 16:17:47 2014 -0400
BZ 1069606 - fix eclipse classpath now that server is on EAP 6.3
commit 13834e0f171aace47eaa6553b0ee100850f9eebb
Merge: 10dec9a 3049c67
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 16 14:10:33 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 10dec9a32eb30efb1690cf24d19652f7ea28d91e
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 16 12:39:36 2014 -0400
BZ 1069606 - EAP 6.3 bumped up versions of some subsystems since 6.1, so our itests-2 needs to take this into account when modifying the app server config.
Also we need to create two security domains to avoid the bug where one security domain cannot be shared across multiple datasources of different types
commit 4d3d64c9159083c282bd7bec7db3c336de2626d0
Merge: dadc434 2fa7c54
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Jun 13 23:38:25 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit dadc434100ce82db6cae63f61144fda00aff1816
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Jun 13 23:36:49 2014 -0400
BZ 1069606 - itests2 needs to start the server with the jboss.modules.policy-permissions=true sysprop to work around security manager issue
commit dabd4859c06caf23d2e705f4d29bab2ea93ef766
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Jun 13 19:13:59 2014 -0400
BZ 1069606 - we no longer have to patch jgroups - we are using a later app server that already uses a fixed jgroups library
commit 2f5f75316402f7ceea8b5b48fc56b4c8e4d6047b
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Jun 13 19:02:35 2014 -0400
BZ 1069606 - initial changes to pom.xml files, dependencies and some other things related so we can build on EAP 6.3.
- arquillian tests throw exception because the jta attribute is here (even though AS allows for it and we are setting it to the default value, not sure why this isn't allowed in tests)
- define xnio deps explicitly so they point to 3.0.10.GA which is what arquillian needs to test that the server is up
- fix security exception "class org.hamcrest.TypeSafeMatcher signer information is different from other classes in same package" when running PC tests
- jboss-as-subsystem-test changed its artifact name - it now has "-framework" at the end of its name
commit dac845e70112dad61a9e5b83719fb3b474d201f9
Merge: 12ca40d e8f72b7
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 10 09:33:02 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 12ca40d064b504287a4d0580b9b425061015e919
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Jun 10 09:32:33 2014 -0400
BZ 1069606 - disable the ability to deploy custom apps in the underlying app server
commit 811544eb5a7bfce6243e9c7e7ee0ce874da4146e
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 2 16:50:21 2014 -0400
BZ 1069606 - EAP 6.3 uses a newer hibernate that uses a newer javassist which names its proxies differently. This fixes things like the left-hand tree and operation history among many other various things I'm sure.
commit 9f798615b67258e854d16fae31bf3b69aded22b7
Merge: 4e8484e ed8a2c4
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Jun 2 09:44:43 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 4e8484ef626564b9d3a72203689d8acfb378f7c1
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri May 30 16:49:35 2014 -0400
BZ 1069606 1102332 - create separate security domains per data source to avoid bug in app server
commit 8729d53e681f4a9f550345ab8fbf6a3af2375a18
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri May 30 16:03:51 2014 -0400
BZ 1069606 1100361 - turn off security manager. if we want to turn this back on, we'll need EAP to fix standalone.sh to not set -Djboss.modules.policy-permissions without a value - they need to set it "=true". The BZ will have EAP folks move that setting to standalone.conf and set it =true. For now, we'll turn off security manager though.
commit b88731f09ebf9f449927d0e3749bcc05c6ba59f6
Merge: ce5c8cb bd90bfa
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri May 30 11:08:19 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit ce5c8cb634a80a8bf4c544b2522c0acff08c57f6
Merge: 1dfa775 0d6acf9
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 22 19:02:04 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 1dfa775d38026d919eaf3d56fafc072dd54b362f
Merge: 4d2b802 aa0032b
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 22 17:25:55 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 4d2b8024c7c4b8a61226b99030a3438cebe2c88b
Merge: ae80968 5cbf420
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 22 16:24:20 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit ae8096854128095b09daf871ff13c480f76b5342
Merge: 804e84f 2f52d8d
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 22 15:00:10 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 804e84f44aaca2a86c86a08da61f3937a16be003
Merge: 0abbabd 4bec04a
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue May 13 09:55:09 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 0abbabd0a16d4efe31e48eaede387c0ec24464a4
Merge: 4688250 5c08e3f
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu May 8 13:40:05 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit 468825097a99038202b0a791a49f0dede0aed243
Merge: f24e990 d78179e
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Tue Apr 15 10:38:44 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit f24e990ede910c310f6554e8b1234123f5586d40
Merge: c838682 38b1711
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Apr 14 16:46:41 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
Conflicts:
modules/enterprise/server/appserver/src/main/bin-resources/bin/wrapper/rhq-server-wrapper.conf
commit c8386827c162bcb723be533b32e5c07310e5cd4d
Merge: f2b7ea3 e2eac63
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Fri Mar 28 09:34:14 2014 -0400
Merge remote-tracking branch 'origin/master' into feature/bz1069606-rebase-eap-63
commit f2b7ea32d76ee5a9d918b8727b9b133488532689
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu Mar 27 17:25:54 2014 -0400
BZ 1069606 - adding -Djboss.modules.policy-permissions=true to the AS startup will avoid some odd classloader errors we were getting at startup.
commit 9f8f1879e31449c47d2ecc3ae5aeca5af9915a0a
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Thu Mar 27 17:24:58 2014 -0400
BZ 1069606 - hibernate got a class not found error with initEnum being called from the constructor. If we move it to the getFacets method, the class-not-found error goes away.
commit ab4d586aec2cf907dc6fbcb27fde513ad65a9e01
Author: John Mazzitelli <mazz(a)redhat.com>
Date: Mon Mar 24 14:04:01 2014 -0400
BZ 1069606 - EAP 6.3 won't deploy properly if using the old gnu getopt jar due to a bad manifest in that jar. change to a redhat specific gnu getopt build.
Commit: a0922b46d5137d4099fd11f9cdaca81d5f4f2a7d
https://github.com/rhq-project/rhq/commit/a0922b46d5137d4099fd11f9cdaca81d5…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationCheckExecutor.java
Log Message:
-----------
[1100300] Update of a resource configuration sometimes takes more then 100 seconds
- remove TODOs and switch to debug logging
Commit: 03c2e260be2d7e92c95f6b2302e6bcba163c0797
https://github.com/rhq-project/rhq/commit/03c2e260be2d7e92c95f6b2302e6bcba1…
Author: jshaughn <jshaughn(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainerConfiguration.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationCheckExecutor.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationManager.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationConstants.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/i18n/AgentSetupInstructions.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/promptcmd/SetupPromptCommand.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
M modules/plugins/rhq-agent/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Merge pull request #62 from rhq-project/jshaughn/1100300
[1100300] Update of a resource configuration sometimes takes more then 100 seconds
Commit: 8dff0290ee0f53fd7c181251eefc3cf14a5c49de
https://github.com/rhq-project/rhq/commit/8dff0290ee0f53fd7c181251eefc3cf14…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationCheckExecutor.java
Log Message:
-----------
Remove use of java1.7 API, make it Java6 compatible.
Commit: cef4088f79d468c8d2e7c2b5f62f94e46fca47be
https://github.com/rhq-project/rhq/commit/cef4088f79d468c8d2e7c2b5f62f94e46…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-26 (Thu, 26 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1104818 - [JON3-25] Duplicate functionality in Operations &
Configuration
Deprecate "Assign To Server-Group" operation
Commit: 2d896974f527317fe418b88fcab59c3e19d1230d
https://github.com/rhq-project/rhq/commit/2d896974f527317fe418b88fcab59c3e1…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
Log Message:
-----------
[BZ 1071330] Try to avoid timeouts on retrieving system settings
This is a bit of a shot in the dark to reduce the possibility of
timeouts when reading system settings in the server under load.
The concurrency on the bean has been changed from the default
container managed with a write lock on each method to bean managed
with a single critical section in the cache loading and writing methods.
Also, the deobfuscation of the password fields happens only on the
cache reload and only if the settings were changed.
All this to minimize the contention on the SystemManagerBean and to
speed up the retrieval of the settings as much as possible.
Commit: 5df5508ac3415ec1d9b2eeb45c1b67b396673fd6
https://github.com/rhq-project/rhq/commit/5df5508ac3415ec1d9b2eeb45c1b67b39…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
Log Message:
-----------
[BZ 1071330] Minimize the duration of the locks
Commit: 026d67869bb506490f4de477fdc23e0bb8c5627b
https://github.com/rhq-project/rhq/commit/026d67869bb506490f4de477fdc23e0bb…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M modules/common/ant-bundle/src/test/java/org/rhq/bundle/ant/AntLauncherTest.java
Log Message:
-----------
[BZ 873471] Added a testcase for loading properties from absolute path
Commit: 311c26f029b8dfcb02c382d410d6bd132fefa692
https://github.com/rhq-project/rhq/commit/311c26f029b8dfcb02c382d410d6bd132…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M modules/common/ant-bundle/pom.xml
M modules/common/ant-bundle/src/test/java/org/rhq/bundle/ant/AntLauncherTest.java
R modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-in-bundle
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-out-of-bundle
Log Message:
-----------
[BZ 873471] Added a testcase for loading properties from URL
+ a bit of test refactoring.
Commit: dec8bae46446d4cde46fe13ed76585c2cfc164b8
https://github.com/rhq-project/rhq/commit/dec8bae46446d4cde46fe13ed76585c2c…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-06-27 (Fri, 27 Jun 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedRuntimeDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedSubsystemDiscovery.java
Log Message:
-----------
1070326 - (JON3-42) RFE: Allow AS7 deployments to provide version in the artifact name
Adding one more thing to this feature, prevent discovery of siblings
resolving to the same resource key. In the somewhat unlikely case that
two distinct sibling deployments resolve down to the same logical
deployment, don't let it get past discovery. For example, if the user
has app-1.0.war and app-2.0.war and these are *really* different apps (and
they would probably have to be since EAP would stop deployment if they
had the same context). In this case both would be seen as app.war, and
that is a problem on the RHQ side. In this sutuation generate an
agent log warning that hopefully helps a user resolve the issue.
Note that resource upgrade already prevents an upgrade of siblings with
the same key, so this is an analogous change.
Commit: cd995a82d48e47899c533700d14282c744600325
https://github.com/rhq-project/rhq/commit/cd995a82d48e47899c533700d14282c74…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-30 (Mon, 30 Jun 2014)
Changed paths:
M modules/enterprise/server/plugins/jboss-software/src/main/java/org/rhq/enterprise/server/plugins/jboss/software/JBossSoftwareContentSourceAdapter.java
M modules/enterprise/server/plugins/jboss-software/src/main/resources/META-INF/rhq-serverplugin.xml
Log Message:
-----------
JBoss Software server plugin - deprecate http proxy settings and default
them to system HTTP Proxy Server settings
Commit: 9b5bfb71ae7f77157603627c1e17817e633afff0
https://github.com/rhq-project/rhq/commit/9b5bfb71ae7f77157603627c1e17817e6…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-30 (Mon, 30 Jun 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/message/MessageBar.java
Log Message:
-----------
Show notification box right next to "Help" menu item
Commit: 9220b2338d26406e547b7e7c68d3747a20d5d5e8
https://github.com/rhq-project/rhq/commit/9220b2338d26406e547b7e7c68d3747a2…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-06-30 (Mon, 30 Jun 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
Log Message:
-----------
[BZ 1074610] JON 3.2.0 install fails if the install user account has no home
directory
Log error message with possible hint when we fail to write agent
preferences.
Commit: f0a5cc74233f7e1ddf052e98834f80c238575b9d
https://github.com/rhq-project/rhq/commit/f0a5cc74233f7e1ddf052e98834f80c23…
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2014-06-30 (Mon, 30 Jun 2014)
Changed paths:
M modules/plugins/jmx/src/main/java/org/rhq/plugins/jmx/util/ObjectNameQueryUtility.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/ObjectNameQueryUtilityDelegateTest.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/ObjectNameQueryUtilityTest.java
Log Message:
-----------
Merge pull request #63 from genman/BZ1091128
BZ 1091128 - Support for object name partial matching like :name=IPCLogg...
Commit: 1f1ad430bee1864d20256aad699e636717ed2652
https://github.com/rhq-project/rhq/commit/1f1ad430bee1864d20256aad699e63671…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-30 (Mon, 30 Jun 2014)
Changed paths:
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/AntLauncher.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/PropertyTask.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/DeploymentUnitType.java
M modules/common/ant-bundle/src/main/resources/org/rhq/bundle/antlib.xml
M modules/common/ant-bundle/src/test/java/org/rhq/bundle/ant/AntLauncherTest.java
M modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-in-bundle
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-in-bundle-props-deployed
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.rhq-property-tag-in-bundle
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.rhq-property-tag-in-destination
Log Message:
-----------
[BZ 873471] Support loading props from destination-relative paths.
This is done through a custom rhq:property task that extends Ant's
default property task and adds the new "relativeToDeployDir" boolean
attribute.
The properties (both "property" and "rhq:property") are handled in the
bundle task alongside the "rhq:input-property".
Commit: 4610b91f945e9503fc6291d82a9d50973a840f22
https://github.com/rhq-project/rhq/commit/4610b91f945e9503fc6291d82a9d50973…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-06-30 (Mon, 30 Jun 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
Log Message:
-----------
Merged pull request #57 from metlos/bug/1071330
[BZ 1071330] Try to avoid timeouts on retrieving system settings
Commit: d1c0a1aa3218cbefca559be98bd845c113a3a456
https://github.com/rhq-project/rhq/commit/d1c0a1aa3218cbefca559be98bd845c11…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/common/ant-bundle/pom.xml
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/PropertyTask.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractUrlFileType.java
Log Message:
-----------
[BZ 873471] Clean up - javadocs, unused methods, obsolete properties
Commit: 4b60771628a86aa5baa7f724725f1030d422a04d
https://github.com/rhq-project/rhq/commit/4b60771628a86aa5baa7f724725f1030d…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeLoadComponent.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeTableView.java
Log Message:
-----------
[BZ 1113739] - JON UI showing the same listgrid with load data for all Storage Nodes - the datasource was accidentally overriding id attribute, also there was need to call the redraw method on the StorageNodeLoadComponent component
Commit: ba0c4d30a782599e9377aa21667452490f0442cb
https://github.com/rhq-project/rhq/commit/ba0c4d30a782599e9377aa21667452490…
Author: Thomas Segismont <tsegismont(a)gmail.com>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/common/ant-bundle/pom.xml
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/AntLauncher.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/AntMain.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/PropertyTask.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractUrlFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/DeploymentUnitType.java
M modules/common/ant-bundle/src/main/resources/org/rhq/bundle/antlib.xml
M modules/common/ant-bundle/src/test/java/org/rhq/bundle/ant/AntLauncherTest.java
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-in-bundle
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-in-bundle-props-deployed
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-out-of-bundle
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.rhq-property-tag-in-bundle
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.rhq-property-tag-in-destination
A modules/common/ant-bundle/src/test/resources/ant-properties/deployed.file
A modules/common/ant-bundle/src/test/resources/ant-properties/in-bundle.properties
Log Message:
-----------
Merge pull request #67 from metlos/bug/873471
[BZ 873471] Token replacement takes into account <property> properties
Commit: 78541021d881c60dd97e3b21e0af1b0d59cc84ad
https://github.com/rhq-project/rhq/commit/78541021d881c60dd97e3b21e0af1b0d5…
Author: jshaughn <jshaughn(a)redhat.com>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
Log Message:
-----------
Merge pull request #45 from genman/BZ1094424
BZ1094424 - do not reindex tables by default; don't use UNRECOVERABLE
Commit: b9fe054fc5bf8cef491b82339226096d877013ea
https://github.com/rhq-project/rhq/commit/b9fe054fc5bf8cef491b82339226096d8…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
Log Message:
-----------
[BZ 1071330] No NPE in SystemManagerBean when no last update time in DB.
Commit: 0ad1749cc1a1bae5dd3dd03a37d86f368526215b
https://github.com/rhq-project/rhq/commit/0ad1749cc1a1bae5dd3dd03a37d86f368…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/common/ant-bundle/pom.xml
Log Message:
-----------
Fix AntLauncherTest failure due to XNIO version mismatch
Commit: bd7fec3546833404f35aedadbca2be8b5ed8c3db
https://github.com/rhq-project/rhq/commit/bd7fec3546833404f35aedadbca2be8b5…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M .classpath
Log Message:
-----------
Fix up Eclipse .classpath given EAP 6.3 and also the use of Undertow
Commit: 3ab16f7da5fc06e0c81dcb779ee019b755ec16b9
https://github.com/rhq-project/rhq/commit/3ab16f7da5fc06e0c81dcb779ee019b75…
Author: burmanm <yak(a)iki.fi>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/enterprise/server/data-migration/src/main/java/org/rhq/server/metrics/migrator/DataMigratorRunner.java
Log Message:
-----------
[BZ 1098561] Parse delete-only option from the command line
Commit: d37c6c42137559a8e9e2c92faab93d2a0be3fce6
https://github.com/rhq-project/rhq/commit/d37c6c42137559a8e9e2c92faab93d2a0…
Author: Michael Burman <yak(a)iki.fi>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/enterprise/server/data-migration/src/main/java/org/rhq/server/metrics/migrator/DataMigratorRunner.java
Log Message:
-----------
Merge pull request #71 from burmanm/1098561
Fix BZ1098561
Commit: a68c656eca8f0574dd551a6faf51a0df829f0f39
https://github.com/rhq-project/rhq/commit/a68c656eca8f0574dd551a6faf51a0df8…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
Log Message:
-----------
[1094424] "Reindex Data Tables Nightly" setting can cause agents to time out during reindex
This is follow-up work to PR45. Add setting the nightly re-index option
to false in db-upgrade. Also, remove unused numeric data tables from
being processed if in fact the option is set to true.
This whole option should probably go away, see the discussion in the
PR.
Commit: 3d0571af3f465c6d47567483ebc0148a514e6851
https://github.com/rhq-project/rhq/commit/3d0571af3f465c6d47567483ebc0148a5…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-02 (Wed, 02 Jul 2014)
Changed paths:
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ConfigurationReadWriteDelegate.java
Log Message:
-----------
[JBoss AS7] add read-write config update delegate which reads resource config prior applying update and applies changes only (currently supports only simple properties
Commit: c70267492ec430e4ef1218065ffc4220c2ba7e51
https://github.com/rhq-project/rhq/commit/c70267492ec430e4ef1218065ffc4220c…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-02 (Wed, 02 Jul 2014)
Changed paths:
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/Ejb3Component.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[Bug 1080833]
For EJB3 subsystem we now apply only configuration properties that differ
from current configuration.
Commit: cde3c29b8e0b12d838de52453e1a4dc9bfb59d34
https://github.com/rhq-project/rhq/commit/cde3c29b8e0b12d838de52453e1a4dc9b…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-01 (Tue, 01 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
Log Message:
-----------
[1108833] Enabling LDAP on one JBoss ON Server in HA Configuration is not propagated to another server(s) until their restart so the users cannot log in
Enable/Disable of LDAP requires a system reconfigure (reinstall the JAAS
login modules...). Change things such that the system reconfigure gets
performed whenever HA nodes detect a change in system settings. So,
this fix is a bit more general that the specific case listed here. The
system settings update check is every 60s, so HA nodes should pick up
a change within a minute.
Commit: e5f22a889fc6e8492e62d65f7976693b2af2dc09
https://github.com/rhq-project/rhq/commit/e5f22a889fc6e8492e62d65f7976693b2…
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2014-07-02 (Wed, 02 Jul 2014)
Changed paths:
M modules/plugins/jmx/src/main/java/org/rhq/plugins/jmx/util/ObjectNameQueryUtility.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/ObjectNameQueryUtilityDelegateTest.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/ObjectNameQueryUtilityTest.java
Log Message:
-----------
Revert "BZ 1091128 - Support for object name partial matching like :name=IPCLogger-%a%"
This reverts commit d7ec3fab9bc5139fb3c1f80805014ef082ad63f8.
This commit had unforseen side effects.
Commit: 7cf8f413c1caa2b359cac42591bc90924f3ef3be
https://github.com/rhq-project/rhq/commit/7cf8f413c1caa2b359cac42591bc90924…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-02 (Wed, 02 Jul 2014)
Changed paths:
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/augeas/AugeasConfigurationApache.java
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/augeas/AugeasTreeBuilderApache.java
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/parser/ApacheParserImpl.java
Log Message:
-----------
Add support for IncludeOptional directive added in httpd 2.3.6.
This seems to be used by default on newer systems (at least Fedora 20
has it) causing the apache plugin to not discover large parts of
httpd inventory subtree.
Commit: ed8997477fdb0cf1ab078b5c4fbcf4a30be6bc02
https://github.com/rhq-project/rhq/commit/ed8997477fdb0cf1ab078b5c4fbcf4a30…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-02 (Wed, 02 Jul 2014)
Changed paths:
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/augeas/AugeasConfigurationApache.java
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/augeas/AugeasTreeBuilderApache.java
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/parser/ApacheParserImpl.java
Log Message:
-----------
Merged pull request #58 from metlos/feature/support-IncludeOptional-in-apache-plugin
Add support for IncludeOptional directive added in httpd 2.3.6.
Commit: ddd51b089d2bbd4410d5c51aad9e3713cd24d737
https://github.com/rhq-project/rhq/commit/ddd51b089d2bbd4410d5c51aad9e3713c…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-02 (Wed, 02 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/WebRuntimeComponent.java
Log Message:
-----------
[BZ 1022009] - response times not shown for managed deployment
Fixed the way we resolve server log dir in case the deployment is on managed
server
Commit: f07cf57907921190eb792bf24b410f5c9a0babab
https://github.com/rhq-project/rhq/commit/f07cf57907921190eb792bf24b410f5c9…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-02 (Wed, 02 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ConditionEditor.java
Log Message:
-----------
[1105892] Metric base unit in alert definition is incorrect resulting in bad absolute metric threshold evaluation
- fix issue where MeasurementUnits object was used where its String form was needed
- fix issues with keeping the units paired correctly with the selected
metric, and ensure the first list entry is always the default.
- simplified the widget initialization (although this was not a primary issue)
Commit: 7bf3544d1b79e7d2ba9805807b04f8370565dcb7
https://github.com/rhq-project/rhq/commit/7bf3544d1b79e7d2ba9805807b04f8370…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-02 (Wed, 02 Jul 2014)
Changed paths:
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/augeas/AugeasConfigurationApache.java
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/augeas/AugeasTreeBuilderApache.java
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/parser/ApacheParserImpl.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/WebRuntimeComponent.java
M modules/plugins/jmx/src/main/java/org/rhq/plugins/jmx/util/ObjectNameQueryUtility.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/ObjectNameQueryUtilityDelegateTest.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/ObjectNameQueryUtilityTest.java
Log Message:
-----------
Merge branch 'master' of github.com:rhq-project/rhq
Commit: c712ca1b64777001d0a5793a6c9b0129116d6b92
https://github.com/rhq-project/rhq/commit/c712ca1b64777001d0a5793a6c9b01291…
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Bump ems version to 1.3.6-rhq to address two bugs in 1.3.5-rhq.
Commit: 48c6a2e99e5d29c0e06f9dc9b1f8e0fd8ed1fb2a
https://github.com/rhq-project/rhq/commit/48c6a2e99e5d29c0e06f9dc9b1f8e0fd8…
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/EmailManagerBean.java
Log Message:
-----------
BZ 1115815 - explicitly set the from address for alert emails to what is given in rhq-server.properties.
Commit: 85c64f4bd2e18ee04461a02ad85df778b25a6a1a
https://github.com/rhq-project/rhq/commit/85c64f4bd2e18ee04461a02ad85df778b…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M etc/rhq-ircBot/src/main/java/org/rhq/etc/ircbot/RhqIrcBotListener.java
Log Message:
-----------
Adding Michael (Yak) to rhq irc bot so that !jon-team command could ping him
Commit: 13878d4639f7d65a7dbd9a659a3498108e7d0c8c
https://github.com/rhq-project/rhq/commit/13878d4639f7d65a7dbd9a659a3498108…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M modules/enterprise/gui/portal-war/src/main/java/org/rhq/enterprise/gui/startup/Configurator.java
Log Message:
-----------
Bug 1116000 - Error creating "Local Disk Storage Content Source"
Database property retriever needs to be registered at startup with PropertyRenderingUtility#putDynamicPropertyRetriever
This setup code snippet was lost during AS7 rebasing for RHQ4.6
Commit: 8eb3e7bd5f54a99ea5706f3b7675fc3a112499ee
https://github.com/rhq-project/rhq/commit/8eb3e7bd5f54a99ea5706f3b7675fc3a1…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-03 (Thu, 03 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
Log Message:
-----------
Maintain ordinals for existing SystemSetting enum entries by ensuring
new entries are added to the end. This is much safer for backward
compatibility and cherry-picking for cumulative patches.
Commit: 8983596210c026f2a59499a261bf1128f9d7a142
https://github.com/rhq-project/rhq/commit/8983596210c026f2a59499a261bf1128f…
Author: burmanm <yak(a)iki.fi>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M modules/enterprise/server/appserver/src/main/bin-resources/bin/internal/rhq-server.sh
Log Message:
-----------
[BZ 1027339] Show correct JVM pid in the rhqctl status
Commit: 95d588ad15f34561f5ab627e75a37650b7735c7d
https://github.com/rhq-project/rhq/commit/95d588ad15f34561f5ab627e75a37650b…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M .gitignore
M etc/m2/smartgwt-war-archetype/src/main/resources/archetype-resources/src/main/java/Application.gwt.xml
M modules/enterprise/gui/coregui/pom.xml
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/IconEnum.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeLoadComponent.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/buttons/BackButton.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/ConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/form/EnhancedSearchBarItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/tab/SubTab.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/tab/SubTabLayout.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/AbstractTableSection.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/tagging/TagEditorView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/DashboardView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/DashboardsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/PortalColumn.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/PortalLayout.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/InventoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/AbstractTwoLevelTabSetView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/event/EventCompositeHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/ResourceGroupCompositeDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/ResourceGroupListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/definitions/GroupDefinitionListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/ResourceGroupDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/ResourceGroupTitleBar.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/summary/ActivityView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/ResourceSearchView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/OverviewForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTitleBar.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/configuration/ResourceConfigurationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/monitoring/table/MetricsTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/summary/ActivityView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/ReportTopView.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/CoreGUI.gwt.xml
R modules/enterprise/gui/coregui/src/main/webapp/CoreGUI-4.12.0.css
M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html
M modules/enterprise/gui/coregui/src/main/webapp/css/charts-4.12.0.css
R modules/enterprise/gui/coregui/src/main/webapp/css/patternfly-custom.css
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.css
M modules/enterprise/gui/coregui/src/main/webapp/images/Favorite_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/Favorite_24_Selected.png
M modules/enterprise/gui/coregui/src/main/webapp/images/Favorite_Group_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/Favorite_Resource_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/blank.gif
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Admin_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Admin_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Agent_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Agent_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/AutoDiscovery_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/AutoDiscovery_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Download_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Download_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Help_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Help_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Inventory_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Inventory_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Locked_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Locked_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Plugin_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Plugin_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Recent_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Recent_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Role_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Role_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/StorageNode_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/StorageNode_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Tag_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Tag_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Unlocked_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/global/Unlocked_24.png
R modules/enterprise/gui/coregui/src/main/webapp/images/global/Unlocked_32.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/User_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/User_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/help.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/help_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/upload.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/upload_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/Server_Group_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/Service_Group_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/all_resources.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_autogroup_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_autogroup_opened.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_mixed_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_opened.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Alert_HIGH_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Alert_LOW_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Alert_MEDIUM_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Alerts_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Alerts_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Edit_Alert.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Flag_blue_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Flag_blue_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Flag_blue_Disabled_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_green_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_green_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_grey_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_grey_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_orange_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_orange_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_red_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_red_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_yellow_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_yellow_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Delete_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Delete_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Deploy_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Deploy_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Revert_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Revert_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDeploymentAction_Delete_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDeployment_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDeployment_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDestinationAction_Delete_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDestinationAction_Purge_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDestination_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDestination_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleGroup_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleGroup_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleVersionAction_Delete_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleVersion_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleVersion_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/Bundle_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/Bundle_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_failed_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_grey_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_grey_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_inprogress_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_ok_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/content/Content_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/content/Content_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/content/Content_grey_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_cancel_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_failed_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_grey_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_grey_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_inprogress_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_ok_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/DEBUG_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/ERROR_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_11.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_error_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_error_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_fatal_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_fatal_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_grey_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_info_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_info_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_warning_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_warning_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/FATAL_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/INFO_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/WARN_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/inventory/Inventory_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/inventory/Inventory_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/inventory/Inventory_grey_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/inventory/Inventory_grey_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Edit_Metric.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16png.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_grey_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_grey_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/report/Document_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/report/Document_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_disabled_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_disabled_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_down_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_down_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_type_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_up_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_up_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_warning_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_warning_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/GroupDefinition_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/GroupDefinition_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_disabled_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_disabled_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_down_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_down_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_mixed_type_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_mixed_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_up_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_up_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_warning_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_warning_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_disabled_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_down_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_down_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_type_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_up_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_up_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_disabled_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_disabled_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_down_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_down_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_type_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_unknown_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_unknown_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_up_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_up_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_disabled_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_disabled_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_down_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_down_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_type_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_unknown_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_unknown_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_up_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_up_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_up_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/plugin_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/plugin_24.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/CoreGUI.gwt.xml
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ColorPicker/crosshair.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ColorPicker/spectrum.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_closed.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_closed_down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_closed_left.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_closed_right.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_open.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_open_down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_open_left.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_open_right.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_open_up.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/arrow_opening.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/close.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/close_over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/colHeader.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/colHeaderDisabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/colHeaderLabel.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/colHeaderLabelDown.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/colHeaderOver.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/colHeaderSelected.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/colHeaderSelectedOver.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/header_handle.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/header_handle_over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/innerHeader.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/innerHeaderDown.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/innerHeaderSelected.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/innerHeaderSelectedOver.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/maximize.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/maximize_over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/minimize.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/minimize_over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/rowHeader.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/rowHeaderDisabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/rowHeaderLabel.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/rowHeaderLabelDown.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/rowHeaderLabelSelected.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/rowHeaderOver.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/rowHeaderSelected.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/rowHeaderSelectedOver.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/sort_down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/sort_down_over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/sort_down_selected.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/sort_down_selected_over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/sort_up.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/sort_up_over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/sort_up_selected.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/sort_up_selected_over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/CubeGrid/validation_error_icon.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DatabaseBrowser/column.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DatabaseBrowser/data.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DateChooser/arrow_left.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DateChooser/arrow_right.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DateChooser/doubleArrow_left.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DateChooser/doubleArrow_right.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/ask.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/confirm.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/error.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/notify.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/say.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/stop.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/warn.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/ColorPicker_icon.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/ColorPicker_icon_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/ComboBoxItem_PickButton_icon.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/ComboBoxItem_PickButton_icon_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/ComboBoxItem_PickButton_icon_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/PopUpTextAreaEditor_icon.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/PopUpTextAreaEditor_icon_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/PropSheet_ColorPicker_icon.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/PropSheet_pickbutton.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/PropSheet_pickbutton_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/Remove_icon.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/Remove_icon_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/Remove_icon_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/SelectItem_PickButton_icon.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/SelectItem_PickButton_icon_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/SelectItem_PickButton_icon_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/checked.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/checked_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/checked_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/checked_Down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/checked_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/date_control.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/date_control_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/default_formItem_icon.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/default_formItem_icon_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/default_formItem_icon_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/partialcheck.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/spinner_control_decrease.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/spinner_control_decrease_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/spinner_control_decrease_Focused.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/spinner_control_increase.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/spinner_control_increase_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/spinner_control_increase_Focused.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/text_control.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/text_control_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/text_control_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked_Down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unsetcheck.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unsetcheck_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unsetcheck_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unsetcheck_Down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unsetcheck_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/FileBrowser/createNewFolder.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/FileBrowser/file.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/FileBrowser/folder.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/FileBrowser/previousFolder.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/FileBrowser/refresh.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/FileBrowser/upOneLevel.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ImgButton/button.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ImgButton/button_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ImgButton/button_Down.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ImgButton/button_Over.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/checked.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/formula_menuItem.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/group_opened.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/group_opening.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/headerMenuButton_icon.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/headerMenuButton_icon_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/row_collapsed.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/row_expanded.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/sort_ascending.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/sort_descending.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/check.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/check_disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/menu_button.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/menu_button_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/menu_button_up.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/menu_button_up_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/submenu.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/submenu_disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/submenu_disabled_left.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/submenu_left.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/MultiUploadItem/icon_add_files.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/MultiUploadItem/icon_add_files_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/MultiUploadItem/icon_remove_files.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/MultiUploadItem/icon_remove_files_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/Progressbar.psd
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_h_empty_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_h_empty_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_h_empty_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_h_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_h_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_h_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_v_empty_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_v_empty_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_v_empty_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_v_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_v_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_Disabled_v_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_h_empty_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_h_empty_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_h_empty_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_h_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_h_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_h_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_v_empty_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_v_empty_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_v_empty_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_v_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_v_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/progressbar_v_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Progressbar/spacer.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RecordEditor/add.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RecordEditor/add_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RecordEditor/add_Over.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RecordEditor/check.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RecordEditor/filter.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RecordEditor/filter_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RecordEditor/filter_Over.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RecordEditor/query.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/background_color.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/background_color_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/copy.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/copy_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/cut.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/cut_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/indent.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/indent_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/link_new.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/outdent.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/outdent_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/paste.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/paste_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/separator.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/separator_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_align_center.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_align_center_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_align_justified.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_align_justified_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_align_left.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_align_left_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_align_right.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_align_right_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_bold.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_color.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_color_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_italic.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RichTextEditor/text_underline.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/SchemaViewer/complexType.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/SchemaViewer/operation.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/SchemaViewer/simpleType.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/blank.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Disabled_corner.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Disabled_corner.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Disabled_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Disabled_end.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Disabled_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Disabled_start.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Disabled_stretch.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Disabled_track.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Disabled_track.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Down_corner.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Down_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Down_end.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Down_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Down_start.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Down_stretch.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Down_track.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Down_track.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Over_corner.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Over_end.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Over_start.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Over_stretch.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_Over_track.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_corner.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_corner.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_end.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_start.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_stretch.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_track.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hscroll_track.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_Disabled_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_Disabled_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_Disabled_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_Down_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_Down_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_Down_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_grip.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_grip.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_grip_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/hthumb_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/old_vscroll_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Disabled_corner.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Disabled_corner.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Disabled_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Disabled_end.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Disabled_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Disabled_start.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Disabled_stretch.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Disabled_track.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Disabled_track.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Down_corner.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Down_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Down_end.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Down_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Down_start.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Down_stretch.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Down_track.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Down_track.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Over_corner.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Over_end.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Over_start.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Over_stretch.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_Over_track.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_corner.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_corner.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_end.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_start.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_stretch.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_track.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vscroll_track.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_Disabled_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_Disabled_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_Disabled_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_Down_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_Down_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_Down_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_grip.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_grip.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_grip_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_grip_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Scrollbar/vthumb_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/SectionHeader/opener_Disabled_closed.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/SectionHeader/opener_Disabled_opened.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/SectionHeader/opener_closed.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/SectionHeader/opener_opened.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/hthumb.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/hthumb_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/hthumb_down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/htrack_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/htrack_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/htrack_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/vthumb.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/vthumb_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/vthumb_down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/vtrack_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/vtrack_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Slider/vtrack_stretch.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Splitbar/hsplit_snap.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Splitbar/hsplit_snap_closed.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Splitbar/vsplit_snap.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Splitbar/vsplit_snap_closed.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/close.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/close_Over.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/hpicker.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/hpicker_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/hpicker_Down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/hscroll_Disabled_back.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/hscroll_Disabled_forward.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/hscroll_Down_back.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/hscroll_Down_forward.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/hscroll_back.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/hscroll_forward.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/vpicker.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/vpicker_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/vpicker_Down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/vscroll_Disabled_back.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/vscroll_Disabled_forward.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/vscroll_Down_back.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/vscroll_Down_forward.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/vscroll_back.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/vscroll_forward.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ToolStrip/hresizer.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ToolStrip/hresizer_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ToolStrip/hseparator.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ToolStrip/hseparator_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ToolStrip/resizer.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ToolStrip/resizer_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ToolStrip/separator.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ToolStrip/separator_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/delete.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/delete_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/delete_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/down_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/down_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/down_last.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/down_last_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/down_last_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/left.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/left_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/left_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/left_all.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/left_all_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/left_all_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/right.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/right_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/right_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/right_all.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/right_all_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/right_all_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/up.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/up_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/up_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/up_first.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/up_first_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TransferIcons/up_first_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/checked.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_ancestor.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_closed_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_closed_middle.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_closed_single.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_closed_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_middle.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_opened_end.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_opened_middle.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_opened_single.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_opened_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_single.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/connector_start.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/file.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/file.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_closed.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_drop.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_file.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_open.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_closed.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_closed.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_open.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_open.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_opened.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/close.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/close_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/headerIcon.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/headerIcon.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/maximize.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/minimize.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/resizer.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/resizer_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/restore.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/add.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/approve.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/back.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/close.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/close_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/close_Down.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/close_Over.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/column_preferences.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/configure.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/download.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/edit.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/edit_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/exclamation.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/filter.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/find.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/first.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/forward.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/freezeLeft.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/freezeRight.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/groupby.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/help.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/last.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/next.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/ok.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/prev.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/redo.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/refresh.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/remove.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/save.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/search.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/sort_ascending.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/sort_descending.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/undo.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/unfreeze.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/ungroup.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/view.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/black.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/blank.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_disabled_down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_disabled_left.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_disabled_right.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_disabled_up.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_left.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_right.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_up.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/edges/edge_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/edges/edge_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/edges/edge_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/edges/edge_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/edges/edge_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/edges/edge_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/edges/edge_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/edges/edge_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/flickr10.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/global/help.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/grid.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Over.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/loading.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/loadingSmall.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/opacity.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/clear_picker.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/clear_picker_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/clear_picker_Down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/clear_picker_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/comboBoxPicker.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/comboBoxPicker_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/comboBoxPicker_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/date_picker.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/date_picker_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/date_picker_Down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/date_picker_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/refresh_picker.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/refresh_picker_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/refresh_picker_Down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/refresh_picker_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/search_picker.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/search_picker_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/search_picker_Down.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/search_picker_Over.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds10_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds10_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds10_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds10_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds10_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds10_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds10_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds10_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds1_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds1_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds1_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds1_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds1_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds1_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds1_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds1_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds2_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds2_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds2_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds2_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds2_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds2_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds2_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds2_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds3_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds3_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds3_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds3_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds3_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds3_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds3_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds3_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds4_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds4_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds4_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds4_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds4_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds4_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds4_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds4_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds5_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds5_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds5_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds5_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds5_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds5_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds5_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds5_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds6_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds6_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds6_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds6_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds6_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds6_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds6_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds6_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds7_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds7_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds7_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds7_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds7_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds7_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds7_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds7_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds8_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds8_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds8_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds8_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds8_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds8_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds8_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds8_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds9_B.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds9_BL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds9_BR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds9_L.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds9_R.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds9_T.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds9_TL.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds9_TR.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/shared/shadows/ds_center.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/top-bar.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/load_skin.js
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/unsupported_browser.html
Log Message:
-----------
Squashed commit of Patternfly Theme (SmartGWT skin). Pull request #60. Kudos to asantos
Commit: 906b7ec4869ef4405c6ff67b57e71a9cab45feb5
https://github.com/rhq-project/rhq/commit/906b7ec4869ef4405c6ff67b57e71a9ca…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/ControlCommand.java
Log Message:
-----------
[BZ 1112240] rhqctl must read RHQ_AGENT_PIDFILE_DIR and RHQ_SERVER_PIDFILE_DIR when checking pidFile existence
Commit: 153804c3fe6bcc64f2bdfbbf5b585d486e857bbe
https://github.com/rhq-project/rhq/commit/153804c3fe6bcc64f2bdfbbf5b585d486…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresDatabaseComponent.java
Log Message:
-----------
[BZ 1079368] If adding new columns with array-datatype, ignore length and precision values
Commit: ad48260579effc8b5eea2e059895d8b4534352c7
https://github.com/rhq-project/rhq/commit/ad48260579effc8b5eea2e059895d8b45…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/AntLauncher.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/BundleAntProject.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/HandoverTarget.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractBundleType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractUrlFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/ArchiveType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/DeploymentUnitType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/FileType.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/Handover.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/HandoverHolder.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/HandoverInfo.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/HandoverParam.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/HasHandover.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/IgnoreType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/ReplaceType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/UrlArchiveType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/UrlFileType.java
M modules/common/ant-bundle/src/main/resources/org/rhq/bundle/antlib.xml
M modules/common/ant-bundle/src/test/java/org/rhq/bundle/ant/AntLauncherTest.java
A modules/common/ant-bundle/src/test/resources/fileToHandover.zip
A modules/common/ant-bundle/src/test/resources/handover-test-bundle-input.properties
A modules/common/ant-bundle/src/test/resources/handover-test-bundle.xml
M modules/common/ant-bundle/src/test/resources/legacy-test-bundle-url.xml
M modules/common/ant-bundle/src/test/resources/legacy-test-bundle-v1.xml
M modules/common/ant-bundle/src/test/resources/legacy-test-bundle-v2.xml
A modules/common/ant-bundle/src/test/resources/prepareDatasource.cli
M modules/common/ant-bundle/src/test/resources/test-bundle-url.xml
M modules/common/ant-bundle/src/test/resources/test-bundle-v1.xml
M modules/common/ant-bundle/src/test/resources/test-bundle-v2.xml
A modules/core/plugin-api/intentional-api-changes-since-4.11.0.xml
A modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleHandoverContext.java
A modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleHandoverFacet.java
A modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleHandoverRequest.java
A modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleHandoverResponse.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleManagerProvider.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/bundle/BundleManager.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/bundle/BundleManagerTest.java
M modules/core/util/src/main/java/org/rhq/core/util/updater/DeploymentData.java
M modules/enterprise/server/plugins/ant-bundle/src/main/java/org/rhq/enterprise/server/plugins/ant/AntBundleServerPluginComponent.java
M modules/plugins/ant-bundle/src/main/java/org/rhq/plugins/ant/AntBundlePluginComponent.java
M modules/plugins/ant-bundle/src/main/java/org/rhq/plugins/ant/AntBundlePluginDiscoveryComponent.java
M modules/plugins/ant-bundle/src/test/java/org/rhq/plugins/ant/AntBundlePluginComponentTest.java
M modules/plugins/filetemplate-bundle/src/test/java/org/rhq/plugins/filetemplate/ProcessingRecipeContextTest.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/CliExecutor.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HandoverContentUploader.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/Redeployer.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/util/ProcessExecutionLogger.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/util/PropertyReplacer.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1050014 - Cannot deploy bundle to EAP domain mode
Commit: fadfde6ac48b595bde46548f163fac815d97d6ec
https://github.com/rhq-project/rhq/commit/fadfde6ac48b595bde46548f163fac815…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-04 (Fri, 04 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
Log Message:
-----------
Create a default implementation for org.rhq.modules.plugins.jbossas7.BaseServerComponent.getTempDirAttributeName instead of an abstract method
This avoids breaking the API compatibility
Commit: 7da7799fe551ee02971146fdb130b4bb979735a6
https://github.com/rhq-project/rhq/commit/7da7799fe551ee02971146fdb130b4bb9…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1069646 - Support drift for EAP domain mode
Added new drift definition templates in the plugin descriptor, targeted to monitor files in the configuration directory (ignoring *_history directories).
Commit: 2e14e0767af8f58b385c8d4e37b82704ae146fa9
https://github.com/rhq-project/rhq/commit/2e14e0767af8f58b385c8d4e37b82704a…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/RAConnectionDefinitionRuntimeComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/SubsystemDiscovery.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1111243] EAP6 resource adapter metrics are not shown in JON 3.2 (need :
include-runtime=true)
Added resource-adapters runtime subsystem with 'Connection Definition
Runtime' as a child resource having all required metrics.
I also a bit extended capability of SubsystemDiscovery. As
connection-definitions resources are exist a bit deeper in DMR tree I
introduced new syntax for default 'path' value. This way I avoided to
introduce just another resource type - in this case it would be "Statistics"
with path statistics=statistics
Path can look like
"subsystem=a,sub-sub-system=b/resource-type1|resource-type2"
"/" denotes : go deeper to subsystems and look for given resource types
there instead of parent resource
Commit: d3266453acaa2d8665f78b4247c55235ba76de45
https://github.com/rhq-project/rhq/commit/d3266453acaa2d8665f78b4247c55235b…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/message/MessageBar.java
Log Message:
-----------
make messageBar float right, so it shrinks to size of displayed message and sticks on right
Commit: 38d128338ff43b93016ca5e245d66a72f683ccc9
https://github.com/rhq-project/rhq/commit/38d128338ff43b93016ca5e245d66a72f…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/common/cassandra-ccm/cassandra-ccm-core/pom.xml
Log Message:
-----------
[BZ 1116857] upgrade netty version used by Cassandra
Commit: c5e7357ca2ff573db5f56fa93f9518243dce97e6
https://github.com/rhq-project/rhq/commit/c5e7357ca2ff573db5f56fa93f9518243…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/pom.xml
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/AbstractJBossAS7PluginTest.java
A modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/BundleContentHandoverTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/SecurityModuleOptionsTest.java
A modules/plugins/jboss-as-7/src/test/resources/itest/updateDomainEjb3Subsystem.cli
Log Message:
-----------
AS7 plugin: add BundleContentHandoverTest itest for domain controller
Commit: 44e6497e04e5b1b077f38ba262222b3b061b6ddb
https://github.com/rhq-project/rhq/commit/44e6497e04e5b1b077f38ba262222b3b0…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/AgentPluginTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/ServerPluginTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/roles/RolesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeAlertHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AgentTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/PartitionEventTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/ServerTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/users/UsersView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/AbstractAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ConditionsEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/NotificationsAlertDefinitionForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/group/BundleGroupsListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundlesListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/platform/PlatformSummaryPortlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftDefinitionTemplatesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftSnapshotView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/SubsystemResourceDriftView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/AbstractMeasurementDataTraitListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/AbstractSchedulesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/history/AbstractOperationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/schedule/AbstractOperationScheduleListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/event/EventCompositeHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/ResourceGroupListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/definitions/GroupDefinitionListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/configuration/HistoryGroupResourceConfigurationTable.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/inventory/HistoryGroupPluginConfigurationTable.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/inventory/MembersView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/table/GroupMembersHealthView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/ResourceCompositeSearchView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/ResourceSearchView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceErrorsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/configuration/AbstractConfigurationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/operation/OperationHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/AlertDefinitionReportView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/alert/SubsystemRecentAlertsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/configuration/SubsystemConfigurationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/inventory/InventorySummaryReportTable.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/measurement/MeasurementOOBView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/operation/SubsystemOperationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/TestDataSourceResponseStatisticsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/TestRemoteServiceStatisticsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/TestUserPreferencesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/message/MessageCenterView.java
M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.css
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Alert_MEDIUM_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_type_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_disabled_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_disabled_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_down_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_down_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_type_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_unknown_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_unknown_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_up_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_up_24.png
A modules/enterprise/gui/coregui/src/main/webapp/js/pace.min.js
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Patternfly Theme (SmartGWT skin): color buttons; shadow of the background when modal window is popped up; new server icon; pace.js (Javascript progress bar on the top of the screen); etc.
Commit: 6cc1def69c9d61f7ebd6a4a43fe234320e8f7eb2
https://github.com/rhq-project/rhq/commit/6cc1def69c9d61f7ebd6a4a43fe234320…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/pom.xml
Log Message:
-----------
Tests are failing on 'id' must be unique but found duplicate execution with id ResourcesDomainServerTest'
Commit: 3fa0ecba6a45986efbd1e63afff1f6ce54612763
https://github.com/rhq-project/rhq/commit/3fa0ecba6a45986efbd1e63afff1f6ce5…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/measurement/MeasurementOOBDataSource.java
Log Message:
-----------
[BZ 1113707] Allow sorting resourceName, scheduleName, timestamp and oobFactor on the server-side, rest on the client side only
Commit: a1e1a79b147175f1284572f0b1d89f643639b232
https://github.com/rhq-project/rhq/commit/a1e1a79b147175f1284572f0b1d89f643…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/reporting/SuspectMetricHandler.java
Log Message:
-----------
[BZ 1113183] Add out of range factor to the exported CSV file
Commit: c96a26b79f385eea7d537c4f3f38f2c5b7662e51
https://github.com/rhq-project/rhq/commit/c96a26b79f385eea7d537c4f3f38f2c5b…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
Log Message:
-----------
This SystemSetting is not supposed to be public.
Commit: c542df70ed664fc14de301a5fed7dfa837530b9a
https://github.com/rhq-project/rhq/commit/c542df70ed664fc14de301a5fed7dfa83…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html
A modules/enterprise/gui/coregui/src/main/webapp/css/pace.css
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly.css
M modules/enterprise/gui/coregui/src/main/webapp/login
Log Message:
-----------
pace.js: putting the css into standalone css file to load fast, increasing z-index to make it visible over the navbar
Commit: b17a222015783f0c4d520a5cf6b24f436ada69e4
https://github.com/rhq-project/rhq/commit/b17a222015783f0c4d520a5cf6b24f436…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-07 (Mon, 07 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
Log Message:
-----------
My bad, in addition to setting private, a SystemSetting must be
readOnly to be omitted from the GUI page.
Commit: 67a8254f2fcbe9a358d18d4bd50266158cf3073c
https://github.com/rhq-project/rhq/commit/67a8254f2fcbe9a358d18d4bd50266158…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
fix top-menu items style - menu now looks same (nice!) in webkit & gecko
Commit: 92850bf829069d834711312bb059ac7abfa6ca49
https://github.com/rhq-project/rhq/commit/92850bf829069d834711312bb059ac7ab…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/reporting/CsvWriter.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/reporting/ReportFormatHelper.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/reporting/SuspectMetricHandler.java
Log Message:
-----------
[BZ 1115422] Change layout of CSV, stop stripping commas and instead quote fields which include delimiter in the data
Commit: 843c5ffc2cfd6d01fbd96c97fc8084ae1d10c955
https://github.com/rhq-project/rhq/commit/843c5ffc2cfd6d01fbd96c97fc8084ae1…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/pin_left.png
Log Message:
-----------
Adding lost pin icon
Commit: 6f2936552a54be0ceb820b4f931977226ebe35bf
https://github.com/rhq-project/rhq/commit/6f2936552a54be0ceb820b4f931977226…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Removed margin-bottom for dialog and window. SmartGWT won't try to adjust the overall size
Commit: 73c725f6fa2a62fa4fc502263cdebdbe2b0e99a9
https://github.com/rhq-project/rhq/commit/73c725f6fa2a62fa4fc502263cdebdbe2…
Author: Libor Zoubek <lzoubek(a)jezzovo.net>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/pin_left.png
Log Message:
-----------
Merge pull request #76 from alns/BZ1116759-MissingPin
Adding lost pin icon
Commit: 3f84bd4ddeb4cc47b57f052a44eb4b48dd72d69f
https://github.com/rhq-project/rhq/commit/3f84bd4ddeb4cc47b57f052a44eb4b48d…
Author: Jirka Kremser <jiri.kremser(a)gmail.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Merge pull request #77 from alns/BZ1116792-SmallPopupsInNewTheme
[BZ 1116792] - Patternfly theme: popups are too small
Commit: 25746f386e510ed1f87f4c9bc5fc9c382e5799b8
https://github.com/rhq-project/rhq/commit/25746f386e510ed1f87f4c9bc5fc9c382…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java
Log Message:
-----------
[BZ 1117299] Add missing setCatalog for connection
Commit: 6d8edc0699e82746541b0858e0ed2ed20ca72532
https://github.com/rhq-project/rhq/commit/6d8edc0699e82746541b0858e0ed2ed20…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
Log Message:
-----------
Fixed: server failed to start due to missing syspropety value
Commit: 6ce81030be193800a06fa8432a88abc39e8f3386
https://github.com/rhq-project/rhq/commit/6ce81030be193800a06fa8432a88abc39…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClientManager.java
Log Message:
-----------
fixed: Server could not start because it accessed to private SystemSetting via method remote API
Commit: 072b38796b992e38d0aac2907fb1dbbb1de89ac1
https://github.com/rhq-project/rhq/commit/072b38796b992e38d0aac2907fb1dbbb1…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/pom.xml
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/AbstractJBossAS7PluginTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/AbstractServerComponentTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/GenericJBossAS7PluginTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/BundleContentHandoverTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/DomainServerComponentTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/DomainSocketBindingTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/ManagedServerTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/ResourcesDomainServerTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/SecurityModuleOptionsTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/nonpc/AbstractIntegrationTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/nonpc/ConfigurationTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/nonpc/ManagementConnectionPersistenceTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/nonpc/MiscTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/nonpc/ServerGroupTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/nonpc/UploadAndDeployTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/AfterSuiteTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/DatasourceTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/DeploymentRuntimeResourcesTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/DeploymentTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/NamingTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/ResourcesStandaloneServerTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/SocketBindingTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/StandaloneServerComponentTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/TemplatedResourcesTest.java
A modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/test/util/ASConnectionFactory.java
A modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/test/util/Constants.java
Log Message:
-----------
AS7 itests: extract common Constants and ASConnectionFactory
Commit: 5d5e73330300ffcf2eb26d200331ae3c0e8094ef
https://github.com/rhq-project/rhq/commit/5d5e73330300ffcf2eb26d200331ae3c0…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/pom.xml
A modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/BundleContentHandoverTest.java
A modules/plugins/jboss-as-7/src/test/resources/itest/updateStandaloneEjb3Subsystem.cli
Log Message:
-----------
AS7 plugin: add BundleContentHandoverTest itest for standalone server
Commit: 838707cfe106fac768adf8a1d83a6806baf41440
https://github.com/rhq-project/rhq/commit/838707cfe106fac768adf8a1d83a6806b…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/pc/ServerPluginServiceMBean.java
M modules/plugins/rhq-server/src/main/java/org/rhq/plugins/server/JBossAS7JMXComponent.java
M modules/plugins/rhq-server/src/main/java/org/rhq/plugins/server/JBossAS7JMXDiscoveryComponent.java
M modules/plugins/rhq-server/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1116931 - cannot monitor RHQ Server services due to classloader issue
Use isolated classloader
Commit: 2eb88800a391e2d4681fc7a747223e4ce0039582
https://github.com/rhq-project/rhq/commit/2eb88800a391e2d4681fc7a747223e4ce…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/AgentPluginTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/ServerPluginControlView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/ServerPluginDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/ServerPluginTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/roles/RolesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeAlertHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeLoadComponent.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupAgentsSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupServersSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AgentTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/PartitionEventTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/ServerDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/ServerTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/users/UsersView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/AbstractAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ConditionEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ConditionsAlertDefinitionForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ConditionsEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/NotificationsAlertDefinitionForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/create/BundleUploadDataStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/DeployStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deployment/BundleDeploymentView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/destination/BundleDestinationView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/group/BundleGroupsListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundleView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundlesListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/revert/ConfirmationStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/revert/RevertStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/tree/BundleTreeDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/version/BundleVersionView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/ReportExporter.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/buttons/BackButton.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/carousel/BookmarkableCarousel.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/carousel/Carousel.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/ConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/GroupConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/form/AbstractRecordEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/form/DateFilterItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/form/DateTimeFilterItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/ResourceCategoryCellFormatter.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/trigger/JobTriggerEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/wizard/WizardView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/PortalColumn.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/PortletSettingsWindow.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/PortletConfigurationEditorComponent.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/platform/PlatformSummaryPortlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/recent/imported/RecentlyAddedResourceDS.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/resource/MetricsChartWindow.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/resource/ResourceMetricsPortlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/resource/ResourceOobsPortlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftDefinitionEditView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftDefinitionTemplateDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftDefinitionTemplateEditView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftDefinitionTemplatesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftSnapshotDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftSnapshotView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/SubsystemResourceDriftView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/footer/FavoritesButton.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/gwt/MeasurementDataGWTService.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/gwt/ResourceGroupGWTService.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/InventoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/AbstractMeasurementDataTraitListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/AbstractSchedulesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/history/AbstractOperationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/schedule/AbstractOperationScheduleDetailsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/schedule/AbstractOperationScheduleListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/event/EventCompositeHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/AbstractMetricGraph.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/CustomDateRangeState.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/ResourceGroupListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/definitions/GroupDefinitionListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/definitions/SingleGroupDefinitionView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/GeneralProperties.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/ResourceGroupDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/configuration/GroupResourceConfigurationEditView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/configuration/HistoryGroupResourceConfigurationSettings.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/configuration/HistoryGroupResourceConfigurationTable.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/inventory/GroupPluginConfigurationEditView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/inventory/HistoryGroupPluginConfigurationSettings.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/inventory/HistoryGroupPluginConfigurationTable.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/inventory/MembersView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/inventory/ResourceGroupMembershipView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/table/GroupMembersHealthView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/operation/schedule/GroupOperationScheduleDetailsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/summary/ActivityView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/ResourceCompositeSearchView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/ResourceSearchView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceErrorsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/configuration/AbstractConfigurationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/configuration/ResourceConfigurationEditView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/configuration/ResourceConfigurationHistoryDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/inventory/PluginConfigurationHistoryDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/inventory/ResourceResourceGroupsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/monitoring/table/MetricsTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/monitoring/table/MetricsViewDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/operation/schedule/ResourceOperationScheduleDetailsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/discovery/ResourceAutodiscoveryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/operation/OperationHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/AlertDefinitionReportView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/alert/SubsystemRecentAlertsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/configuration/SubsystemConfigurationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/inventory/InventorySummaryReportTable.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/measurement/MeasurementOOBView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/operation/SubsystemOperationHistoryListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/report/tag/TagCloudView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/TestDataSourceResponseStatisticsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/TestMessageCenterView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/TestNumberFormatView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/TestRemoteServiceStatisticsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/TestUserPreferencesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/configuration/TestConfigurationView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/test/configuration/TestGroupConfigurationView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/MeasurementConverterClient.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/MeasurementUtility.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/WidgetUtility.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/enhanced/EnhancedIButton.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/message/MessageCenter.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/message/MessageCenterView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/preferences/MeasurementUserPreferences.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/rpc/RPCTracker.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/rpc/TrackingRemoteServiceProxy.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/filter/CacheControlFilter.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/AbstractGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/FileUploadServlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/LdapGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/MeasurementDataGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/ObjectFilter.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/PluginFileUploadServlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/PluginGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/TopologyGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/util/SerialUtility.java
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Patternfly Theme (SmartGWT skin): Colors for buttons that were not part of Table component -> moving the ButtonColor enum from Table to EnhancedIButton -> auto-organizing imports; fixing BZ 1116799; buttons that contained menu don't bounce on FF (on hover)
Commit: 42613d358e44244da8c6103d876250db3df230e7
https://github.com/rhq-project/rhq/commit/42613d358e44244da8c6103d876250db3…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Patternfly: Applying the css style only on elements explicitly marked with an attributes eventproxy='menuButtonFooBar' and only in FF. Accidentally, I pushed an old version in my previous commit 2eb88800a. This change is related to 'buttons that contained menu don't bounce on FF (on hover)'
Commit: afe82d99b01fcbc5af2726bef5a8cf790d684687
https://github.com/rhq-project/rhq/commit/afe82d99b01fcbc5af2726bef5a8cf790…
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Format and prettyprint the new smartgwt patternfly theme stylesheet for readability/consistency now that it is stabilizing. Formatted using WebStorm defaults.
Commit: 1a62d13b4fa693c1c53604c7802a3a8092ec1f6d
https://github.com/rhq-project/rhq/commit/1a62d13b4fa693c1c53604c7802a3a809…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-07-08 (Tue, 08 Jul 2014)
Changed paths:
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsDAO.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsServer.java
A modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/invalid/InvalidMetric.java
A modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/invalid/InvalidMetricsManager.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsServerTest.java
A modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/invalid/InvalidMetricsManagerTest.java
Log Message:
-----------
[BZ 1110462] squash commit
[BZ 1110462] do not compute aggregate metrics when there is no data
[BZ 1110462] Initial commit for InvalidMetricsManager
[BZ 1110462] Refactoring to fix invalid metrics queue
DelayQueue cannot be used with ThreadPoolExecutor. I learned that
ScheduleThreadPoolExecutor basically uses a delay queue, but it stores
RunnableScheduledFuture objects whereas I want to store InvalidMetric objects
in order to use its definition of equals() and hashCode(). I considered
extending ScheduledThreadPoolExecutor and using the hooks it provides to
decorate the tasks added to the queue. It was going to involve too much time,
effort, and testing; so, I instead decided to use a DelayQeueue independent of
the Executor's queue.
[BZ 1110462] add logging
[BZ 1110462] adding, updating unit tests
[BZ 1110462] update MetricsServer to submit invalid metrics to InvalidMetricsManager
[BZ 1110462] adding javadoc and fixing call to DateTime ctor
Conflicts:
modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsDAO.java
modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsServer.java
modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsServerTest.java
Commit: 400a95123fe9c57e6668bdf5003ef621b7050b73
https://github.com/rhq-project/rhq/commit/400a95123fe9c57e6668bdf5003ef621b…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/ResourceHandlerBean.java
Log Message:
-----------
Bug 1029996 - Resource paging does not correctly respect defaults
Default page index set to 0
Commit: 609d406b54f35cce6ae1b0a7b85a0dc7ae191d49
https://github.com/rhq-project/rhq/commit/609d406b54f35cce6ae1b0a7b85a0dc7a…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/SecurityModuleOptionsTest.java
Log Message:
-----------
AS7 itests: fix a mistake introduced while extracting constants and ASConnectionFactory
Commit: 54f95dd49e688506bc113503d82c3d212bf4d176
https://github.com/rhq-project/rhq/commit/54f95dd49e688506bc113503d82c3d212…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Patternfly: making <hr>s gray (they were black - regression); bz1116774 - adding bottom border to config editor; context menus now have transparent bottom shadow
Commit: e81c703599425f6d720b9568d4d79db94d46d35f
https://github.com/rhq-project/rhq/commit/e81c703599425f6d720b9568d4d79db94…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/SystemConfiguration.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/group/test/LdapGroupManagerBeanTest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerLocal.java
Log Message:
-----------
Work on ITest-2 Failures:
- I think the recent work for 1071330 which added caching and last-update
logic around SystemSettings adversely affected the LDAP tests which
where doing direct update of read-only system settings. Adding a
new inetrnal-only local SLSB for safely updating a read-only SystemSetting
and refactoring test class to use it.
- Removed now-obsolete NamedQuery that supported the old test-class logic.
Commit: 82f9f6bfbdecb95e69e9629ef56518e0054f6d39
https://github.com/rhq-project/rhq/commit/82f9f6bfbdecb95e69e9629ef56518e00…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/ConfigurationEditor.java
Log Message:
-----------
Bug 1116790 - Patternfly theme: buttons with "Untitled" text
"Add" button has now icon only and is a quite closer
Commit: bfd77ff87375147ad96492616d67d13275b0e0ef
https://github.com/rhq-project/rhq/commit/bfd77ff87375147ad96492616d67d1327…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
fixed missing semicolon in styles (resulted in huge buttons ie in inventory)
Commit: 70a5b1f7648be86c4add2fdca01555308b59d881
https://github.com/rhq-project/rhq/commit/70a5b1f7648be86c4add2fdca01555308…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_open.png
Log Message:
-----------
Patternfly: new icon for open and closed folder (in reaction on Catherine comments)
Commit: 5f29fcc4d5e69bea2b3c0950b55abc015fe8a261
https://github.com/rhq-project/rhq/commit/5f29fcc4d5e69bea2b3c0950b55abc015…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/resource/group/test/LdapGroupManagerBeanTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/sync/test/SynchronizationManagerBeanTest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerLocal.java
Log Message:
-----------
Work on ITest-2 Failures:
- More work around 1071330 which added caching and last-update
logic around SystemSettings. Adding an internal-only local SLSB
method which allows write of readOnly system settings. This is
analogous to the one I added a few minutes ago for a single setting.
- Convert SynchronizationManagerbeanTest to use SystemSettings as opposed
to the deprecated systemConfig API, and use the internal SLSB methods
as needed.
Commit: fb9f14d0fcd552b72d7347521e252b68daf167b2
https://github.com/rhq-project/rhq/commit/fb9f14d0fcd552b72d7347521e252b68d…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
A modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/InvokeSqlResult.java
A modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/InvokeSqlResultExporter.java
A modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/InvokeSqlResultFormattedTextExporter.java
A modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/InvokeSqlResultHtmlExporter.java
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresDatabaseComponent.java
M modules/plugins/postgres/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 534860 - (RHQ-1615) View results for Postgres invoke sql operation doesn't show results properly
Introduced a new "outputFormat" paramater for the "invokeSql" operation. Values may be "formattedText" or "html". Defaults to html (which was the only supported format before).
Formatted text prints tables like this (select id, uuid from rhq_resource limit 3) :
++++++++++++++++++++++++++++++++++++++++++++++++++++
+ id (int4) + uuid (bpchar) +
++++++++++++++++++++++++++++++++++++++++++++++++++++
+ 10018 + eba7a118-4b46-4166-b391-7977b28e5f25 +
+ 10722 + 94068e4c-1929-490c-ac8e-9d51a1a9f29c +
+ 10002 + d2dbdbcb-d070-4682-b05a-2383f5d3395a +
++++++++++++++++++++++++++++++++++++++++++++++++++++
Commit: 9475e5c9d28e4381438e68ff22f93a596d73c2ba
https://github.com/rhq-project/rhq/commit/9475e5c9d28e4381438e68ff22f93a596…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/system/SystemManagerBeanTest.java
Log Message:
-----------
Work on ITest-2 Failures:
- More work around 1071330, use new local SLSBs as needed in test code
Commit: 80da45f8dc269bc19b68613006b15dde73357248
https://github.com/rhq-project/rhq/commit/80da45f8dc269bc19b68613006b15dde7…
Author: Mike Thompson <mithomps(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/groups/GroupMetricsPortlet.java
Log Message:
-----------
Fix Resource and Group Metrics Portlets metric name getting clipped on second line due to patternfly changes.
Commit: e2ad5e7342851f2ddf28b099981b3befab58fd05
https://github.com/rhq-project/rhq/commit/e2ad5e7342851f2ddf28b099981b3befa…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_open.png
Log Message:
-----------
Patterfly: improving folder icons
Commit: 399a49ec066e01db7132c535854a0396092ce566
https://github.com/rhq-project/rhq/commit/399a49ec066e01db7132c535854a03960…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/create/BundleCreateWizard.java
Log Message:
-----------
Increase the height of the bundle creation dialog for patternfly theme.
Commit: 664620424b0a53138c5746c0c8b1c987bbe0f837
https://github.com/rhq-project/rhq/commit/664620424b0a53138c5746c0c8b1c987b…
Author: Hudson <jboss-qa-internal(a)redhat.com>
Date: 2014-07-09 (Wed, 09 Jul 2014)
Changed paths:
M code-coverage/pom.xml
M modules/cli-tests/pom.xml
M modules/common/ant-bundle/pom.xml
M modules/common/cassandra-auth/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-arquillian/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-core/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-maven-plugin/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-testng/pom.xml
M modules/common/cassandra-ccm/pom.xml
M modules/common/cassandra-installer/pom.xml
M modules/common/cassandra-schema/pom.xml
M modules/common/cassandra-util/pom.xml
M modules/common/drift/pom.xml
M modules/common/filetemplate-bundle/pom.xml
M modules/common/jboss-as-dmr-client/pom.xml
M modules/common/jboss-as/pom.xml
M modules/common/pom.xml
M modules/core/arquillian-integration/archive/pom.xml
M modules/core/arquillian-integration/container/pom.xml
M modules/core/arquillian-integration/pom.xml
M modules/core/arquillian-integration/suite-extension/pom.xml
M modules/core/arquillian-integration/test-agent-plugin/pom.xml
M modules/core/client-api/pom.xml
M modules/core/comm-api/pom.xml
M modules/core/dbutils/pom.xml
M modules/core/domain/pom.xml
M modules/core/gui/pom.xml
M modules/core/native-system/pom.xml
M modules/core/plugin-api/pom.xml
M modules/core/plugin-container-itest/pom.xml
M modules/core/plugin-container/pom.xml
M modules/core/plugin-test-api/pom.xml
M modules/core/plugin-test-util/pom.xml
M modules/core/plugin-validator/pom.xml
M modules/core/plugindoc/pom.xml
M modules/core/pom.xml
M modules/core/util/pom.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/agentupdate/pom.xml
M modules/enterprise/binding/pom.xml
M modules/enterprise/comm/pom.xml
M modules/enterprise/gui/agentupdate-war/pom.xml
M modules/enterprise/gui/content_http-war/pom.xml
M modules/enterprise/gui/coregui/pom.xml
M modules/enterprise/gui/downloads-war/pom.xml
M modules/enterprise/gui/pom.xml
M modules/enterprise/gui/portal-war/pom.xml
M modules/enterprise/gui/remote-client-war/pom.xml
M modules/enterprise/gui/remoting-war/pom.xml
M modules/enterprise/gui/rest-examples-war/pom.xml
M modules/enterprise/gui/rest-war/pom.xml
M modules/enterprise/gui/rh-access-war/pom.xml
M modules/enterprise/pom.xml
M modules/enterprise/remoting/cli/pom.xml
M modules/enterprise/remoting/client-api/pom.xml
M modules/enterprise/remoting/client-deps/pom.xml
M modules/enterprise/remoting/pom.xml
M modules/enterprise/scripting/api/pom.xml
M modules/enterprise/scripting/javascript/pom.xml
M modules/enterprise/scripting/pom.xml
M modules/enterprise/scripting/python/pom.xml
M modules/enterprise/server/appserver/pom.xml
M modules/enterprise/server/client-api/pom.xml
M modules/enterprise/server/data-migration/pom.xml
M modules/enterprise/server/ear/pom.xml
M modules/enterprise/server/embeddedagent/pom.xml
M modules/enterprise/server/installer/pom.xml
M modules/enterprise/server/itests-2/pom.xml
M modules/enterprise/server/jar/pom.xml
M modules/enterprise/server/plugins/alert-aerogear-ups/pom.xml
M modules/enterprise/server/plugins/alert-cli/pom.xml
M modules/enterprise/server/plugins/alert-email/pom.xml
M modules/enterprise/server/plugins/alert-irc/pom.xml
M modules/enterprise/server/plugins/alert-log4j/pom.xml
M modules/enterprise/server/plugins/alert-microblog/pom.xml
M modules/enterprise/server/plugins/alert-mobicents/pom.xml
M modules/enterprise/server/plugins/alert-operations/pom.xml
M modules/enterprise/server/plugins/alert-roles/pom.xml
M modules/enterprise/server/plugins/alert-snmp/pom.xml
M modules/enterprise/server/plugins/alert-subject/pom.xml
M modules/enterprise/server/plugins/alertdef-rhq/pom.xml
M modules/enterprise/server/plugins/ant-bundle/pom.xml
M modules/enterprise/server/plugins/cobbler/pom.xml
M modules/enterprise/server/plugins/disk/pom.xml
M modules/enterprise/server/plugins/drift-rhq/pom.xml
M modules/enterprise/server/plugins/filetemplate-bundle/pom.xml
M modules/enterprise/server/plugins/jboss-software/pom.xml
M modules/enterprise/server/plugins/jdr-support/pom.xml
M modules/enterprise/server/plugins/packagetype-cli/pom.xml
M modules/enterprise/server/plugins/pom.xml
M modules/enterprise/server/plugins/url/pom.xml
M modules/enterprise/server/plugins/validate-all-serverplugins/pom.xml
M modules/enterprise/server/plugins/yum/pom.xml
M modules/enterprise/server/pom.xml
M modules/enterprise/server/safe-invoker/pom.xml
M modules/enterprise/server/server-control/pom.xml
M modules/enterprise/server/server-jdr/pom.xml
M modules/enterprise/server/server-metrics/pom.xml
M modules/enterprise/server/startup-subsystem/pom.xml
M modules/enterprise/server/xml-schemas/pom.xml
M modules/helpers/bundleGen/pom.xml
M modules/helpers/jeeGen/pom.xml
M modules/helpers/metrics-simulator/pom.xml
M modules/helpers/perftest-support/pom.xml
M modules/helpers/pom.xml
M modules/helpers/rest-docs-generator/pom.xml
M modules/helpers/rtfilter-subsystem/pom.xml
M modules/helpers/rtfilter/pom.xml
M modules/integration-tests/apache-plugin-test/pom.xml
M modules/integration-tests/jndi-access/jndi-access-test/pom.xml
M modules/integration-tests/jndi-access/pom.xml
M modules/integration-tests/jndi-access/remote-server/pom.xml
M modules/integration-tests/pom.xml
M modules/integration-tests/rest-api/pom.xml
M modules/plugins/OpenShift-support/pom.xml
M modules/plugins/aliases/pom.xml
M modules/plugins/ant-bundle/pom.xml
M modules/plugins/apache/pom.xml
M modules/plugins/augeas/pom.xml
M modules/plugins/byteman/pom.xml
M modules/plugins/cassandra/pom.xml
M modules/plugins/cobbler/pom.xml
M modules/plugins/cron/pom.xml
M modules/plugins/database/pom.xml
M modules/plugins/filetemplate-bundle/pom.xml
M modules/plugins/grub/pom.xml
M modules/plugins/hadoop/pom.xml
M modules/plugins/hibernate/pom.xml
M modules/plugins/hosts/pom.xml
M modules/plugins/hudson/pom.xml
M modules/plugins/iis/pom.xml
M modules/plugins/irc/pom.xml
M modules/plugins/jboss-as-5/pom.xml
M modules/plugins/jboss-as-7-jmx/pom.xml
M modules/plugins/jboss-as-7/pom.xml
M modules/plugins/jboss-as/pom.xml
M modules/plugins/jboss-cache-v3/pom.xml
M modules/plugins/jboss-cache/pom.xml
M modules/plugins/jmx/pom.xml
M modules/plugins/kickstart/pom.xml
M modules/plugins/mod-cluster/pom.xml
M modules/plugins/mysql/pom.xml
M modules/plugins/netservices/pom.xml
M modules/plugins/noop/pom.xml
M modules/plugins/oracle/pom.xml
M modules/plugins/pattern-generator/pom.xml
M modules/plugins/perftest/pom.xml
M modules/plugins/platform/pom.xml
M modules/plugins/pom.xml
M modules/plugins/postfix/pom.xml
M modules/plugins/postgres/pom.xml
M modules/plugins/rhq-agent/pom.xml
M modules/plugins/rhq-server/pom.xml
M modules/plugins/rhq-storage/pom.xml
M modules/plugins/samba/pom.xml
M modules/plugins/script/pom.xml
M modules/plugins/script2/pom.xml
M modules/plugins/snmptrapd/pom.xml
M modules/plugins/sonarqube/pom.xml
M modules/plugins/sshd/pom.xml
M modules/plugins/sudoers/pom.xml
M modules/plugins/tomcat/pom.xml
M modules/plugins/twitter/pom.xml
M modules/plugins/validate-all-plugins/pom.xml
M modules/plugins/virt/pom.xml
M modules/pom.xml
M modules/test-utils/pom.xml
M pom.xml
Log Message:
-----------
development RHQ_4.13.0-SNAPSHOT
Commit: 29c49dd56b2f122e74a6c70982cf29b917a4227a
https://github.com/rhq-project/rhq/commit/29c49dd56b2f122e74a6c70982cf29b91…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresDatabaseComponent.java
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java
Log Message:
-----------
[BZ 1079368] updateConfiguration follows the same convention as createResource
Commit: 3dabe5821f2a516baec2ab7553dae7efee0e09d4
https://github.com/rhq-project/rhq/commit/3dabe5821f2a516baec2ab7553dae7efe…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerBean.java
Log Message:
-----------
Reuse BatchIterator in GroupAlertDefinitionManagerBean
Commit: d7d3ce6feff41b766a1f8f1e2580c5789216a779
https://github.com/rhq-project/rhq/commit/d7d3ce6feff41b766a1f8f1e2580c5789…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
Log Message:
-----------
[as7] properly detect when we fail to read attribute, but still are connected and authenticated
Commit: b43e1a33a9d81410caf030c0deea857b2b767ba7
https://github.com/rhq-project/rhq/commit/b43e1a33a9d81410caf030c0deea857b2…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseProcessDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/HostConfiguration.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
Log Message:
-----------
Bug 1093374 - JON plugin for AS 7 cannot create an admin user in a moved
configuration directory
Original HostConfiguration#getSecurityPropertyFile is now deprecated, new
implementation takes ServerPluginConfiguration as a parameter instead of
baseDir and properly resovles 'relative-to' attribute value (according to
AS7 XSD Doc this value can be a any AS7 path name).
ServerPluginConfiguration has now method called getPath(String) which
accepts path-name and if known by plugin, appropriate File instance is
returned.
Commit: a04ca7f3f1e2b9dd11c7bd57bbed5e16ff855364
https://github.com/rhq-project/rhq/commit/a04ca7f3f1e2b9dd11c7bd57bbed5e16f…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/LoginView.java
Log Message:
-----------
Increasing the height of LDAP registration form (not to show the scrollbar).
Commit: e103ea06b0ae4e7cd8bf2e8a0cf8393d4f6fa02c
https://github.com/rhq-project/rhq/commit/e103ea06b0ae4e7cd8bf2e8a0cf8393d4…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-10 (Thu, 10 Jul 2014)
Changed paths:
M modules/core/dbutils/src/main/java/org/rhq/core/db/upgrade/SubcategoryUpgradeTask.java
Log Message:
-----------
Fix issue with upgrade task executing on oracle (or any db not returning an Integer for the ID field).
Commit: 41d03bb36f5e4c89ac36cc79a1625b22ae0d9c01
https://github.com/rhq-project/rhq/commit/41d03bb36f5e4c89ac36cc79a1625b22a…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
Log Message:
-----------
also return correct path based on domain path-names
Commit: 080818da18fe02b288464fa69b49d5e435c58fa4
https://github.com/rhq-project/rhq/commit/080818da18fe02b288464fa69b49d5e43…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/agent/install/RemoteAgentInstallView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/CliNotificationSenderForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/create/BundleUploadDistroFileStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/ConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/GroupConfigurationEditor.java
Log Message:
-----------
Bug 1118279 - Disable password auto-complete all over UI except login page
all password fields have now attribute autocomplete=off
Commit: eaf08dc5d6d90694cc055d8e13f1a5ebd12e7bdf
https://github.com/rhq-project/rhq/commit/eaf08dc5d6d90694cc055d8e13f1a5ebd…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/discovery/ResourceAutodiscoveryView.java
Log Message:
-----------
Making the Import button blue as it is a primary action in discovery q.
Commit: b10ccc1b6327a5fff8b8059b5f40e06ae5cdfcc7
https://github.com/rhq-project/rhq/commit/b10ccc1b6327a5fff8b8059b5f40e06ae…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/metadata/PluginMetadataParser.java
M modules/core/client-api/src/main/resources/rhq-plugin.xsd
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbsetup/content-schema.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/BundleDestination.java
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/ResourceTypeBundleConfiguration.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleDeployRequest.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundlePurgeRequest.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/bundle/BundleManager.java
A modules/core/plugin-container/src/main/java/org/rhq/core/pc/bundle/ConnectionStringAvailableProperties.java
M modules/core/util/src/main/java/org/rhq/core/util/TokenReplacingReader.java
M modules/core/util/src/main/java/org/rhq/core/util/ZipUtil.java
A modules/core/util/src/test/java/org/rhq/core/util/TokenReplacingReaderTest.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/GetDestinationStep.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/bundle/BundleManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/bundle/BundleManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/bundle/BundleManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/bundle/RecipeParseResults.java
Log Message:
-----------
[BZ 1069547] Support for API-based bundle handlers
This is to support new type of dedicated bundle handlers able to do more
than just file-system modifications. In order to enable them to e.g.
connect to some remote endpoint, a more complex configuration data needs
to be passed over.
This creates coupling between the bundle destination definition and the
handler that is able to deploy to such destinations (because it needs to be
able to use the configuration offered by the destination definition) but
that is unavoidable given the specific things the handlers would be doing.
* The resource types can use the new "destination-definition" tag under
bundle target to define new type of destinations that can use
a "connection string" expression + can pass all or parts of resource or
plugin configs or traits to the bundle handler.
* The agent-side bundle handlers have access to the bundle deployment
configuration even in the purge scenario. This is to support the more
complex bundle handlers needing the config to better identify the bundle
deployment.
* The deploy directory is no longer a required argument when creating a
bundle destination. This is because for the API based bundle handlers,
such configuration property might not make any sense and would only create
confusion on the user side.
* It is no longer required for the server bundle plugins to come up with
the full list of the required files upon reading the recipe alone.
The bundle plugins can therefore choose whether they support piece-wise
upload of the bundle version or only support uploading a full bundle
distribution file.
Commit: 697a1313eaed37b8a4c16f192680c3461795306b
https://github.com/rhq-project/rhq/commit/697a1313eaed37b8a4c16f192680c3461…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedRuntimeDiscovery.java
Log Message:
-----------
1070326 - (JON3-42) RFE: Allow AS7 deployments to provide version in the artifact name
I'm an idiot. Fixing stupid regression.
Commit: 6657255dd97482cd03a8eb2e5f2de717842f565c
https://github.com/rhq-project/rhq/commit/6657255dd97482cd03a8eb2e5f2de7178…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M modules/common/pom.xml
A modules/common/wfly-patch-parser/pom.xml
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/Patch.java
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/PatchBundle.java
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/PatchInfo.java
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/PatchParser.java
M modules/enterprise/server/ear/pom.xml
M modules/enterprise/server/plugins/pom.xml
A modules/enterprise/server/plugins/wfly-patch-bundle/pom.xml
A modules/enterprise/server/plugins/wfly-patch-bundle/src/main/java/org/rhq/enterprise/server/plugins/wflypatch/WildflyPatchBundleServerPluginComponent.java
A modules/enterprise/server/plugins/wfly-patch-bundle/src/main/resources/META-INF/rhq-serverplugin.xml
M modules/plugins/jboss-as-7/pom.xml
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/CliExecutor.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HandoverContentUploader.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/PatchHandlerComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/PatchHandlerDiscoveryComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/util/PatchDetails.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1069547] Wildfly patching by various means
* Bundles - using a dedicated bundle type. This enables us to understand
the patch zip file as our bundle without any RHQ specific recipe.
We can supply various parameters to patch application process but although
revert is supported, it cannot be configured by any parameters as one can
do over Wfly's CLI.
* Content - patches appear as packages of the AS7 standalone server.
They are discoverable and can be installed from repositories (without any
possibility of customizing the install process). Delete (i.e. rollback)
is supported, again without configuration.
* Rollback through operation - in case user would need special behavior
on rollback, they can use a dedicated operation on the AS7 standalone
server resource.
* Bundle handover - patches can be installed using the bundle handover
facility, too, using the "patch" action. This is configurable using
handover parameters and supports all the parameters available in Wfly's
CLI.
Commit: d6c14baa1bc2f4b8e63045abe10bf4d62878708c
https://github.com/rhq-project/rhq/commit/d6c14baa1bc2f4b8e63045abe10bf4d62…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/promptcmd/ConfigPromptCommand.java
A modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java
Log Message:
-----------
[BZ 1038728] [BZ 782915] Add required DOCTYPE declaration back, but do not use it on indenting phase
Commit: f65fc7a4ea4ef7ac6beeb39af61e814f7eb24f79
https://github.com/rhq-project/rhq/commit/f65fc7a4ea4ef7ac6beeb39af61e814f7…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
M modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java
Log Message:
-----------
[BZ 782915] Add support for importing agent configuration files without existing DOCTYPE declaration
Commit: 648133083724a6cbfde798e04a25d7c0ae5b5085
https://github.com/rhq-project/rhq/commit/648133083724a6cbfde798e04a25d7c0a…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-11 (Fri, 11 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/checked.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/load_skin.js
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
updated check boxes to follow patternfly theme
Commit: 0b2a9c67a38e87045e91ce2b61cd1055209f914e
https://github.com/rhq-project/rhq/commit/0b2a9c67a38e87045e91ce2b61cd10552…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-12 (Sat, 12 Jul 2014)
Changed paths:
M modules/plugins/byteman/pom.xml
M modules/plugins/byteman/src/main/java/org/rhq/plugins/byteman/BytemanAgentComponent.java
M modules/plugins/byteman/src/main/java/org/rhq/plugins/byteman/BytemanScriptComponent.java
M modules/plugins/jdbctrace/pom.xml
M modules/plugins/jdbctrace/src/main/java/org/rhq/plugins/jdbctrace/JdbcTracerComponent.java
Log Message:
-----------
Resolve various build issues surrounding byteman dependencies. I'm honestly
not sure I've done the right things here, but basically consolidate the byteman
and jdbctrace plugin on byteman 1.5.2, which is what we needed for
apache-integration-test module. NOte that current byteman release is 2.2 so
thisis still well behind and now uses some deprecated methods.
Commit: a3479482488195eec6ea330a19b6b649ecae03ee
https://github.com/rhq-project/rhq/commit/a3479482488195eec6ea330a19b6b649e…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-12 (Sat, 12 Jul 2014)
Changed paths:
M .classpath
Log Message:
-----------
Bring Eclipse .classpath up to 4.13 specs.
Commit: 2b08ac33ce777b9eb1f55b2a4db20f49088ae061
https://github.com/rhq-project/rhq/commit/2b08ac33ce777b9eb1f55b2a4db20f490…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-13 (Sun, 13 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/IconEnum.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/form/DateFilterItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/searchbar/EnhancedSearchBar.java
A modules/enterprise/gui/coregui/src/main/webapp/images/search/glass.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Update table Filter/Header to better reflect patternfly l&f
See - https://www.patternfly.org/widgets/#data-tables
EnhancedSearch bar has 'search' button removed. Search picklist should just work as you type or reset focus, without needing to manually select button
Commit: e4fd26bf70c3fe9be9b6efc79855e140850b20b5
https://github.com/rhq-project/rhq/commit/e4fd26bf70c3fe9be9b6efc79855e1408…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-07-13 (Sun, 13 Jul 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
Log Message:
-----------
[BZ 1080157] Ignore empty values in rhq-storage.properties
Commit: fbc3f37bc8d3d4cc65e40a5e6e36c5971e588461
https://github.com/rhq-project/rhq/commit/fbc3f37bc8d3d4cc65e40a5e6e36c5971…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Start.java
Log Message:
-----------
[BZ 1069855] Force CASSANDRA_INCLUDE environment variable to prevent rhqctl from starting wrong Cassandra instance
Commit: 89a2c43668a9d3b9ace75cb23ef96eaa86f7a0f0
https://github.com/rhq-project/rhq/commit/89a2c43668a9d3b9ace75cb23ef96eaa8…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Start.java
Log Message:
-----------
[BZ 1069855] Force CASSANDRA_HOME in Windows environments to prevent starting wrong Cassandra instance from rhqctl
Commit: 6a61088adcab41d1fb07870d1c0d2822a7e66e10
https://github.com/rhq-project/rhq/commit/6a61088adcab41d1fb07870d1c0d2822a…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/CliExecutor.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
[BZ 1069547] Fixes
* typo in CliExecutor.executeCliCommand preventing execution in
connected mode
* apply patches in disconnected mode when deploying through content
subsystem
Commit: 2ecfe17b0e6c067c58de7dfef12bcb1c214b0190
https://github.com/rhq-project/rhq/commit/2ecfe17b0e6c067c58de7dfef12bcb1c2…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
A modules/plugins/rhq-storage/src/main/java/org/rhq/plugins/storage/JvmServerDiscoveryComponent.java
M modules/plugins/rhq-storage/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1053483 - RHQ Admin UI references 'Cassandra' rather than storage node
Cassandra Server JVM resources renamed to JVM
Commit: 7286854e65f93414a37fb7d861bab2fedd3436c0
https://github.com/rhq-project/rhq/commit/7286854e65f93414a37fb7d861bab2fed…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Start.java
Log Message:
-----------
Merge branch 'master' of git://github.com/rhq-project/rhq into patternflyTable
imerging
Commit: 7bb187bed196e752afe6c2bdeafc84595feda4f8
https://github.com/rhq-project/rhq/commit/7bb187bed196e752afe6c2bdeafc84595…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M modules/common/cassandra-installer/src/main/java/org/rhq/storage/installer/StorageInstaller.java
Log Message:
-----------
[BZ 1059444] Add attempted hostname to the port in use error messsage
Commit: e4f4beeaa44da2713ef7ec83b8d839f4d682d860
https://github.com/rhq-project/rhq/commit/e4f4beeaa44da2713ef7ec83b8d839f4d…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deployment/BundleDeploymentView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/destination/BundleDestinationView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundleView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/version/BundleVersionView.java
Log Message:
-----------
Changes to button structure with an added icon throw off the CSS selector for primary and destructive buttons.
PFly has no notion of images in buttons, so removing the images fixes the color
Commit: efa23c091e7d70f0f8243736b29b913b137d2ff3
https://github.com/rhq-project/rhq/commit/efa23c091e7d70f0f8243736b29b913b1…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M modules/plugins/rhq-agent/src/main/java/org/rhq/plugins/agent/AgentDiscoveryComponent.java
Log Message:
-----------
[1118091] RHQ Agent resources are not being auto-clustered in resource group due to their unique resource keys
To enable good autoclustering of RHQ Agent resources across platforms the
agent resource keys must be the same. In general each platform has at most
one imported 'RHQ Agent' child resource and it is named the same as the
platform (Actually the platform's resource key). In this case do not
incorporate the agent name into the resource key. In that way we can have
a generic static reskey for the agents, across platforms, while still
maintaining unique agent names across all agents (an RHQ requirement). In
the rare case that a platform has multiple agents deployed (typically a
perftest scenario, but sometimes a production scenario) at most one agent
will get assigned the static key, only the one whose name matches the
parent. All others will get the *predictable* legacy keys we've used up to
this point. So, in the vast majority of cases, we should see good
auto-clustering of the rhq agents.
Commit: 558bca3062d0b69f8d4a85c47620daf74ace7397
https://github.com/rhq-project/rhq/commit/558bca3062d0b69f8d4a85c47620daf74…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTitleBar.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
A modules/enterprise/gui/coregui/src/main/webapp/images/search/menu_arrow_down_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/search/star1_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Flag_blue_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/Bundle_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/content/Content_grey_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_grey_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16_Disabled.png
R modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16png.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/add_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Disabled.gif
Log Message:
-----------
Added missing files. I suspect most of these aren't ever used, just automatically loaded, but can't see where.
Commit: 259e57251a9f26446c9fd65552889e837173d9f8
https://github.com/rhq-project/rhq/commit/259e57251a9f26446c9fd65552889e837…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-07-14 (Mon, 14 Jul 2014)
Changed paths:
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/rhq.cassandra.yaml
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra.yaml
M pom.xml
Log Message:
-----------
upgrade to Cassandra 1.2.18
Commit: b4d8b31b36ccc9a845e1140d79566bbba61889e2
https://github.com/rhq-project/rhq/commit/b4d8b31b36ccc9a845e1140d79566bbba…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-15 (Tue, 15 Jul 2014)
Changed paths:
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/ColumnFamilyComponent.java
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/ColumnFamilyDiscoveryComponent.java
A modules/plugins/cassandra/src/test/java/org/rhq/plugins/cassandra/DiscoveryTest.java
Log Message:
-----------
[BZ 1118063] Use resourceKey as columnFamilyname on operations and set SimpleValue name when discovering columnFamily resources
Commit: 6eef6889ee4211136268bed23b4bfa74fd520377
https://github.com/rhq-project/rhq/commit/6eef6889ee4211136268bed23b4bfa74f…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-07-15 (Tue, 15 Jul 2014)
Changed paths:
M modules/enterprise/agentupdate/src/main/resources/rhq-agent-update-build.xml
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Upgrade.java
Log Message:
-----------
BZ 1118906 - support upgrading the agent via rhqctl when the install location is being referenced by a symlink
Commit: daae0cf8b707684149f330fa94c1a873d1365707
https://github.com/rhq-project/rhq/commit/daae0cf8b707684149f330fa94c1a873d…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-15 (Tue, 15 Jul 2014)
Changed paths:
M .classpath
M modules/common/cassandra-installer/src/main/java/org/rhq/storage/installer/StorageInstaller.java
M modules/enterprise/agentupdate/src/main/resources/rhq-agent-update-build.xml
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Start.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Upgrade.java
M modules/plugins/byteman/pom.xml
M modules/plugins/byteman/src/main/java/org/rhq/plugins/byteman/BytemanAgentComponent.java
M modules/plugins/byteman/src/main/java/org/rhq/plugins/byteman/BytemanScriptComponent.java
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/ColumnFamilyComponent.java
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/ColumnFamilyDiscoveryComponent.java
A modules/plugins/cassandra/src/test/java/org/rhq/plugins/cassandra/DiscoveryTest.java
M modules/plugins/jdbctrace/pom.xml
M modules/plugins/jdbctrace/src/main/java/org/rhq/plugins/jdbctrace/JdbcTracerComponent.java
Log Message:
-----------
Merge branch 'master' of git://github.com/rhq-project/rhq into checkBoxes
merging
Commit: 6cfc7c04708fb99eaa0fac6db7dbaec71aa3e468
https://github.com/rhq-project/rhq/commit/6cfc7c04708fb99eaa0fac6db7dbaec71…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-07-15 (Tue, 15 Jul 2014)
Changed paths:
M modules/plugins/cassandra/src/test/java/org/rhq/plugins/cassandra/DiscoveryTest.java
Log Message:
-----------
[BZ 1118063] Add unit test to check for proper ResourceKey parsing
Commit: 178e2adce1fe05eddba189efd455e748d904956c
https://github.com/rhq-project/rhq/commit/178e2adce1fe05eddba189efd455e748d…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-15 (Tue, 15 Jul 2014)
Changed paths:
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/rhq.cassandra.yaml
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra.yaml
M pom.xml
Log Message:
-----------
Merge pull request #88 from jsanda/cassandra-1.2.18-upgrade
Upgrade to Cassandra 1.2.18
Commit: d51dcf83c52fdd00e7ee340f11f1d1b59cd386ae
https://github.com/rhq-project/rhq/commit/d51dcf83c52fdd00e7ee340f11f1d1b59…
Author: Jirka Kremser <jiri.kremser(a)gmail.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTitleBar.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
A modules/enterprise/gui/coregui/src/main/webapp/images/search/menu_arrow_down_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/search/star1_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Flag_blue_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/Bundle_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/content/Content_grey_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_grey_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16_Disabled.png
R modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16png.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/add_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Disabled.gif
Log Message:
-----------
Merge pull request #87 from alns/BZ1118926-MissingIcons
BZ1118926 Added missing files. I suspect most of these aren't ever used, just automatically loaded, but can't see where. + utilizing the new progressbar when navigating through resource tree (before the spinner was displayed directly in the resource tree which led to tree component moving up and down)
Commit: 6e744f86e440d869e6a0fd064f2de28edd839c28
https://github.com/rhq-project/rhq/commit/6e744f86e440d869e6a0fd064f2de28ed…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/rhq.cassandra.yaml
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra.yaml
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTitleBar.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
A modules/enterprise/gui/coregui/src/main/webapp/images/search/menu_arrow_down_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/search/star1_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Flag_blue_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/Bundle_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/content/Content_grey_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_grey_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16_Disabled.png
R modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16png.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/add_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Disabled.gif
M modules/plugins/cassandra/src/test/java/org/rhq/plugins/cassandra/DiscoveryTest.java
M pom.xml
Log Message:
-----------
Merge branch 'master' of git://github.com/rhq-project/rhq into checkBoxes
merge
Commit: e44c7de0aaec8a87c1789e32531d0aafab04dbd4
https://github.com/rhq-project/rhq/commit/e44c7de0aaec8a87c1789e32531d0aafa…
Author: Jirka Kremser <jiri.kremser(a)gmail.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/checked.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/load_skin.js
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Merge pull request #82 from alns/checkBoxes
updated check boxes to follow patternfly theme
Commit: 7d3acc2a801ee7003f4b546af7bc4912873234b1
https://github.com/rhq-project/rhq/commit/7d3acc2a801ee7003f4b546af7bc49128…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/IconEnum.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/form/DateFilterItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/searchbar/EnhancedSearchBar.java
A modules/enterprise/gui/coregui/src/main/webapp/images/search/glass.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Merge branch 'patternflyTable' of https://github.com/alns/rhq into alns-patternflyTable
Conflicts:
modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked.gif
Commit: 6a46eada4e620dd470fc9ad0c02ab9e94a6e8b9c
https://github.com/rhq-project/rhq/commit/6a46eada4e620dd470fc9ad0c02ab9e94…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/IconEnum.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/form/DateFilterItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/searchbar/EnhancedSearchBar.java
A modules/enterprise/gui/coregui/src/main/webapp/images/search/glass.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Merge branch 'alns-patternflyTable' (pull request #83) There was a
conflict, therefore merging it manually.
Commit: d343ba0fa1eec69efa39fea1bee4e97f897e9c0f
https://github.com/rhq-project/rhq/commit/d343ba0fa1eec69efa39fea1bee4e97f8…
Author: Jirka Kremser <jiri.kremser(a)gmail.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deployment/BundleDeploymentView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/destination/BundleDestinationView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundleView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/version/BundleVersionView.java
Log Message:
-----------
Merge pull request #85 from alns/BZ1119372-ButtonTextColor
Bz1119372 button text color
Commit: 70eeb7591a77a60637b52452fc933733c02e641a
https://github.com/rhq-project/rhq/commit/70eeb7591a77a60637b52452fc933733c…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Changing light-yellow for light-blue. It was used on the date picker and the EnhancedSearchBar component (the color for hover effect)
Commit: 2ced6cc3e5a340f8a7af70bc0a26c523079810ea
https://github.com/rhq-project/rhq/commit/2ced6cc3e5a340f8a7af70bc0a26c5230…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
Log Message:
-----------
Calling Pace.restart() instead of Pace.start() because it was not working if two calls of Pace.start() happened after each other. restart() is a suggested way of calling the progressbar manually.
Commit: 37cd10a7edc8e50072dfd7801ab44562b3f0b402
https://github.com/rhq-project/rhq/commit/37cd10a7edc8e50072dfd7801ab44562b…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/java/org/rhq/core/db/DatabaseType.java
M modules/core/dbutils/src/main/java/org/rhq/core/db/OracleDatabaseType.java
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/LoginView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/users/UsersDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/CliNotificationSenderForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/create/BundleUploadDistroFileStep.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/operation/OperationManagerBeanTest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/RHQConstants.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/operation/OperationManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/operation/OperationManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/jobs/DataPurgeJob.java
Log Message:
-----------
[1115725] Operation history continues to grow unbound with no easy way to purge old history
Add operation history purge to the data purge job. A new system setting
is added with a default of 0 days, which means disabled. The db-upgrade
will add the new setting, also set to 0=disabled so that upgrades don't
automatically force an unexpected purge of operation history.
Also:
- cleaned up some I18N when adding the new properties, removing some
duplicates, adding commented, missing translations, etc. Some touched
files were only due to some remvals of deuplicate I18N properties.
- added DatabaseType.getLimitClause() although in the end I didn't use it.
Commit: a7ad03f593a2af8e625cf53eae429f6a8d6e501a
https://github.com/rhq-project/rhq/commit/a7ad03f593a2af8e625cf53eae429f6a8…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Gray background for each EvenRow even if it is currently disabled.
Commit: 522860a34ba71f3164cea32d03daf1fa1ea93f32
https://github.com/rhq-project/rhq/commit/522860a34ba71f3164cea32d03daf1fa1…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/GroupAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ResourceAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/TemplateAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/operation/schedule/GroupOperationScheduleDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/operation/schedule/ResourceOperationScheduleDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/AlertDefinitionGWTServiceImpl.java
Log Message:
-----------
[BZ 1058318] - Unable to create 2 alert defs in a row - gwt serialization error - Simplifying the objects that are sent over the wire not to cause troubles with the GWT2.5.0 serialization bug.
Commit: f34fad3d59a6091391c393423062948e190ee4f9
https://github.com/rhq-project/rhq/commit/f34fad3d59a6091391c393423062948e1…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/common/jboss-as-dmr-client/pom.xml
A modules/common/jboss-as-dmr-client/src/main/java/org/rhq/common/jbossas/client/controller/VaultJBossASClient.java
A modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscationVault.java
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
Log Message:
-----------
[BZ 1070262] Add a custom obfuscation vault that will decode obfuscated property values on fly before passing them to the jboss modules and services.
Commit: 8d755a246f2d2ae9a8056db2aac8b84876ec9304
https://github.com/rhq-project/rhq/commit/8d755a246f2d2ae9a8056db2aac8b8487…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationConstants.java
A modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/ObfuscatedPreferences.java
Log Message:
-----------
[BZ 1070262] Add on-fly preferences obfuscation for agent properties. This done with an annotation for all the agent configuration constants.
Commit: 0a404f05dd6293e9a931731c347fc73dfb249382
https://github.com/rhq-project/rhq/commit/0a404f05dd6293e9a931731c347fc73df…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/Installer.java
Log Message:
-----------
[BZ 1070262] Update the installer to allow vault type obfuscation for properties.
Commit: d16b0bcaf6d7224a307496caaa64f4f60abbcb5d
https://github.com/rhq-project/rhq/commit/d16b0bcaf6d7224a307496caaa64f4f60…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
R modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscationVault.java
A modules/core/util/src/main/java/org/rhq/core/util/obfuscation/PropertyObfuscationVault.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
Log Message:
-----------
[BZ 1070262] Rename the new custom vault to PropertyObfuscationVault to correctly represent the intent.
Commit: 29beb32dc901231cfefb1af1c8bdb72c3474378b
https://github.com/rhq-project/rhq/commit/29beb32dc901231cfefb1af1c8bdb72c3…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationUpgrade.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/ObfuscatedPreferences.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/Installer.java
Log Message:
-----------
[BZ 1070262] Agent configuration upgrade to force obfuscation of passwords.
Commit: e65957c941a94f6bf5c76af1451fe7d9cf48d0cc
https://github.com/rhq-project/rhq/commit/e65957c941a94f6bf5c76af1451fe7d9c…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
A modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscatedPreferences.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationConstants.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationUpgrade.java
R modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/ObfuscatedPreferences.java
Log Message:
-----------
[BZ 1070262] Move the obfuscated preferences override to the util package so it can be used by the server too.
Commit: 2ef5c1f843450bd6d1767fe775ae690eb3c9b943
https://github.com/rhq-project/rhq/commit/2ef5c1f843450bd6d1767fe775ae690eb…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/common/jboss-as-dmr-client/src/main/java/org/rhq/common/jbossas/client/controller/VaultJBossASClient.java
Log Message:
-----------
[BZ 1070262] Update method documenation since there is only one vault allowed for the entire server.
Commit: 598eb91fece557f2d8e493d3174db31bf14bc46c
https://github.com/rhq-project/rhq/commit/598eb91fece557f2d8e493d3174db31bf…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscatedPreferences.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationUpgrade.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/comm/ServerConfiguration.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/comm/ServerConfigurationConstants.java
Log Message:
-----------
[BZ 1070262] Add obfuscation for server preferences.
Commit: 4bc3ffa8d6e60c3544786294609e8f32ad6db650
https://github.com/rhq-project/rhq/commit/4bc3ffa8d6e60c3544786294609e8f32a…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/util/src/main/java/org/rhq/core/util/obfuscation/PropertyObfuscationVault.java
Log Message:
-----------
[BZ 1070262] Refactor the custom vault to use the picketbox obfuscator. Also, try to fallback in case the property is vaulted but not obfuscated by user.
Commit: da29c77a9958674faad095aa16f8b79c601c6935
https://github.com/rhq-project/rhq/commit/da29c77a9958674faad095aa16f8b79c6…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscatedPreferences.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/Installer.java
Log Message:
-----------
[BZ 1070262] Use a restricted pattern for all the obfuscated preferences to be able to distinguish from regularly obfuscated preferences.
Commit: c113f63a48935e9b3583eb4181585dc47ad5060b
https://github.com/rhq-project/rhq/commit/c113f63a48935e9b3583eb4181585dc47…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/util/pom.xml
A modules/core/util/src/test/java/org/rhq/core/util/obfuscation/ObfuscatedPreferencesTest.java
Log Message:
-----------
[BZ 1070262] Add unit tests for the obfuscation preferences override class.
Commit: 90ae4f1af62572fb5b429350f6bb407c9d7d3330
https://github.com/rhq-project/rhq/commit/90ae4f1af62572fb5b429350f6bb407c9…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscatedPreferences.java
M modules/core/util/src/main/java/org/rhq/core/util/obfuscation/PropertyObfuscationVault.java
Log Message:
-----------
[BZ 1070262] Add restricted formatting extraction to the vault in case the property is stored just as the preferences value.
Commit: afd18a298fad791f590f232d919b3d4682798402
https://github.com/rhq-project/rhq/commit/afd18a298fad791f590f232d919b3d468…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/util/src/main/java/org/rhq/core/util/obfuscation/PropertyObfuscationVault.java
Log Message:
-----------
[BZ 1070262] Rename method parameters to match the intent for the custom vault implementation.
Commit: 9651da8fa6e3502837af4cc25278858c46ff79db
https://github.com/rhq-project/rhq/commit/9651da8fa6e3502837af4cc25278858c4…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
Log Message:
-----------
[BZ 1070262] Extract just default value in case the property is in a restricted format already.
Commit: e906ec5200762de42ec8794e34c6276291c18d0d
https://github.com/rhq-project/rhq/commit/e906ec5200762de42ec8794e34c627629…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/Installer.java
Log Message:
-----------
[BZ 1070262] Update the password encoding utility to have the original database password property as the default and also adjust the output based on the property.
Commit: 0ffb2bfa19d5dcf44cdab4ae06d6d1af791bb283
https://github.com/rhq-project/rhq/commit/0ffb2bfa19d5dcf44cdab4ae06d6d1af7…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/comm/ServerConfigurationConstants.java
Log Message:
-----------
[BZ 1070262] Add some missing properties to the server constants to mark them for default obfuscation.
Commit: b7b7ed9b20fe86fb859a69b3b9e4239ea5345d80
https://github.com/rhq-project/rhq/commit/b7b7ed9b20fe86fb859a69b3b9e4239ea…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscatedPreferences.java
M modules/core/util/src/main/java/org/rhq/core/util/obfuscation/PropertyObfuscationVault.java
M modules/core/util/src/test/java/org/rhq/core/util/obfuscation/ObfuscatedPreferencesTest.java
Log Message:
-----------
[BZ 1070262] Make 'restricted' keyword case insensitive for the vault and preferences.
Commit: 4ccf4f551d92d54363abb6970aea5f3bd1395c9c
https://github.com/rhq-project/rhq/commit/4ccf4f551d92d54363abb6970aea5f3bd…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/common/jboss-as-dmr-client/pom.xml
A modules/common/jboss-as-dmr-client/src/main/java/org/rhq/common/jbossas/client/controller/VaultJBossASClient.java
M modules/core/util/pom.xml
A modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscatedPreferences.java
A modules/core/util/src/main/java/org/rhq/core/util/obfuscation/PropertyObfuscationVault.java
A modules/core/util/src/test/java/org/rhq/core/util/obfuscation/ObfuscatedPreferencesTest.java
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationConstants.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationUpgrade.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/Installer.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/comm/ServerConfiguration.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/comm/ServerConfigurationConstants.java
Log Message:
-----------
Merge pull request #75 from rhq-project/BZ1070262
[BZ 1070262] Obfuscation in agent and server configuration
Commit: 29d93c61270b35c9a8733fcf83d3a8dde78d907b
https://github.com/rhq-project/rhq/commit/29d93c61270b35c9a8733fcf83d3a8dde…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
Log Message:
-----------
[BZ 1119331] Handle the jobs potentially left behind after conversion
of the avail duration check job into an EJB time.
Commit: a90aae26a2574f74bcae1a7fab78e7164b759d1a
https://github.com/rhq-project/rhq/commit/a90aae26a2574f74bcae1a7fab78e7164…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
Log Message:
-----------
[BZ 1119331] Fix a typo in the DB upgrade step
Commit: 61a33599ee0e0b33a3807a885592783768b0ee69
https://github.com/rhq-project/rhq/commit/61a33599ee0e0b33a3807a88559278376…
Author: Libor Zoubek <lzoubek(a)jezzovo.net>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
A modules/plugins/rhq-storage/src/main/java/org/rhq/plugins/storage/JvmServerDiscoveryComponent.java
M modules/plugins/rhq-storage/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Merge pull request #84 from lzoubek/bugs/1053483
Bug 1053483 - RHQ Admin UI references 'Cassandra' rather than storage node
Commit: d1be24fa474505640c396e0968dabd22dcaf2e62
https://github.com/rhq-project/rhq/commit/d1be24fa474505640c396e0968dabd22d…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-16 (Wed, 16 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/StartupBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/operation/OperationManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.java
Log Message:
-----------
[1111064] Some code changes to avoid a locking issue. Presumably the
issue has to so with passing an attached entity to an asynchronous slsb
method. A few things:
- make sure we pass a deteched entity
- notify the alert condition-cache prior to calling the storage operation hook
- only call the storage operation hook for updates to existing history (not
at operation schedule-time)
- remove an unnecessary outer Tx on runClusterMaintenance
- add some logging
Note: TODO: revert the hyped up scheduling of the cluster readrepair job
Commit: c74195a129bd2fb9ec6ef9860b4c9b4c9895ca86
https://github.com/rhq-project/rhq/commit/c74195a129bd2fb9ec6ef9860b4c9b4c9…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/StartupBean.java
Log Message:
-----------
revert testing change to StorageClusterReadRepairJob, put it back to the
original schedule.
Commit: cec1e931ffdfbf0705b6b17358a25578a1462f7d
https://github.com/rhq-project/rhq/commit/cec1e931ffdfbf0705b6b17358a25578a…
Author: jshaughn <jshaughn(a)redhat.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/StartupBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/operation/OperationManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.java
Log Message:
-----------
Merge pull request #90 from rhq-project/jshaughn/1111064
[1111064] Some code changes to avoid a locking issue.
Commit: 8dacab9fc9c261169c2f37b175311a08416d4836
https://github.com/rhq-project/rhq/commit/8dacab9fc9c261169c2f37b175311a084…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-07-17 (Thu, 17 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/ImageManager.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTitleBar.java
Log Message:
-----------
Change ResourceTitleBar badge icon to use the 'TYPE' icon rather than an 'UP' icon
Commit: 132e2f1f0fa5d31bec3c2743da884d1423ae357d
https://github.com/rhq-project/rhq/commit/132e2f1f0fa5d31bec3c2743da884d142…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-18 (Fri, 18 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/upload/FileUploadForm.java
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
[BZ 1116784] - Patternfly theme: upload button needs to be pressed twice - making the upload button enabled by default and removing the change handler that was causing the problems, also fixing the height of the button in FF
Commit: 744e60651670dfe305e7257e8c563b130e26eeb8
https://github.com/rhq-project/rhq/commit/744e60651670dfe305e7257e8c563b130…
Author: Jean-Frederic Clere <jfclere(a)redhat.com>
Date: 2014-07-18 (Fri, 18 Jul 2014)
Changed paths:
M modules/plugins/tomcat/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ1119652] Webappp configuration - Config File field is mandatory.
Commit: 46fcadec5e82c137820f2b9cea807a899e3b1170
https://github.com/rhq-project/rhq/commit/46fcadec5e82c137820f2b9cea807a899…
Author: Jirka Kremser <jiri.kremser(a)gmail.com>
Date: 2014-07-18 (Fri, 18 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/ImageManager.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTitleBar.java
Log Message:
-----------
Merge pull request #91 from alns/BZ1120816-ResourceBadgeAlwaysUP
Change ResourceTitleBar badge icon to use the 'TYPE' icon
Commit: 26e5712b8cefc7601f6ee95091922de667ee3752
https://github.com/rhq-project/rhq/commit/26e5712b8cefc7601f6ee95091922de66…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-18 (Fri, 18 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginConfigurationMetadataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginConfigurationMetadataManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.java
Log Message:
-----------
[1120417] Break up transaction of updatePluginConfigurationDefinition into smaller pieces
Another round of scalability enhancements for updating plugin metadata. In
the past we broke the update of each Plugin into its own Tx. Later we split
registeringTypes and removingTypes into separate Tx and applied a 30 minute
timeout to the type registration. With this pass we now update each type
in its own Tx and allow up to 30 minutes per type. This can be necessary
if updating plugin configurations for a large existing resource population.
Commit: 25ac2366c146083ef9000570faaadc21b659e546
https://github.com/rhq-project/rhq/commit/25ac2366c146083ef9000570faaadc21b…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-07-18 (Fri, 18 Jul 2014)
Changed paths:
M modules/plugins/rhq-storage/pom.xml
M modules/plugins/rhq-storage/src/test/java/org/rhq/plugins/storage/StorageNodeComponentITest.java
Log Message:
-----------
fix test that started failing after C* upgrade
Just needed to increase the value of the cassandra.ring_delay property to allow
for range set up
Commit: b7444d06129984ce2d07066b9ed60b826e2dc6e1
https://github.com/rhq-project/rhq/commit/b7444d06129984ce2d07066b9ed60b826…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-18 (Fri, 18 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementDefinition.java
M modules/core/util/src/main/java/org/rhq/core/util/StringUtil.java
Log Message:
-----------
[1121220] Plugins with large description text for measurement def. cause ORA-12899
as far as I know we don't have a general mechanism for truncating on max
length constraints. So this is just a point solution for this BZ. Before
storing to the DB, ensure length constraints are met.
Commit: 25f82ba15e979ff2b60e7a23b0bbd3583138c2a9
https://github.com/rhq-project/rhq/commit/25f82ba15e979ff2b60e7a23b0bbd3583…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-18 (Fri, 18 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementDefinition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/util/StringUtils.java
M modules/core/util/src/main/java/org/rhq/core/util/StringUtil.java
Log Message:
-----------
Fix dependency build issue
Commit: d571b9caa4522eb1420898307b24cd1d97fb1e17
https://github.com/rhq-project/rhq/commit/d571b9caa4522eb1420898307b24cd1d9…
Author: jshaughn <jshaughn(a)redhat.com>
Date: 2014-07-21 (Mon, 21 Jul 2014)
Changed paths:
M modules/plugins/rhq-agent/src/main/java/org/rhq/plugins/agent/AgentDiscoveryComponent.java
Log Message:
-----------
Merge pull request #86 from rhq-project/jshaughn/1118091
[1118091] RHQ Agent resources are not being auto-clustered in resource group due to their unique resource keys
Commit: 9b6c82e8cdbf7a098520feeb6d67de346e2340c2
https://github.com/rhq-project/rhq/commit/9b6c82e8cdbf7a098520feeb6d67de346…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-07-21 (Mon, 21 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/version/file/FileListView.java
Log Message:
-----------
BZ 1107338 - show all bundle files in the list
Commit: ff200f352243cae35993485062844c0d3a17e09c
https://github.com/rhq-project/rhq/commit/ff200f352243cae35993485062844c0d3…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-21 (Mon, 21 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/WebConnectorComponent.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1095000] Don't try to guess web connector's max connections.
Commit: 21ce2d7182796b401e777fccb07fc0f5855536e7
https://github.com/rhq-project/rhq/commit/21ce2d7182796b401e777fccb07fc0f58…
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/MetricHandlerBean.java
Log Message:
-----------
BZ 1121975 - the 'sid' parameter is required. Mark it as such in docs.
Commit: abe38c4a7d5dfb1b648ea674a741d9c8e0a4f4cc
https://github.com/rhq-project/rhq/commit/abe38c4a7d5dfb1b648ea674a741d9c8e…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1069547] Removing support for patches from the content subsystem
This is to not overload the user with overlapping yet incompatible
choices for doing the same thing.
After discussion, we decided to keep the support for patching in the
bundle subsystem and drop it from the content subsystem.
This also means we need to drop the specialized rollback operation
because using that we could bring RHQ bundles into an inconsistent
state.
Commit: 2ac701032cf7b05de8a285210de619a5f62e5191
https://github.com/rhq-project/rhq/commit/2ac701032cf7b05de8a285210de619a5f…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M modules/plugins/cassandra/pom.xml
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/CassandraNodeComponent.java
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/util/KeyspaceService.java
A modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/util/TakeSnapshotOperation.java
M modules/plugins/cassandra/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/rhq-storage/src/main/java/org/rhq/plugins/storage/StorageNodeComponent.java
M modules/plugins/rhq-storage/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/rhq-storage/src/test/java/org/rhq/plugins/storage/StorageNodeComponentITest.java
Log Message:
-----------
Bug 1074632 - RFE: Manage storage node snapshots
Added "Take Snapshot" operation to StorageNode resource. This operation
takes several other parameters and it can either move or delete older
snapshots. Basically it allows to
- keep N latest snapshots and move/delete older ones
- keep snapshots not older than N days and move/delete the older ones
Commit: 735365ddbf20409003e7ede9f47d4489a0f6c41a
https://github.com/rhq-project/rhq/commit/735365ddbf20409003e7ede9f47d4489a…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/GenericJBossAS7PluginTest.java
R modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/WebConnectorComponentTest.java
Log Message:
-----------
[BZ 1095000] Fix test failures.
Commit: fe24c4dbb06ecf71f398be10b1fb6dd4975f18ef
https://github.com/rhq-project/rhq/commit/fe24c4dbb06ecf71f398be10b1fb6dd49…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M .classpath
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/rhq.cassandra.yaml
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra.yaml
M modules/common/cassandra-installer/src/main/java/org/rhq/storage/installer/StorageInstaller.java
M modules/common/jboss-as-dmr-client/pom.xml
A modules/common/jboss-as-dmr-client/src/main/java/org/rhq/common/jbossas/client/controller/VaultJBossASClient.java
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/java/org/rhq/core/db/DatabaseType.java
M modules/core/dbutils/src/main/java/org/rhq/core/db/OracleDatabaseType.java
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementDefinition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/util/StringUtils.java
M modules/core/util/pom.xml
A modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscatedPreferences.java
A modules/core/util/src/main/java/org/rhq/core/util/obfuscation/PropertyObfuscationVault.java
A modules/core/util/src/test/java/org/rhq/core/util/obfuscation/ObfuscatedPreferencesTest.java
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationConstants.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationUpgrade.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/promptcmd/ConfigPromptCommand.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
A modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java
M modules/enterprise/agentupdate/src/main/resources/rhq-agent-update-build.xml
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/IconEnum.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/ImageManager.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/LoginView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/agent/install/RemoteAgentInstallView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/users/UsersDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/CliNotificationSenderForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/GroupAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ResourceAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/TemplateAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/create/BundleUploadDistroFileStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deployment/BundleDeploymentView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/destination/BundleDestinationView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundleView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/version/BundleVersionView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/version/file/FileListView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/ConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/GroupConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/form/DateFilterItem.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/upload/FileUploadForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/operation/schedule/GroupOperationScheduleDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTitleBar.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceTreeView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/operation/schedule/ResourceOperationScheduleDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/discovery/ResourceAutodiscoveryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/searchbar/EnhancedSearchBar.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/AlertDefinitionGWTServiceImpl.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
A modules/enterprise/gui/coregui/src/main/webapp/images/search/glass.png
A modules/enterprise/gui/coregui/src/main/webapp/images/search/menu_arrow_down_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/search/star1_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Flag_blue_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/Bundle_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/content/Content_grey_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_24.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_grey_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_16_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16_Disabled.png
R modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16png.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/checked.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/unchecked.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/add_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Disabled.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/load_skin.js
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/Installer.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/operation/OperationManagerBeanTest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/RHQConstants.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/StartupBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/comm/ServerConfiguration.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/comm/ServerConfigurationConstants.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/operation/OperationManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/operation/OperationManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginConfigurationMetadataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginConfigurationMetadataManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/MetricHandlerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/jobs/DataPurgeJob.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageNodeOperationsHandlerBean.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Start.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Upgrade.java
M modules/plugins/byteman/pom.xml
M modules/plugins/byteman/src/main/java/org/rhq/plugins/byteman/BytemanAgentComponent.java
M modules/plugins/byteman/src/main/java/org/rhq/plugins/byteman/BytemanScriptComponent.java
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/ColumnFamilyComponent.java
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/ColumnFamilyDiscoveryComponent.java
A modules/plugins/cassandra/src/test/java/org/rhq/plugins/cassandra/DiscoveryTest.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/VersionedRuntimeDiscovery.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/WebConnectorComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/GenericJBossAS7PluginTest.java
R modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/WebConnectorComponentTest.java
M modules/plugins/jdbctrace/pom.xml
M modules/plugins/jdbctrace/src/main/java/org/rhq/plugins/jdbctrace/JdbcTracerComponent.java
M modules/plugins/rhq-agent/src/main/java/org/rhq/plugins/agent/AgentDiscoveryComponent.java
M modules/plugins/rhq-storage/pom.xml
A modules/plugins/rhq-storage/src/main/java/org/rhq/plugins/storage/JvmServerDiscoveryComponent.java
M modules/plugins/rhq-storage/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/rhq-storage/src/test/java/org/rhq/plugins/storage/StorageNodeComponentITest.java
M pom.xml
Log Message:
-----------
Merge 'origin/master' into bug/1069547
Commit: 181e5e7844c6bbe9972d863eb734190631c53fba
https://github.com/rhq-project/rhq/commit/181e5e7844c6bbe9972d863eb73419063…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-22 (Tue, 22 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/BaseCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/composite/ProblemResourceComposite.java
M modules/core/native-system/src/main/java/org/rhq/core/system/SystemInfo.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleManagerProvider.java
M modules/enterprise/binding/src/main/java/org/rhq/bindings/client/RhqFacade.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerRemote.java
Log Message:
-----------
[749368] add @since Javadoc tags to our public APIs
Went through our intentional-changes files and added agfew missing @since
tags that seemed maybe useful. I had previously updated the server's
SLSB remote API, just added 4.12 for that.
Commit: fbcf7a88ce63b8c9ef3f303d7d048a77e3360c38
https://github.com/rhq-project/rhq/commit/fbcf7a88ce63b8c9ef3f303d7d048a77e…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-23 (Wed, 23 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
[BZ 1069547] Removing support code for rollback operation.
The operation has been removed from the descriptor in the previous commits
but I failed to also remove the backing code for its execution.
Commit: 0fd814b1fe4e498dabf7ccb1a0d97685e1a4c85d
https://github.com/rhq-project/rhq/commit/0fd814b1fe4e498dabf7ccb1a0d97685e…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-23 (Wed, 23 Jul 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
Log Message:
-----------
[BZ 1069547] Fixing the wrong schemaSpec number.
This comes from a wrongly resolved conflict in the db-upgrade.xml.
Commit: fe30df29d11d85bff76efca6e26302e4b6f96429
https://github.com/rhq-project/rhq/commit/fe30df29d11d85bff76efca6e26302e4b…
Author: jsanda <jsanda(a)redhat.com>
Date: 2014-07-23 (Wed, 23 Jul 2014)
Changed paths:
M modules/plugins/cassandra/pom.xml
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/CassandraNodeComponent.java
M modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/util/KeyspaceService.java
A modules/plugins/cassandra/src/main/java/org/rhq/plugins/cassandra/util/TakeSnapshotOperation.java
M modules/plugins/cassandra/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/rhq-storage/src/main/java/org/rhq/plugins/storage/StorageNodeComponent.java
M modules/plugins/rhq-storage/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/rhq-storage/src/test/java/org/rhq/plugins/storage/StorageNodeComponentITest.java
Log Message:
-----------
Merge pull request #95 from lzoubek/bugs/1074632
Bug 1074632 - RFE: Manage storage node snapshots
Commit: df5ddda18ac57f59690aa83026f534715a4753aa
https://github.com/rhq-project/rhq/commit/df5ddda18ac57f59690aa83026f534715…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-23 (Wed, 23 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/Alert.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertConditionLog.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/notification/AlertNotificationLog.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/Availability.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementDataPK.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementDataTrait.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementOOB.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/alert/test/DeleteAlertsTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/measurement/test/AvailabilityManagerTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/measurement/test/MeasurementDataManagerTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/performance/test/AvailabilityInsertPurgeTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/performance/test/EventsInsertPurgeTest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/event/EventManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/event/EventManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/AvailabilityManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/AvailabilityManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/CallTimeDataManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementOOBManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementOOBManagerLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/AlertConditionLogPurge.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/AlertNotificationLogPurge.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/AlertPurge.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/AvailabilityPurge.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/CallTimeDataValuePurge.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/EventDataPurge.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/MeasurementDataTraitPurge.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/MeasurementOOBPurge.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/PurgeManagerBean.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/PurgeManagerLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/PurgeTemplate.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/jobs/DataPurgeJob.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/subsystem/AlertSubsystemManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/util/LookupUtil.java
Log Message:
-----------
Bug 1115146 - Purge (delete) data using smaller batches
Introduced JDBCPurgeTemplate
Update purge process for:
* availabilities
* traits
* events
* calltime data values
* alerts (and notif log and condition log)
* OOB
Batch size:
* is shared across implementation of the template
* is configurable through a sys prop
* value is unbounded
* defaults to 3000
Commit: d3f63b559551ca4ab1c185410308d2f9e01c03cb
https://github.com/rhq-project/rhq/commit/d3f63b559551ca4ab1c185410308d2f9e…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-23 (Wed, 23 Jul 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/drift/FilterFileVisitor.java
M modules/core/util/src/main/java/org/rhq/core/util/file/FileUtil.java
Log Message:
-----------
[1119262 jon3-7] EAP6 drifts exclude pattern not working for windows case
The issue here is that the drift template defines the plugin descriptor
and in this case, the associated excludes filter: pattern="*_history/**/*".
It can only be predefined in one format, and the plugin naturally uses
linux-style forward slashes for the directory separator.
But on Windows that is the wrong separator.
The solution is to convert to the native separator slash internally at
"detection-time", regardless of the slashing used in the pattern. This is,
I think, in-line with ant file-pattern approach we are using.
Also,
-- added new FileUtil.useNativeSlash(String path)
Commit: d4ae35c7bcc77f9418600d5f3485e92d496a4026
https://github.com/rhq-project/rhq/commit/d4ae35c7bcc77f9418600d5f3485e92d4…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/plugins/mysql/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/oracle/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Bug 1122514 - Query Resource only available in postgres Plugin
Added to the MySQL and Oracle plugins
Tested on Oracle XE and MariaDB
Commit: c66a4510f639981c330ab009609b7ce11294f310
https://github.com/rhq-project/rhq/commit/c66a4510f639981c330ab009609b7ce11…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/PurgeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/purge/PurgeTemplate.java
Log Message:
-----------
Bug 1115146 - Purge (delete) data using smaller batches
Fixed a mistake on Log type
Commit: 5ab4508f13815c5a88e53d49513786b1d981abad
https://github.com/rhq-project/rhq/commit/5ab4508f13815c5a88e53d49513786b1d…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
Log Message:
-----------
[1119781] runtime name provided for deployment child creation overrides application name and path
Use the deploymentName as appropriate, the runtimeName should be an attribute
on the deployment and can be the same on multiple deployments, the
deploymentName must be unique among deployments.
-- incidental: several logging auto-formatting changes.
Commit: 584e51683a46cac10e417083a543b60b280b7b75
https://github.com/rhq-project/rhq/commit/584e51683a46cac10e417083a543b60b2…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/operation/OperationManagerBean.java
Log Message:
-----------
Bug 1115725 - Operation history continues to grow unbound with no easy way to purge old history
Fix an issue on Oracle, no ID conversion needed, Hibernate does it
Also, some code cleanup
Commit: cede4b6da948a3218b55316166fd6fba049b008b
https://github.com/rhq-project/rhq/commit/cede4b6da948a3218b55316166fd6fba0…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HostControllerComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
Bug 1050014 - Cannot deploy bundle to EAP domain mode
Deployment node must be created with the filename, not the runtime name
See also Bug 1119781 - runtime name provided for deployment child creation overrides application name and path
Commit: 25a62530dd31b1deada0565c92e017cae747f340
https://github.com/rhq-project/rhq/commit/25a62530dd31b1deada0565c92e017cae…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/alert/GroupAlertDefinitionManagerBeanTest.java
Log Message:
-----------
itests-2: fix org.rhq.enterprise.server.alert.GroupAlertDefinitionManagerBeanTest.testBug738799
Criteria filters on Oracle cannot be filled with more than 1000 elements
Commit: a0ba10f41ee50096b1285ced75c335e34026ae44
https://github.com/rhq-project/rhq/commit/a0ba10f41ee50096b1285ced75c335e34…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/MetricHandlerBean.java
Log Message:
-----------
Bug 1122047 - If 'Accept' header field is not explicitly specified, server
responds with empty body upon REST query metric/data/{scheduleId}/raw
in case accept header does not specify media type, we fallback to JSON.
Commit: df525dca648f835cf17cafeb0d5eab937f055fb8
https://github.com/rhq-project/rhq/commit/df525dca648f835cf17cafeb0d5eab937…
Author: Thomas Segismont <tsegismont(a)gmail.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/plugins/tomcat/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Merge pull request #93 from jfclere/master
[BZ1119652] Webappp configuration - Config File field is mandatory.
Commit: 367145b3a9a714b02eff372019fb08bc41c3b5fb
https://github.com/rhq-project/rhq/commit/367145b3a9a714b02eff372019fb08bc4…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/content/ContentManagerBean.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DeploymentComponent.java
Log Message:
-----------
[1118394] deployment of new war from repo content fails
This is not a fix for the reported issue, which actually seems to not be a
bug. This is a fix to ensure failed package installs persist the error
messageto the history record in the DB. And to provide a more useful
log message in the agent log.
Commit: 3e47741694b55fedecf9c904d89de11a7b92ccb2
https://github.com/rhq-project/rhq/commit/3e47741694b55fedecf9c904d89de11a7…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-24 (Thu, 24 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Resource.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/RuntimeDiscoveryExecutor.java
Log Message:
-----------
[801432, 807465] Related Issue to these BZs
Uninventory triggered our "assert-style" debug logging indicating that we
were working with HashSet for child resources when we expected to be using
a safer Set impl (wrt preventing ConcurrentModoficationException). There
were a few issues in play:
- When loading persisted resources from disk convert childResources to
CopyOnWriteArraySet if necessary. This repairs resources persisted with
the wrong Set impl.
- Eliminate some potential concurrent modification danger (or, at a minimum,
- Fix a couple of other places where we weren't using CopyOnWriteArraySet
- Fix Resource entity to ensure that when customChildResourcesCollection=true
that the childResources Set is truly protected. It was here that we were
losing the proper Set impl.
some unnecessary work) by only calling deactivateResource() on the root
resource. It recursively deactivates the subtree, so no need to then call
it on every node in the subtree.
- Fix our "assert-logging" conditional, which despite finding this issue was
actually looking for the wrong set impl. It had not been updated when we
moved to CopyOnWriteArraySet.
Commit: 2de223b66109636a8b073e70e510f35cd6b70238
https://github.com/rhq-project/rhq/commit/2de223b66109636a8b073e70e510f35cd…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-25 (Fri, 25 Jul 2014)
Changed paths:
M modules/plugins/rhq-storage/src/test/java/org/rhq/plugins/storage/StorageNodeComponentITest.java
Log Message:
-----------
StorageNodeComponentItest - output more details when assertion fails
Commit: f8e474f2954916f13959969a4d8b03cedc799ee0
https://github.com/rhq-project/rhq/commit/f8e474f2954916f13959969a4d8b03ced…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-25 (Fri, 25 Jul 2014)
Changed paths:
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/alert/test/AlertConditionTest.java
M modules/test-utils/src/main/java/org/rhq/test/AssertUtils.java
Log Message:
-----------
Fix AlertConditionTest timing issues for rhq-master-ora build
Introduced org.rhq.test.AssertUtils.timedAssertion
Also, some code cleanup
Commit: c4eba02703bf7380728b50b5ac5355824a77eb75
https://github.com/rhq-project/rhq/commit/c4eba02703bf7380728b50b5ac5355824…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-25 (Fri, 25 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/event/EventCompositeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/event/EventCompositeDetailsView.java
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_green_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_green_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_grey_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_grey_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_red_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/availability/availability_red_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_failed_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_ok_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/ask.png
R modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/flickr10.png
R modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/grid.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Over.gif
R modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_over.gif
R modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/loading.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
patterfly: fixing typo in image name (_over -> _Over); increasing the size of icons for availability; decreasing the size of icons for event severities; removing unused images
Commit: fb8d00129c25f4c23e3d122b90e4ef3e6c4f5e31
https://github.com/rhq-project/rhq/commit/fb8d00129c25f4c23e3d122b90e4ef3e6…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-25 (Fri, 25 Jul 2014)
Changed paths:
A etc/ui/imageLightener.sh
A etc/ui/listOfBlack.txt
Log Message:
-----------
pf: simple bash script for lightening all the black icons
Commit: 001a3d1ed50713172774c4ae94effd34523aa9ca
https://github.com/rhq-project/rhq/commit/001a3d1ed50713172774c4ae94effd345…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-25 (Fri, 25 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/definition/PropertyDefinitionEnumeration.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/definition/PropertyDefinitionSimple.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/configuration/metadata/ConfigurationMetadataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceConfigurationMetadataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerLocal.java
Log Message:
-----------
[1120417] Break up transaction of updatePluginConfigurationDefinition into smaller pieces
Another pass here given some oracle test failures in the CI env.
- Fix an issue with PropertyDefinitionSimple.removeEnumeratedValues.
An unexpected problem brought out, I guess, by the Tx reworking,
must be careful not to replace hibernate proxy dealing with
orphanRemoval.
- remove unnecessary REQUIRES_NEW that could lead to locking issues
- remove some dead code
- start shortening xxxInNewTransaction to xxxInNewTx, purely for selfish reasons.
Commit: 0e8b7ed217d5ec91ac1313e5fc87829c330b4ca9
https://github.com/rhq-project/rhq/commit/0e8b7ed217d5ec91ac1313e5fc87829c3…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-25 (Fri, 25 Jul 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/Configuration.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/PropertyList.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/PropertyMap.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/definition/ConfigurationDefinition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/dashboard/Dashboard.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Resource.java
Log Message:
-----------
In a recent commit for [1120417] (and the resulting oracle test failures) we
added protection against Hibernate errors related to detached sets when
orphanRemoval=true. This applies similar changes to entity classes
outside of the BZ work.
Commit: 2f58154360b80affa2bb0578981526a2cfde49dd
https://github.com/rhq-project/rhq/commit/2f58154360b80affa2bb0578981526a2c…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths:
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/measurement/MeasurementOOBManagerBeanTest.java
A modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/purge/PurgeOOBTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/scheduler/jobs/DataPurgeJobTest.java
Log Message:
-----------
itests-2: added PurgeOOBTest
Also, some MeasurementOOBManagerBeanTest and DataPurgeJobTest code cleanup
Commit: 58b6ff04c2451646b7b78c76a0bc98c030b1e6bd
https://github.com/rhq-project/rhq/commit/58b6ff04c2451646b7b78c76a0bc98c03…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseProcessDiscovery.java
Log Message:
-----------
[1118061] Standalone or host server discovery throws warning every 15 minutes
Converted to debug level logging
Commit: c6555a30fc62ff787555f6701e8c7e5b29e8382d
https://github.com/rhq-project/rhq/commit/c6555a30fc62ff787555f6701e8c7e5b2…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/images/Favorite_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/Favorite_Group_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/Favorite_Resource_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Admin_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Admin_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Agent_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Agent_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/AutoDiscovery_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/AutoDiscovery_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Download_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Download_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Help_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Help_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Inventory_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Inventory_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Locked_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Locked_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Plugin_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Plugin_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Recent_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Recent_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Role_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Role_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/StorageNode_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/StorageNode_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Tag_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Tag_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Unlocked_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Unlocked_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/User_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/User_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/help.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/upload.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/Server_Group_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/Service_Group_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/all_resources.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_autogroup_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_autogroup_opened.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_mixed_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/images/resources/folder_opened.png
M modules/enterprise/gui/coregui/src/main/webapp/images/search/glass.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Alerts_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/alert/Edit_Alert.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Delete_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Delete_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Deploy_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Deploy_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Revert_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleAction_Revert_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDeploymentAction_Delete_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDeployment_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDeployment_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDestinationAction_Delete_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDestinationAction_Purge_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDestination_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleDestination_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleGroup_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleGroup_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleVersionAction_Delete_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleVersion_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/BundleVersion_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/Bundle_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/bundle/Bundle_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/configure/Configure_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/content/Content_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/content/Content_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/control/Operation_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/drift/Drift_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/DEBUG_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/ERROR_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_fatal_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/Events_fatal_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/FATAL_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/INFO_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/WARN_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/inventory/Inventory_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/inventory/Inventory_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Edit_Metric.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_failed_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_grey_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/monitor/Monitor_grey_16_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/report/Document_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/report/Document_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_type_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Cluster_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/GroupDefinition_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/GroupDefinition_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_disabled_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_disabled_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_mixed_type_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_mixed_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_warning_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Group_warning_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_down_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_down_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_type_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_up_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Platform_up_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_down_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_down_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_type_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_up_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Server_up_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_type_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_type_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_up_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/Service_up_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/plugin_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/types/plugin_24.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DateChooser/arrow_left.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DateChooser/arrow_right.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DateChooser/doubleArrow_left.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DateChooser/doubleArrow_right.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/ask.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/confirm.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/error.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/notify.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/say.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/stop.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/warn.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/PropSheet_pickbutton.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/checked.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/DynamicForm/date_control.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/group_opened.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/group_opening.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/headerMenuButton_icon.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/row_collapsed.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/row_expanded.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/sort_ascending.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/ListGrid/sort_descending.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/check.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/menu_button.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/menu_button_up.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/submenu.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Menu/submenu_left.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/RecordEditor/check.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/SectionHeader/opener_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/SectionHeader/opener_opened.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/close.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TabSet/close_Over.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/folder_open.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_closed.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_closed.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_open.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_open.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/TreeGrid/opener_opened.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/close.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/close_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/maximize.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/minimize.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Window/restore.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/add.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/edit.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/exclamation.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/remove.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_down.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_left.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_right.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/common/arrow_up.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/global/help.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Disabled.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Disabled.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Over.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/pin_left.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Disabled.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Disabled.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/comboBoxPicker.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/pickers/comboBoxPicker_Over.gif
Log Message:
-----------
pf: lightening all the black icons
Commit: 28df962ff235511387aff36d79133ed503dc7769
https://github.com/rhq-project/rhq/commit/28df962ff235511387aff36d79133ed50…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-07-28 (Mon, 28 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1120411] Only allow selecting a proper jdbc driver in the datasource configuration
Commit: bc1ea3a3e2ca20ecc3949278a7f0700538532d00
https://github.com/rhq-project/rhq/commit/bc1ea3a3e2ca20ecc3949278a7f070053…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Plugin_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/Plugin_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/StorageNode_16.png
M modules/enterprise/gui/coregui/src/main/webapp/images/global/StorageNode_24.png
M modules/enterprise/gui/coregui/src/main/webapp/images/subsystems/event/ERROR_16.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Disabled.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Over.gif
Log Message:
-----------
pf: better icons for storage node, plugin and refresh
Commit: 12c727d8b96694fb60cb119b95aceeeeece02190
https://github.com/rhq-project/rhq/commit/12c727d8b96694fb60cb119b95aceeeee…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/auth/SubjectManagerBean.java
Log Message:
-----------
[BZ 1122549] - LDAP user registration screen does not appear when 'Enable Login Without Roles' has value 'No' - SubjectManagerBean.processSubjectForLdap() was calling the SubjectManagerBean.login() where the exception was thrown, but the roles get assigned after this step. Now the login method is called with additional parameter that says 'don't do the role checking'. There was also a logical error that actually caused that no RHQ roles (based on LDAP group) were assigned at all (it was done correctly only when the log level was set to DEBUG)
Commit: 58369f168021ca4b86656f28a64a1b41462bc31a
https://github.com/rhq-project/rhq/commit/58369f168021ca4b86656f28a64a1b414…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/DatasourceComponent.java
Log Message:
-----------
Fix NPE when ENABLED_ATTRIBUTE is not set
Commit: 8ae6185692d37150491457ea9207be156a67ddc2
https://github.com/rhq-project/rhq/commit/8ae6185692d37150491457ea9207be156…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-29 (Tue, 29 Jul 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbsetup-build.xml
M modules/core/dbutils/src/main/scripts/dbsetup.properties
R modules/core/dbutils/src/main/scripts/dbsetup/auth-data.xml
M modules/enterprise/server/appserver/src/main/scripts/rhq-container.build.xml
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/Installer.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerInstallUtil.java
M modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/ServerProperties.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/RHQControl.java
Log Message:
-----------
[1119127] rhqctl to prompt for rhqadmin password, rather than using hard-coded default
We no longer support the default rhqadmin/rhqadmin user/password superuser
combination. The rhqadmin user still exists but the password must be
set by the user. The new rhq.autoinstall.server.admin.password property
must be set in rhq-server.properties. If not set the 'rhqctl install'
command will prompt for a password and update rhq-server.properties with
the encrypted value. Additionally, the rhq-encode-password.sh|bat machanism has been
enhanced to allow the user to generate the value.
Note that dev containers are unchanged and automatically provide rhqadmin/rhqadmin.
Commit: 0bef943a102c2bd13f42964fa35c8dd651ca9790
https://github.com/rhq-project/rhq/commit/0bef943a102c2bd13f42964fa35c8dd65…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M modules/plugins/rhq-storage/src/test/java/org/rhq/plugins/storage/StorageNodeComponentITest.java
Log Message:
-----------
next attempt to fix storageNode takeSnapshots itests
Commit: 2ff3e52ed6ea450d63cb5a117c02f03426cc0869
https://github.com/rhq-project/rhq/commit/2ff3e52ed6ea450d63cb5a117c02f0342…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
[BZ 1069547] Delete the downloaded files once not needed.
Commit: 468df6788aa3d4f4373115f0becff3868821b106
https://github.com/rhq-project/rhq/commit/468df6788aa3d4f4373115f0becff3868…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
R modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/CliExecutor.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/PatchHandlerComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
Log Message:
-----------
[BZ 1069547] Separate CliExecutor's concerns.
Commit: a106392596b6f8e717ee57c7a7b33d8ea891b9e4
https://github.com/rhq-project/rhq/commit/a106392596b6f8e717ee57c7a7b33d8ea…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/ResourcesStandaloneServerTest.java
Log Message:
-----------
[BZ 1120411] Datasources (*) should not be tested like a datasource
Commit: cae809eea851205593fc6f8b8c696d1dbda6ba16
https://github.com/rhq-project/rhq/commit/cae809eea851205593fc6f8b8c696d1db…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M modules/common/pom.xml
A modules/common/wfly-patch-parser/pom.xml
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/Patch.java
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/PatchBundle.java
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/PatchInfo.java
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/PatchParser.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/metadata/PluginMetadataParser.java
M modules/core/client-api/src/main/resources/rhq-plugin.xsd
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbsetup/content-schema.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/BundleDestination.java
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/ResourceTypeBundleConfiguration.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleDeployRequest.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundlePurgeRequest.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/bundle/BundleManager.java
A modules/core/plugin-container/src/main/java/org/rhq/core/pc/bundle/ConnectionStringAvailableProperties.java
M modules/core/util/src/main/java/org/rhq/core/util/TokenReplacingReader.java
M modules/core/util/src/main/java/org/rhq/core/util/ZipUtil.java
A modules/core/util/src/test/java/org/rhq/core/util/TokenReplacingReaderTest.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/GetDestinationStep.java
M modules/enterprise/server/ear/pom.xml
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/bundle/BundleManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/bundle/BundleManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/bundle/BundleManagerRemote.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/bundle/RecipeParseResults.java
M modules/enterprise/server/plugins/pom.xml
A modules/enterprise/server/plugins/wfly-patch-bundle/pom.xml
A modules/enterprise/server/plugins/wfly-patch-bundle/src/main/java/org/rhq/enterprise/server/plugins/wflypatch/WildflyPatchBundleServerPluginComponent.java
A modules/enterprise/server/plugins/wfly-patch-bundle/src/main/resources/META-INF/rhq-serverplugin.xml
M modules/plugins/jboss-as-7/pom.xml
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
R modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/CliExecutor.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HandoverContentUploader.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/PatchHandlerComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/PatchHandlerDiscoveryComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/ServerControl.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/StandaloneASComponent.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/util/PatchDetails.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
Merged pull request #80 from metlos/bug/1069547
BZ 1069547 / JON3-10 Support EAP 6.2/6.3 style patching
Commit: 513268503fee76395e2ade9b13b91e563a45ae1e
https://github.com/rhq-project/rhq/commit/513268503fee76395e2ade9b13b91e563…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
pf: invisible scrollbars are not invisible anymore, font color
Commit: 8916c3f0dfe9465a6c877e8c06cbb8669bac0b03
https://github.com/rhq-project/rhq/commit/8916c3f0dfe9465a6c877e8c06cbb8669…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/DashboardsView.java
A modules/enterprise/gui/coregui/src/main/webapp/mashup.html
Log Message:
-----------
mashup portlet now shows static page instead of IFRAMEd RHQ documentation
Commit: 582e53ed75959341227f0a68b3471a2fc122d9c2
https://github.com/rhq-project/rhq/commit/582e53ed75959341227f0a68b3471a2fc…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M modules/core/client-api/pom.xml
A modules/core/domain/intentional-api-changes-since-4.12.0.xml
Log Message:
-----------
[BZ 1069547] Clearing API changes.
Commit: c83e8c4536b07b7ea9b6571ef68af11c41018234
https://github.com/rhq-project/rhq/commit/c83e8c4536b07b7ea9b6571ef68af11c4…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-07-30 (Wed, 30 Jul 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/domain/ResourcesDomainServerTest.java
M modules/plugins/jboss-as-7/src/test/java/org/rhq/modules/plugins/jbossas7/itest/standalone/ResourcesStandaloneServerTest.java
Log Message:
-----------
[BZ 1120411] Fix the integration tests and move selection from profile to managed
Commit: 8c9c0ecce9a83cdd54e1cceb938e923fdf40f7a8
https://github.com/rhq-project/rhq/commit/8c9c0ecce9a83cdd54e1cceb938e923fd…
Author: Jean-Frederic Clere <jfclere(a)gmail.com>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M modules/plugins/tomcat/src/main/java/org/jboss/on/plugins/tomcat/TomcatDiscoveryComponent.java
Log Message:
-----------
[BZ 1120696] EWS RPM installed Tomcat version is not discovered.
Commit: 487377f2301525e8a69889e360edc7f0f2ae9ba2
https://github.com/rhq-project/rhq/commit/487377f2301525e8a69889e360edc7f0f…
Author: Michael Burman <yak(a)iki.fi>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M modules/plugins/tomcat/src/main/java/org/jboss/on/plugins/tomcat/TomcatDiscoveryComponent.java
Log Message:
-----------
Merge pull request #99 from jfclere/master
[BZ 1120696] EWS RPM installed Tomcat version is not discovered.
Commit: 5854c293e3eeb35e0a92b993e3f7794c18f87842
https://github.com/rhq-project/rhq/commit/5854c293e3eeb35e0a92b993e3f7794c1…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M modules/enterprise/gui/rh-access-war/src/main/webapp/css/redhat_access_angular_ui-embedded-images.css
M modules/enterprise/gui/rh-access-war/src/main/webapp/js/redhat_access_angular_ui.js
Log Message:
-----------
Bug 1125173 - Upgrade RHA angular UI to tag 0.9.0
Commit: 672fa50d42cd1c5bc74dd3fc4493fe04621dcac4
https://github.com/rhq-project/rhq/commit/672fa50d42cd1c5bc74dd3fc4493fe046…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M .classpath
Log Message:
-----------
Add to Eclipse source dirs
Commit: 73e9bb52dae0c23a616640dd02191bc49ce7ec39
https://github.com/rhq-project/rhq/commit/73e9bb52dae0c23a616640dd02191bc49…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
A modules/plugins/jmx/add-user.xml
M modules/plugins/jmx/pom.xml
A modules/plugins/jmx/src/main/java/org/rhq/plugins/jmx/connection/metadata/AS7ConnectionTypeDescriptor.java
A modules/plugins/jmx/src/main/java/org/rhq/plugins/jmx/connection/metadata/EAP61ConnectionTypeDescriptor.java
A modules/plugins/jmx/src/main/java/org/rhq/plugins/jmx/connection/metadata/Wildfly8ConnectionTypeDescriptor.java
M modules/plugins/jmx/src/main/resources/META-INF/rhq-plugin.xml
A modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/AbstractJMXPluginTest.java
A modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/JBossAS7JMXServerComponentTest.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/JMXPluginTest.java
A modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/Wildfly8JMXServerComponentTest.java
R modules/plugins/jmx/src/test/resources/log4j.properties
M modules/plugins/jmx/src/test/resources/log4j.xml
Log Message:
-----------
Bug 908795 - [RFE] The JMX plugin should be able to use JBoss Remoting 3 to connect to EAP6 using JSR-160 remoting
Added new connection metadata (ConnectionTypeDescriptor classes) for:
* AS7 and EAP6.0
* EAP6.1 and above
* Wildfly 8
Added new connection templates for JMX server manual process
Refactored JMX plugin itests
Added itests for AS7 and Wildfly 8 in standalone mode
-> Added the Maven plugins for AS7 and Wildfly 8 in order to start standalone servers
-> add-user script is through an ANT tasks to support both UNIX-like systems and Windows systems
Commit: 120bf6e25b85678ea544524ce9fec82dfd37bd56
https://github.com/rhq-project/rhq/commit/120bf6e25b85678ea544524ce9fec82df…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/users/UsersView.java
M modules/enterprise/gui/coregui/src/main/webapp/login
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/Dialog/ask.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
pf: improving scrollbars, calendar popup widget now uses same colors as the rest of the ui, adding shadows to popup dialogs, removing unused css link reference from login page, listgrid on users view now has 1 column that takes the rest of the screen's width, etc.
Commit: d3d57a45377d007ccd10febddf1e093330e270f8
https://github.com/rhq-project/rhq/commit/d3d57a45377d007ccd10febddf1e09333…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
A modules/core/client-api/intentional-api-changes-since-4.12.0.xml
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/core/ConnectAgentRequest.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/core/ConnectAgentResults.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/i18n/AgentI18NResourceKeys.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentVersionCheckResults.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CoreServerServiceImpl.java
M modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/core/AgentSupportedVersionTest.java
Log Message:
-----------
BZ 1124614 - if an agent's auto-update is enabled, then always update itself if its version is not the same as the latest agent version of the agent distro in the server
Commit: 8576ff2cf9d7e82e6a2ba6422763cb81d17839cf
https://github.com/rhq-project/rhq/commit/8576ff2cf9d7e82e6a2ba6422763cb81d…
Author: jshaughn <jshaughn(a)redhat.com>
Date: 2014-07-31 (Thu, 31 Jul 2014)
Changed paths:
A modules/core/client-api/intentional-api-changes-since-4.12.0.xml
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/core/ConnectAgentRequest.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/core/ConnectAgentResults.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/i18n/AgentI18NResourceKeys.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerLocal.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentVersionCheckResults.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CoreServerServiceImpl.java
M modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/core/AgentSupportedVersionTest.java
Log Message:
-----------
Merge pull request #102 from rhq-project/bug/1124614
BZ 1124614 - auto-update agent if its version doesn't match the latest agent version
Commit: a6a94893c4136e02b082829e15b87de4f950c3ec
https://github.com/rhq-project/rhq/commit/a6a94893c4136e02b082829e15b87de4f…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java
Log Message:
-----------
[BZ 1079368] Fix potential NPE in nullable column
Commit: 62986312e18a2f02e7336fe33acdbd535b85016a
https://github.com/rhq-project/rhq/commit/62986312e18a2f02e7336fe33acdbd535…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/SchemeRegistryBuilder.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
A modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/util/SecurityUtil.java
Log Message:
-----------
Bug 1124845 - EAP6 with secured management - confusing error msg when incorrect Truststore Type is set
Now trying to load the truststore/keystore when validating the
connection settings and retun correct message in case of failure
Commit: 84005ee7085bd6e66d479704b29035ffbc440ee0
https://github.com/rhq-project/rhq/commit/84005ee7085bd6e66d479704b29035ffb…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/CoreGUI.html
A modules/enterprise/gui/coregui/src/main/webapp/css/patternfly-custom.css
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
Bug 1069662 - (JON3-16) Adapt JON UI title bar to common Red Hat L&F
keep navbar & main login page styles in separated file - it was not a good
idea to include those into skin_styles.css
Commit: 833e095ac2368a4619dc1e7a9eddfcb8ef0e0122
https://github.com/rhq-project/rhq/commit/833e095ac2368a4619dc1e7a9eddfcb8e…
Author: Heiko W. Rupp <hwr(a)pilhuhn.de>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M pom.xml
Log Message:
-----------
Add Mike as developer.
Commit: e60acc22d6e297bd280fe9d8a8f14f71acb604b6
https://github.com/rhq-project/rhq/commit/e60acc22d6e297bd280fe9d8a8f14f71a…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
A modules/enterprise/gui/coregui/src/main/webapp/css/jquery.jscrollpane.css
A modules/enterprise/gui/coregui/src/main/webapp/js/jquery.jscrollpane.min.js
A modules/enterprise/gui/coregui/src/main/webapp/js/jquery.mousewheel.js
M modules/enterprise/gui/coregui/src/main/webapp/mashup.html
Log Message:
-----------
Making the new mashup portlet's scrollbars look relativelly same as the rest of the UI (using the jscrollpane JQuery lib, because there is currently no way to change native scrollbars in FF so we need to use fake ones)
Commit: a83102d274ea859f54527a6587189350b05eeaaa
https://github.com/rhq-project/rhq/commit/a83102d274ea859f54527a6587189350b…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/mashup.html
Log Message:
-----------
Increasing the height of the scrollpane for the mashup portlet, because I forgot to do that in my previous commit e60acc22d
Commit: 8668677a01100d22e6799ce3f73f58b92a1b030c
https://github.com/rhq-project/rhq/commit/8668677a01100d22e6799ce3f73f58b92…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainer.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/StandaloneContainer.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/content/ContentContextImpl.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/event/EventContextImpl.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryContextImpl.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/operation/OperationContextImpl.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/bundle/BundleManagerTest.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/drift/DriftManagerTest.java
Log Message:
-----------
Bug 1096332 - All content-related workflows broken on Agent
All *ContextImpl classes now lazy load plugin container services
The content subsystem was the only one affected as:
* some of the other managers were created and initialized before the inventory manager
* some of the *ContextImpl classes were already lazy loading the container services
Commit: 82fba05c62d5a5036455fa936cfa045f60b4724c
https://github.com/rhq-project/rhq/commit/82fba05c62d5a5036455fa936cfa045f6…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M modules/plugins/database/src/test/java/org/rhq/plugins/database/ComponentTest.java
M modules/plugins/mysql/src/test/java/org/rhq/plugins/mysql/ComponentTest.java
M modules/plugins/oracle/src/test/java/org/rhq/plugins/oracle/ComponentTest.java
M modules/plugins/rhq-storage/src/test/java/org/rhq/plugins/storage/StorageNodeComponentITest.java
M modules/plugins/snmptrapd/src/test/java/org/rhq/plugins/snmptrapd/ComponentTest.java
Log Message:
-----------
Bug 1096332 - All content-related workflows broken on Agent
Additional commit, some itest classes were broken
Commit: 90794dc7a122a1f519bc7f96fa2078d697a160f5
https://github.com/rhq-project/rhq/commit/90794dc7a122a1f519bc7f96fa2078d69…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/JavaSystemInfo.java
Log Message:
-----------
Add some logging that would have been helpful investigating bug 1117449.
Commit: f5bf43c71e26bd98d88a55686bf32487580d806a
https://github.com/rhq-project/rhq/commit/f5bf43c71e26bd98d88a55686bf324875…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-01 (Fri, 01 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/SingleAlertDefinitionView.java
Log Message:
-----------
[1093265] Added some longer button disablement to avoid concurrent updates.
If this "cheap" fix isn't sufficient we'd have to look at something
server-side, and more substantial.
Commit: 6640eabc6735327f8261f0fed23afd942d0ce801
https://github.com/rhq-project/rhq/commit/6640eabc6735327f8261f0fed23afd942…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-04 (Mon, 04 Aug 2014)
Changed paths:
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/cloud/StorageClusterSettings.java
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/RHQConstants.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClusterSettingsManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
M modules/enterprise/server/plugins/alertdef-rhq/src/main/java/org/rhq/enterprise/server/plugins/alertdef/AlertDefinitionServerPluginComponent.java
Log Message:
-----------
Bug 1074632 - RFE: Manage storage node snapshots
2nd piece of impl above BZ. This patch adds server side capability to manage
snapshots for storage cluster. This basically means that we regularly run
takeSnaphost operation with several parameters - so user can decide whether
to keep all of them, keep last or move older ones to specified location.
6 new private/readonly system settings have been introduced - those settings
can be updated only via Storage admin pages.
User can enable/disable snapshots management of storage cluster and set cron
expression to run management task regulary (additional 4 settings are
basically parameters for takeSnapshot operation introduced within previous
commit for this BZ). When Cluster Setting is saved in UI we re-schedule
takeSnapshot operations on all StorageNode resources in inventory.
Snapshot related code was removed from
StorageNodeManagerBean#runClusterMaintenance()
Commit: 1275e5dc8627952247c7b986879b23f868ec258b
https://github.com/rhq-project/rhq/commit/1275e5dc8627952247c7b986879b23f86…
Author: John Sanda <jsanda(a)redhat.com>
Date: 2014-08-04 (Mon, 04 Aug 2014)
Changed paths:
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsServer.java
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/invalid/InvalidMetricsManager.java
Log Message:
-----------
[BZ 1126500] handle aggregate metrics with NaN as a value
Commit: 4f83feeac2d16d707822234f9cb38e5961c6e9a5
https://github.com/rhq-project/rhq/commit/4f83feeac2d16d707822234f9cb38e596…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-08-04 (Mon, 04 Aug 2014)
Changed paths:
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresDatabaseComponent.java
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java
Log Message:
-----------
[BZ 1117299] Add missing negation from connection pool selection
Commit: ca1a0fd855e2986cbb719d6bf501fd1dd2fa373f
https://github.com/rhq-project/rhq/commit/ca1a0fd855e2986cbb719d6bf501fd1dd…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/enhanced/EnhancedIButton.java
Log Message:
-----------
[BZ 1125972] - JON 3.3 Administration/Affinity Groups page is incorrect. Button is missing to create new affinity group - This issue was caused by spaces in id (BaseWidget.setID())
Commit: 1431face6b4dd140d1f7473db3dc5b9b1a42a865
https://github.com/rhq-project/rhq/commit/1431face6b4dd140d1f7473db3dc5b9b1…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/css/patternfly-custom.css
M modules/enterprise/gui/coregui/src/main/webapp/login
Log Message:
-----------
pf: fixing the relative paths to the images from patternfly-custom.css
Commit: d539c8bb0c859b57cf60ac7a640898701cee263e
https://github.com/rhq-project/rhq/commit/d539c8bb0c859b57cf60ac7a640898701…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupWithCountsDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AgentDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/FailoverListItemDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/PartitionEventDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/ServerDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/ServerWithAgentCountDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/gwt/TopologyGWTService.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/TopologyGWTServiceImpl.java
Log Message:
-----------
[BZ 959455] - Confusing number of total rows in Administration->Agents page - calling setPagingInfo(response, result); solves the issue. I fixed that also for StorageNodeDatasource, AffinityGroupWithCountsDatasource, FailoverListItemDatasource, PartitionEventDatasource, ServerDatasource and ServerWithAgentCountDatasource
Commit: 014beae524de1740481f566993e3f184005acce9
https://github.com/rhq-project/rhq/commit/014beae524de1740481f566993e3f1840…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/remove_Disabled.png
Log Message:
-----------
[BZ 1122512] - Missing remove_Disabled.png icon - adding the icon
Commit: 946b70169817d913a8b45c8f015935e99d914b38
https://github.com/rhq-project/rhq/commit/946b70169817d913a8b45c8f015935e99…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/ConfigurationEditor.java
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/restore.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
[BZ 122500] - Ok and Cancel buttons are scrolled out from visible area of modal dialog - increasing the size of popup to make the buttons visible; also improving the select items.
Commit: 33ce700d3c3d9c657e0d5b98511c178e797e48bb
https://github.com/rhq-project/rhq/commit/33ce700d3c3d9c657e0d5b98511c178e7…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/ApacheServerComponent.java
M modules/plugins/apache/src/main/java/org/rhq/plugins/apache/ApacheVirtualHostServiceDiscoveryComponent.java
Log Message:
-----------
[BZ 837449] Change behaviour of apache plugin to select ServerName + VirtualHost combination as first priority for resourceName and fall back to server address only if ServerName can not be found
Commit: 2a09fd40f5d0b25c5d1c3ba37c553095dc366e60
https://github.com/rhq-project/rhq/commit/2a09fd40f5d0b25c5d1c3ba37c553095d…
Author: burmanm <miburman(a)redhat.com>
Date: 2014-08-05 (Tue, 05 Aug 2014)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/NativeSystemInfo.java
Log Message:
-----------
[BZ 1117449] Add logging to NativeSystemInfo to detect why Java platform was selected
Commit: dad83f3ab84e87e67b4c58d2ce7477a2a782e485
https://github.com/rhq-project/rhq/commit/dad83f3ab84e87e67b4c58d2ce7477a2a…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/domain/AlertNotificationRest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/helper/ConfigurationHelper.java
M modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/configuration/ConfigurationHelperTest.java
M modules/integration-tests/rest-api/src/test/java/org/rhq/modules/integrationTests/restApi/d/AlertNotification.java
Log Message:
-----------
Bug 1041393 - alert notification of type Resource operations is not
correctly rendered by API
AlertNotificationRest extended with extraConfig field where we now output
notification extra config (in case of Resource Operations alert sender, it's
input parameters for operation)
With this commit we now also properly render alert notification config
(simple property types mapped correctly to JSON/XML, not "just" string
values)
This commit fixes ConfigurationHelper#configurationToMap which transforms
Configuration to generic Map, now it can work without Configuration
Definition
- as a fall-back it maps all simple properties to string values.
Commit: 177ee40d9251de5207d58bf417c51187bc7bd38c
https://github.com/rhq-project/rhq/commit/177ee40d9251de5207d58bf417c51187b…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/AboutModalWindow.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
Log Message:
-----------
[BZ 1083479] - Second invocation of about dialog fails - creating the dialog from scratch (instead of using the cached instance that was causing the issue). Also adding a link to GitHub commit corresponding to the build number (only for RHQ).
Commit: 9916185a5097df1b25f6b246f913ec8301574674
https://github.com/rhq-project/rhq/commit/9916185a5097df1b25f6b246f913ec830…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/rest/AlertDefinitionHandlerBean.java
M modules/integration-tests/rest-api/src/test/java/org/rhq/modules/integrationTests/restApi/AlertTest.java
Log Message:
-----------
Bug 1127264 - Creating alert notification of type Resource Operations
ignores extraConfig field
Commit: 7362e08cf6b53d2f59909af0013559e7a261157f
https://github.com/rhq-project/rhq/commit/7362e08cf6b53d2f59909af0013559e7a…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-06 (Wed, 06 Aug 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertManagerBean.java
Log Message:
-----------
[1126853] Alert does not trigger if defined with 'disable when fired'
This was undetected fallout from the work done in BZ 1110434. Although,
it's fallout that doesn't make a lot of sense. It's either a bug in
HornetQ/Arjuna/EAP interaction Tx management, or we violated some very
subtle J2EE/JTA rule. Basically this is what was happening:
1) alert condition consumer onMessage is invoked (with default CMT Tx semantics)
2) it invokes a series of nested SLSB calls with various Tx semantics, including
REQUIRED, REQUIRES_NEW and NOT_SUPPORTED.
3) The NOT_SUPPORTED method hangs on method return, as such some downstream
processing commits (due to REQUIRES_NEW semantics) but the upstream calls
don't complete. So even though the alerting all worked, it never got
to commit.
4) After 10 minutes the Tx reaper comes along and cancels the hanging Tx.
The fix/workaround is actually easy. Instead of calling the general purpose
disableAlertDefinitions() method (which supports mass-disable and therefore
uses the NOT_SUPPORTED semantics to help chunk transactioning) we switch to
the disableResourceAlertDefinitions() method (which uses REQUIRED) because
we know we are dealing with a single resource-level alert definition.
We make an analogous change for enable. We are basically avoiding the
issue.
Commit: 6deef79c078a03dde9917d63794a52d72693c868
https://github.com/rhq-project/rhq/commit/6deef79c078a03dde9917d63794a52d72…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-07 (Thu, 07 Aug 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/JDRComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/JdrReportRunner.java
Log Message:
-----------
Bug 1070323 - (JON3-41) JBoss ON must support JBoss Diagnostic Reporter
(JDR)
Increase JDR request timeout to 10minutes
Commit: 2d3a7af207833a95e619422e3b788cb30e7ffb69
https://github.com/rhq-project/rhq/commit/2d3a7af207833a95e619422e3b788cb30…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-07 (Thu, 07 Aug 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
Log Message:
-----------
Bug 1119240 - Adding http-interface in the host controller's host-slave.xml
is not recognised by JBoss ON Agent causing Host Controller's availability
to stay DOWN
throw InvalidPluginConfiguration exception when http mgmt interface port is
detected as 0 (not-detected). User is advised to set his host controller up
and then update connection settings.
Commit: d9d0bd3ddfb075a96ff76a641bce2d18afc8c2e3
https://github.com/rhq-project/rhq/commit/d9d0bd3ddfb075a96ff76a641bce2d18a…
Author: Libor Zoubek <lzoubek(a)jezzovo.net>
Date: 2014-08-07 (Thu, 07 Aug 2014)
Changed paths:
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/cloud/StorageClusterSettings.java
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/RHQConstants.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/cloud/StorageNodeManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/storage/StorageClusterSettingsManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
M modules/enterprise/server/plugins/alertdef-rhq/src/main/java/org/rhq/enterprise/server/plugins/alertdef/AlertDefinitionServerPluginComponent.java
Log Message:
-----------
Merge pull request #97 from lzoubek/bugs/1074632
Bug 1074632 - RFE: Manage storage node snapshots (part. 2)
Commit: 425e3b8e261d0a79986470ec34dd23f6d88c2faf
https://github.com/rhq-project/rhq/commit/425e3b8e261d0a79986470ec34dd23f6d…
Author: Larry O'Leary <loleary(a)redhat.com>
Date: 2014-08-07 (Thu, 07 Aug 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
Log Message:
-----------
BZ-1124767: Setting appropriate defaults for new properties trustStrategy and hostnameVerification introduced in BZ-1062552.
These defaults are used when the property is loaded from the resource's
plug-in configuration. This is necessary to handle situations in where a
resource was already in inventory when the new plug-in is installed.
Commit: 9c2868cc0d54b3394edaf1ccea6f60c2ec959d69
https://github.com/rhq-project/rhq/commit/9c2868cc0d54b3394edaf1ccea6f60c2e…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseServerComponent.java
Log Message:
-----------
Bug 1128141 - HostController gets DOWN when name attribute in host.xml is
empty
Fallback to detect host name using on $HOSTNAME and others in case we don't
find it in host.xml
Commit: bc99cefbd19a58b159d0c6ac3e3ca7358f1df749
https://github.com/rhq-project/rhq/commit/bc99cefbd19a58b159d0c6ac3e3ca7358…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/system/SystemManagerBeanTest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/event/EventManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/CallTimeDataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementBaselineManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementChartsManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementDataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementOOBManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementScheduleManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/plugin/ServerPluginManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/ResourceAvailabilityManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/group/ResourceGroupManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/PluginManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/system/SystemManagerLocal.java
Log Message:
-----------
Some unsolicited slsb code cleanup
- remove unnecessary/duplicate class level datasource annotations
- use DatabaseTypeFactory.getDefaultDatabseType() where appropriate
- add missing statement close in ResourceAvailabilityManagerBean
- use util safeClose methods as appropriate
Commit: 1106141fb59aefa027602c138f59b33f4347466a
https://github.com/rhq-project/rhq/commit/1106141fb59aefa027602c138f59b33f4…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Install.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Upgrade.java
Log Message:
-----------
[1127029] Agent [null] would like to connect to this server
The issue here is that 'rhqctl install' does not make provisions for an
existing agent on the machine. When installing an RHQ Server or Storage
Node it is then expected that RHQ components be managed by the rhqctl
facility. This is made possible when upgrading from pre-rhqctl versions
by the 'rhqctl upgrade' --from-server-dir and --from-agent-dir options,
which allow an upgrade to "pull in" the existing components on the machine.
The missing use case is this one, when not upgrading but rather installing.
So, this commit adds the --from-agent-dir option to 'rhqctl install'.
Allowing a formerly installed RHQ Agent to be updated (as needed) and
pulled under rhqctl, moving it to the expected location of sibling
directory to the rhq-server installation directory (and not installing
a new agent, which caused the reported issue)
- Also, fix an issue in 'rhqctl upgrade --from-agent-dir' where the new
agent was not actually moved to the proper sibling directory. I believe
this affected RHQ 4.12 (and possibly JON 3.2)
Commit: fdbe00f31d6f908246752e8a9854236f766e2425
https://github.com/rhq-project/rhq/commit/fdbe00f31d6f908246752e8a9854236f7…
Author: Alan Santos <alan(a)poke53281.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close_Over.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Disabled.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Over.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/load_skin.js
A rhq
Log Message:
-----------
Replacing Header Icons and fix spacing
(cherry picked from commit 1b695d390fa41ce3d4a2ad1506121468a70488e1)
Signed-off-by: Jirka Kremser <jkremser(a)redhat.com>
Commit: 98d63c2d7d8190ca4849f31c27bb98ec0ae0a4b7
https://github.com/rhq-project/rhq/commit/98d63c2d7d8190ca4849f31c27bb98ec0…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/edit.png
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/actions/edit_Disabled.png
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/close_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/help_Disabled.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/maximize_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/minimize_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/refresh_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/restore.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/restore_Disabled.gif
A modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/restore_Over.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/images/headerIcons/settings_Disabled.gif
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/load_skin.js
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
[BZ 1127654] - Patternfly theme: various minor UI issues - window header icons, better icon for pencil (edit), fixing mouse cursor for header icons
Commit: 02b2a0039474d0f56de2b356852490a6e9f13f01
https://github.com/rhq-project/rhq/commit/02b2a0039474d0f56de2b356852490a6e…
Author: spinder <simeonpinder(a)gmail.com>
Date: 2014-08-08 (Fri, 08 Aug 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/helper/ServerPluginConfiguration.java
Log Message:
-----------
Merge pull request #108 from loleary/loleary/bug/1124767/master
BZ-1127928: Setting appropriate defaults for new properties trustStrateg...
Commit: 8e98bb29867917778fbecb7168516196e4cf8e07
https://github.com/rhq-project/rhq/commit/8e98bb29867917778fbecb7168516196e…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-10 (Sun, 10 Aug 2014)
Changed paths:
R rhq
Log Message:
-----------
removing the unused '/rhq' directory that came up from Alan's commit eeaad79aca7f7dc07b96993e9ed2362d26fdd8c0
Commit: 3b6bfe75e70ea957894cfdbc08ccd45db7866fef
https://github.com/rhq-project/rhq/commit/3b6bfe75e70ea957894cfdbc08ccd45db…
Author: Simeon Pinder <spinder(a)redhat.com>
Date: 2014-08-10 (Sun, 10 Aug 2014)
Changed paths:
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/core/ConnectAgentRequest.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/core/ConnectAgentResults.java
M modules/core/domain/src/main/java/org/rhq/core/domain/common/ProductInfo.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/i18n/AgentI18NResourceKeys.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentVersionCheckResults.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CoreServer.java
Log Message:
-----------
[BZ 1124614] a few extra changes still needed.
- reset serialization id so we don't break serialization with existing agents.
- update agent Version -> agent Build usages.
- update i18n doc and key as well for Buld vs. Version
- fix small npe issue during failure conditions.
Commit: 820a4be337173e871787d8cdd0424ab84101a949
https://github.com/rhq-project/rhq/commit/820a4be337173e871787d8cdd0424ab84…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-08-10 (Sun, 10 Aug 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/common/ProductInfo.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/Version.java
M modules/enterprise/remoting/cli/src/main/java/org/rhq/enterprise/client/Version.java
M modules/enterprise/remoting/cli/src/main/java/org/rhq/enterprise/client/commands/LoginCommand.java
M modules/enterprise/remoting/client-api/src/main/java/org/rhq/enterprise/clientapi/RemoteClient.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/CoreServer.java
Log Message:
-----------
[BZ 1084890] modify CLI and Agent text to reflect update information if available.
Commit: 7d2d4c73f6343b1bd7954b13e975dd41e5190e7b
https://github.com/rhq-project/rhq/commit/7d2d4c73f6343b1bd7954b13e975dd41e…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-11 (Mon, 11 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/webapp/mashup.html
Log Message:
-----------
Removing the dotted outline from the content of mashup portlet.
Commit: 33a783a0c715beac295419dfea97b7e6ec4e4dfd
https://github.com/rhq-project/rhq/commit/33a783a0c715beac295419dfea97b7e6e…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-08-11 (Mon, 11 Aug 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/ControlCommand.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Remove.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Stop.java
Log Message:
-----------
[BZ 1112240] Remove pidfile detection from rhqctl and use rhq-agent-wrapper.sh / rhq-server.sh to do the logic of shutting down if necessary
Commit: 20eba2225c7b5e51cd495142208a305c48a482ec
https://github.com/rhq-project/rhq/commit/20eba2225c7b5e51cd495142208a305c4…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-11 (Mon, 11 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/table/Table.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/enhanced/EnhancedIButton.java
Log Message:
-----------
[BZ 1125972] - JON 3.3 Administration/Affinity Groups page is incorrect. Button is missing to create new affinity group - Using utility method for replacing spaces and other forbidden characters in smart gwt id field for UI components.
Commit: 67c7f3f024e99b90b8412d0da8c4d0cc4971c492
https://github.com/rhq-project/rhq/commit/67c7f3f024e99b90b8412d0da8c4d0cc4…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-11 (Mon, 11 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/graph/ButtonBarDateTimeRangeEditor.java
Log Message:
-----------
[BZ 1128276] - Custom time range, if set with invalid wrong range, cannot set back - Adding a client side validation in web UI
Commit: 4dd517a72c7ab2f77c450ac42832a4044960567f
https://github.com/rhq-project/rhq/commit/4dd517a72c7ab2f77c450ac42832a4044…
Author: Elias Ross <elias_ross(a)apple.com>
Date: 2014-08-11 (Mon, 11 Aug 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbsetup/alert-schema.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
Log Message:
-----------
BZ1073093 Alert template query does not scale well
With a high number of alert definitions, the count query does not scale well.
Adding index for resource_type_id
Commit: 264724056b03cd7f44b39d916ebaa11d92cf3dfd
https://github.com/rhq-project/rhq/commit/264724056b03cd7f44b39d916ebaa11d9…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/UpdateFile.java
Log Message:
-----------
Fix output when updating storage schema
Commit: 37e9ee8b68c5af55ff3459a4b5c1bc70bbae0792
https://github.com/rhq-project/rhq/commit/37e9ee8b68c5af55ff3459a4b5c1bc70b…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M modules/core/dbutils/pom.xml
Log Message:
-----------
bump schema version
Commit: 1c43d4db43f575c22ecf37d3bdb67e4ae449b613
https://github.com/rhq-project/rhq/commit/1c43d4db43f575c22ecf37d3bdb67e4ae…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
Log Message:
-----------
Bug 1074633 - RFE: Manage storage node snapshots
Improve UX - disable several fields in Cluster Settings based on other
field's selection when not relevant.
Commit: 104ff1c861a245ba74b9c7090b9d9909773e3323
https://github.com/rhq-project/rhq/commit/104ff1c861a245ba74b9c7090b9d99097…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertPortletConfigurationDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/AbstractAlertDefinitionsDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deployment/BundleDeploymentDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deployment/resource/BundleResourceDeploymentDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/destination/BundleDestinationDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/group/BundleGroupsDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundleVersionDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundlesDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundlesWithLatestVersionDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/tree/BundleTreeDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftDefinitionDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftDefinitionTemplateDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/drift/DriftSnapshotDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/history/AbstractOperationHistoryDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/detail/operation/schedule/AbstractOperationScheduleDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/common/event/EventCompositeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/ResourceGroupCompositeDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/ResourceGroupsDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/definitions/GroupDefinitionDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/configuration/GroupResourceConfigurationDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/ResourceErrorsDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/configuration/ResourceConfigurationHistoryDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/inventory/PluginConfigurationHistoryDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/monitoring/ResourceScheduledMetricDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/operation/OperationHistoryDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/operation/ScheduledOperationsDataSource.java
Log Message:
-----------
[BZ 1129051] - Long alert definition templates list is displayed partially - calling setPagingInfo(response, result); solves the issue. I've fixed that for various data sources.
Commit: 0e276ede93e672ff1efc243ea1f0bd8d0feb83ba
https://github.com/rhq-project/rhq/commit/0e276ede93e672ff1efc243ea1f0bd8d0…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M modules/plugins/mysql/pom.xml
Log Message:
-----------
[BZ 1129091] Upgrade the bundled MySQL JDBC driver to a newer version.
Commit: 47e2f193906fbcc8b49f8040c9eef0bb48a5de63
https://github.com/rhq-project/rhq/commit/47e2f193906fbcc8b49f8040c9eef0bb4…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresDatabaseComponent.java
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java
Log Message:
-----------
[BZ 1117829] Add quotes around necessary tableNames and columnNames to force case-sensitivity on PostgreSQL
Commit: 7eec179000bb53950f4d6c4eebeef0b33821e79b
https://github.com/rhq-project/rhq/commit/7eec179000bb53950f4d6c4eebeef0b33…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-08-12 (Tue, 12 Aug 2014)
Changed paths:
M modules/plugins/postgres/src/main/java/org/rhq/plugins/postgres/PostgresTableComponent.java
Log Message:
-----------
[BZ 1117830] Parse nullable from NULLABLE instead of IS_NULLABLE
Commit: 2fdde925af5f1662d6b3e19b06f84491ad577f73
https://github.com/rhq-project/rhq/commit/2fdde925af5f1662d6b3e19b06f84491a…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-13 (Wed, 13 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/create/BundleCreateWizard.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/upload/TextFileRetrieverForm.java
M modules/enterprise/gui/coregui/src/main/webapp/org.rhq.coregui.CoreGUI/sc/skins/CoreGUI/skin_styles.css
Log Message:
-----------
[BZ 1126923] - upload bundle recipe button does not work for first time - doing the same changes as introduced in commit 132e2f1f0fa5d31 for component TextFileRetrieverForm.
Commit: fab47885b36b18609583dbc50d6f572fea2230ec
https://github.com/rhq-project/rhq/commit/fab47885b36b18609583dbc50d6f572fe…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-13 (Wed, 13 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
Log Message:
-----------
[BZ 1031980] - typo in server settings "GUI Session Timeout" description - typo fixed
Commit: c7d22c367a373dfd51485b13c814565bb0818287
https://github.com/rhq-project/rhq/commit/c7d22c367a373dfd51485b13c814565bb…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-08-14 (Thu, 14 Aug 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
Log Message:
-----------
[BZ 1095970] Reapplying patch to fix incorrect sequence name
Commit: fb0212fa971abb4e5c70593e77b8f4ee52f8332e
https://github.com/rhq-project/rhq/commit/fb0212fa971abb4e5c70593e77b8f4ee5…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)
Changed paths:
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/metadata/PluginMetadataParser.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/descriptor/AgentPluginDescriptorUtil.java
M modules/core/client-api/src/main/resources/rhq-plugin.xsd
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbsetup/content-schema.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/BundleType.java
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/ResourceTypeBundleConfiguration.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceGroupCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceTypeCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/ResourceType.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/BundleDeployWizard.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/GetDestinationStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/selection/SingleCompatibleResourceGroupSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundleView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/list/BundlesListView.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/bundle/BundleManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ContentMetadataManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ResourceMetadataManagerBean.java
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
[BZ 1069547] Limit the choice of resource groups and destinations
based on the bundle type.
Commit: 768ce1a4e98bfd3cca7cfeb191b9b3848c92ae70
https://github.com/rhq-project/rhq/commit/768ce1a4e98bfd3cca7cfeb191b9b3848…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-08-15 (Fri, 15 Aug 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
Log Message:
-----------
Add missing closetag
Commit: a06323a067fa942bb5100be2845c47f514626c79
https://github.com/rhq-project/rhq/commit/a06323a067fa942bb5100be2845c47f51…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-16 (Sat, 16 Aug 2014)
Changed paths:
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbsetup/measurement-schema.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/enterprise/gui/portal-war/src/main/webapp/admin/test/control.jsp
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/measurement/test/MeasurementBaselineManagerTest.java
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/scheduler/jobs/DataPurgeJobTest.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/StartupBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementBaselineManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/measurement/MeasurementBaselineManagerLocal.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/EnhancedScheduler.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/EnhancedSchedulerImpl.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/SchedulerBean.java
A modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/jobs/DataCalcJob.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/scheduler/jobs/DataPurgeJob.java
M modules/enterprise/server/jar/src/main/resources/quartz.properties
M modules/enterprise/server/server-metrics/src/main/java/org/rhq/server/metrics/MetricsBaselineCalculator.java
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsBaselineCalculatorTest.java
Log Message:
-----------
[1125439] Duplicate baselines metric entries
Due to some git trouble this is something of a manually generated squash
commit. The changes are somewhat two-fold. First, there are changes
relevant to the initially reported symptom, which was the existence of
duplicate baselines for a single schedule. The code looked like it was
capable of generating a storing a duplicate, due to the use of Lists (not
Sets) in the APIs, and also the lack of a unique index even though there is
a 1:1 relationship between baseline and schedule. The first set of commits
addressed these issues and also adding chunking to avoid large Txs and also
oracle IN-clause limits.
- Make the db index on baseline's scheduleId unique. There should only be
one baseline for a schedule. This will prevent the problem in the BZ, possibly
at the expense of failure when trying to store a duplicate, but that would
perhaps help us pinpoint a problematic code-path.
- Use Sets (or a Map) as opposed to Lists in several places in the local API.
- Simplify and I think make more efficient the query for selecting schedules
without a current baseline. Make it return distinct ids (this is a hedge,
I don't think it would return duplicates, but this ensures that constraint).
Replace a left join with a NOT EXISTS sub select.
- Chunk the storage of baselines to prevent large Txs, don't pass entities
across Tx boundary, fetch all Schedules in one query, and (maybe) simplify the
entity manager interaction.
- Simplify some of the TransactionAttribute decls
- Mark MeasurementSchedule.baseline as an optional 1-1 relationship, just to make
it explicit on the entity.
- Fix some local SLSB jdoc
Later, the actual root cause was discovered: the baseline job executing
concurrently and the same schedule occurring in the overlapping jobs. This
scenario was originally thought to be impossible due to the stateful
nature of the quartz job. But in fact it is possible in certain conditions
due to quartz clustered recovery logic(see BZ comments). These changes
minimize the concurrent job possibility:
- increase the quartz clusterCheckinInterval from 30s to 2m. This
decreases the chance of false positives when quartz checks for down
schedulers and should have little or no effect on the recovery of our jobs.
- move the data calculation work from DataPurgeJob to the new DataCalcJob,
leaving DataPurgeJob to deal only with RDB maintenance and letting
the new DataCalcJob only work on baseline and OOB generation. There is
no reason for DataCalc work to have to wait for DB maintenance work.
Also, stagger the jobs by 1/2 hour to lessen concurrent work.
- for the cron jobs, switch the misfire policy from the default (RUN_ONCE)
to DO_NOTHING. So, instead of long running jobs again starting up
immediately after finishing, let it wait for the next scheduled start
time. This also reduces the chances of overlap if we do in fact get a
false positive recovery situation. (as an aside, there is a good web page
here regarding clustered quartz logic: http://flylib.com/books/en/2.65.1.91/1/)
Given the work described above it's now very unlikely but not completely
guaranteed that we won't have overlapping baseline calculation jobs.
Because we now have a unique index on baseline.schedule we will immediately
detect an attempt to store a duplicate baseline for a schedule. In the
unlikely event that this happens we know it's [very likely] due to an
overlapping job. So if we fail to save baselines because of a constraint
violation we just catch, log a warning and continue.
Commit: c79d87fc02caabad3e7ad306f831d895644d2652
https://github.com/rhq-project/rhq/commit/c79d87fc02caabad3e7ad306f831d8956…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-18 (Mon, 18 Aug 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationCheckExecutor.java
Log Message:
-----------
Bug 1129304 - Newly imported resources are not included in dynagroups which
use resourceConfiguration in expression for several hours
Fixed ConfigurationCheckExecutor which was due to typo (incorrectly nested
code inside if/else) not able to load configuration for all resources.
Commit: 8b3c5958208ab48b9a7c63e90824aa43a8b76958
https://github.com/rhq-project/rhq/commit/8b3c5958208ab48b9a7c63e90824aa43a…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-18 (Mon, 18 Aug 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/ControlCommand.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Console.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Start.java
Log Message:
-----------
Bug 1113593 - Blank space around value of rhq.server.email.smtp-host
property in rhq-server.properties is not removed and causes
java.net.UnknownHostException when starting RHQ server
Added a check to rhqctl start & install commands that prints warnings in
case it finds lines with trailing spaces in rhq-server.properties file
Commit: a1ff4543f158c8ab5c221a89ae2a7fd8f2ccc64b
https://github.com/rhq-project/rhq/commit/a1ff4543f158c8ab5c221a89ae2a7fd8f…
Author: Stefan Negrea <snegrea(a)redhat.com>
Date: 2014-08-18 (Mon, 18 Aug 2014)
Changed paths:
M modules/plugins/mysql/pom.xml
Log Message:
-----------
Downgrade mysql driver to 5.1.31 to temporarly solve maven mirroring issues.
Commit: e93179ac39d5ea236435732498c9e27bad09a81f
https://github.com/rhq-project/rhq/commit/e93179ac39d5ea236435732498c9e27ba…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/enterprise/gui/rh-access-war/src/main/webapp/css/custom_support.css
M modules/enterprise/gui/rh-access-war/src/main/webapp/support.html
Log Message:
-----------
Set top margin to rha content
Commit: fbe7202e06ccf4becd31b77376755a47c1d8e53b
https://github.com/rhq-project/rhq/commit/fbe7202e06ccf4becd31b77376755a47c…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/util/message/MessageBar.java
Log Message:
-----------
Bug 1131341 - Hard to select RH Access -> Search menu item since
notification has been shown
Commit: a3d337d52b7a9b573aa1b547bbf0e0c01599d828
https://github.com/rhq-project/rhq/commit/a3d337d52b7a9b573aa1b547bbf0e0c01…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/resources/META-INF/rhq-plugin.xml
Log Message:
-----------
JON3-7 doc: do not confuse EAP server group and bundle destination resource group
Commit: 65685b483e32aa72c1bdb57502d0ee340185168a
https://github.com/rhq-project/rhq/commit/65685b483e32aa72c1bdb57502d0ee340…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/resource/metadata/ContentMetadataManagerBean.java
Log Message:
-----------
[BZ 1069547] Fixing the broken change detection when updating bundle types.
Commit: f03575f1888abfee0552c24f1d6179c91331f19f
https://github.com/rhq-project/rhq/commit/f03575f1888abfee0552c24f1d6179c91…
Author: Michael Burman <miburman(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/AbstractInstall.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Install.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Upgrade.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/util/ExecutorAssist.java
Log Message:
-----------
[BZ 1128003] Abort installation if there is an error during the rhq.ear installation
Commit: 3ba9855c298f6155cf77017e4e9eae0d664de590
https://github.com/rhq-project/rhq/commit/3ba9855c298f6155cf77017e4e9eae0d6…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/enterprise/server/appserver/src/main/bin-resources/bin/rhqctl
Log Message:
-----------
[1061311] rhqctl contains user modifiable values that result in an unsupported rhqctl script
Apply a missing fix to to rhqctl that was already in the .bat.
Commit: 24baf850306bcf58ecf35b1d327ae33ceca3c999
https://github.com/rhq-project/rhq/commit/24baf850306bcf58ecf35b1d327ae33ce…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainer.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/StandaloneContainer.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/content/ContentContextImpl.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/event/EventContextImpl.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryContextImpl.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/operation/OperationContextImpl.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/bundle/BundleManagerTest.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/drift/DriftManagerTest.java
M modules/plugins/database/src/test/java/org/rhq/plugins/database/ComponentTest.java
M modules/plugins/mysql/src/test/java/org/rhq/plugins/mysql/ComponentTest.java
M modules/plugins/oracle/src/test/java/org/rhq/plugins/oracle/ComponentTest.java
M modules/plugins/rhq-storage/src/test/java/org/rhq/plugins/storage/StorageNodeComponentITest.java
M modules/plugins/snmptrapd/src/test/java/org/rhq/plugins/snmptrapd/ComponentTest.java
Log Message:
-----------
This reverts commit 8668677a01100d22e6799ce3f73f58b92a1b030c and 82fba05c62d5a5036455fa936cfa045f60b4724c
Re-introducing lazy loading is a bad idea.
Commit: 2f359251836f5ce82b0fcd28903e423082326051
https://github.com/rhq-project/rhq/commit/2f359251836f5ce82b0fcd28903e42308…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainer.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryContextImpl.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/bundle/BundleManagerTest.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/drift/DriftManagerTest.java
M modules/plugins/database/src/test/java/org/rhq/plugins/database/ComponentTest.java
M modules/plugins/mysql/src/test/java/org/rhq/plugins/mysql/ComponentTest.java
M modules/plugins/oracle/src/test/java/org/rhq/plugins/oracle/ComponentTest.java
M modules/plugins/snmptrapd/src/test/java/org/rhq/plugins/snmptrapd/ComponentTest.java
Log Message:
-----------
Bug 1096332 - All content-related workflows broken on Agent
All *ContextImpl classes now user eagerly loaded plugin container services
The content subsystem was the only one affected as:
* some of the other managers were created and initialized before the inventory manager
* some of the *ContextImpl classes were still lazy loading container services
Commit: ab6e5c067e4a81c3caa55b5d9f374bbdd2ed3093
https://github.com/rhq-project/rhq/commit/ab6e5c067e4a81c3caa55b5d9f374bbdd…
Author: jshaughn <jshaughn(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/core/domain/intentional-api-changes-since-4.11.0.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertCondition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionAvailabilityCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionBaselineCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionChangesCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionControlCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionDriftCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionEventCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionRangeCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionResourceConfigurationCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionScheduleCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionTraitCategoryComposite.java
M modules/core/domain/src/test/java/org/rhq/core/domain/test/QueriesTest.java
Log Message:
-----------
Merge pull request #65 from genman/BZ1032192
BZ1032192 - AlertCondition composite queries, query each column
Commit: 880124918391f97ac7f2c2362310de79f36a5365
https://github.com/rhq-project/rhq/commit/880124918391f97ac7f2c2362310de79f…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/scripts/dbsetup/alert-schema.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/intentional-api-changes-since-4.12.0.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertCondition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertConditionLog.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertFormatUtility.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ConditionEditor.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/engine/internal/AgentConditionCache.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/engine/model/EventCacheElement.java
Log Message:
-----------
[BZ 1070257 + BZ 911432] - Increasing the size of db column RHQ_ALERT_CONDITION_LOG and adding an explicit way to match alert condition on event source
messages from squashed commits:
* [BZ 1070257 + BZ 911432] - UI for alert definitions of type Event Detection and the ability to match on a source location regular expression.
* [BZ 1070257 + BZ 911432] - i18n
* [BZ 1070257 + BZ 911432] - There was a change in public constant in core/domain -> adding it as intentional api change
* [BZ 1070257 + BZ 911432] - rhq_alert_condition_log.value: VARCHAR2(512) -> VARCHAR2(4000); fixing the situation when one or both regular expressions are empty (getValueAsString() returns 'null' as a string if the form field is blank - http://forums.smartclient.com/showthread.php?t=21516)
Commit: eb5114f2dcc2ce690c925daef2ceab0e21bb7a45
https://github.com/rhq-project/rhq/commit/eb5114f2dcc2ce690c925daef2ceab0e2…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertConditionLog.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertConditionLogManagerBean.java
Log Message:
-----------
[BZ 1070257 + BZ 911432] - ensuring the value passed to AlertConditionLog.setValue satisfies the db constraint (for Postgres it is AlertConditionLog.MAX_LOG_LENGTH chars and for Oracle AlertConditionLog.MAX_LOG_LENGTH bytes).
Commit: c0e7effaca68ffb8afc8690d340f3738ce6b5f8e
https://github.com/rhq-project/rhq/commit/c0e7effaca68ffb8afc8690d340f3738c…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-19 (Tue, 19 Aug 2014)
Changed paths:
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/alert/AlertConditionLogManagerBean.java
Log Message:
-----------
[1070257] (JON3-36) Extend length of Details field of alert notifications
One additional commit to the PR. Just use DatabaseTypeFactory.getDefaultDatabaseType()
instead of figuring it out manually.
Commit: 4ce7526c8167b66055115ab3cf1b7d0d16c0dd67
https://github.com/rhq-project/rhq/commit/4ce7526c8167b66055115ab3cf1b7d0d1…
Author: Lukas Krejci <lkrejci(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/enterprise/server/itests-2/src/test/java/org/rhq/enterprise/server/tagging/TagManagerBeanTest.java
Log Message:
-----------
[BZ 1069547] Fix tag manager bean itests. BundleManager is now more strict
about destination specifications.
Commit: e6cb202240492135aa1783aa8c88f4b0537c3212
https://github.com/rhq-project/rhq/commit/e6cb202240492135aa1783aa8c88f4b05…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
Log Message:
-----------
Fix db-upgrade.xml due to bad merge.
Commit: e13a8c3cc081f130814c629f3513f69d3d82b887
https://github.com/rhq-project/rhq/commit/e13a8c3cc081f130814c629f3513f69d3…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/enterprise/server/server-metrics/src/test/java/org/rhq/server/metrics/MetricsBaselineCalculatorTest.java
Log Message:
-----------
Fix test failure due to API change.
Commit: bed4b9a72f3f6ec19939e82a9fd27e392dc85a9c
https://github.com/rhq-project/rhq/commit/bed4b9a72f3f6ec19939e82a9fd27e392…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/plugins/jboss-as-5/src/main/java/org/rhq/plugins/jbossas5/ApplicationServerDiscoveryComponent.java
Log Message:
-----------
[790101] - as5 plugin: warnings should not be logged for AS/EAP versions that do not require the corresponding jar
I changed the offensive WARN-level message to DEBUG level. It's not really
possible to distinguish between non-existent and non-readable, or to know
which versions require which JAR. If there is a failure then we can turn
on debug to see the message.
Commit: b5e8b3b09d5f05506ecd723feeeb1be5be1af6e5
https://github.com/rhq-project/rhq/commit/b5e8b3b09d5f05506ecd723feeeb1be5b…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/BaseComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/HibernatePersistenceUnitComponent.java
M modules/plugins/jboss-as-7/src/main/java/org/rhq/modules/plugins/jbossas7/json/ReadResource.java
Log Message:
-----------
Bug 1128614 - RHQ 4.12 high CPU usage in hibernate thread (java.util.regex.Pattern$Start.match)
EAP up to 6.3 included has an issue with the JIPI implementation which cause high CPU usage when reading the Hibernate Persistence Unit with :read-resource.
High CPU usage was detected when checking for availability and loading configuration. So the fix consists in:
* BaseComponent#getAvailability change
Read only minimum information as we just want to make sure we can read the resource. There's no need to read the children names, evaluate defaults, and retrieve runtime attributes.
* HibernatePersistenceUnitComponent#loadConfiguration addition
Reading the "enabled" attribute is the only thing needed.
These changes not only fix the issue but generally improve performance in the AS7 plugin (less data sent over the AS7 management connection).
Commit: 25f2862748ad3ecd3fc022e7b3f730b6a2e6030b
https://github.com/rhq-project/rhq/commit/25f2862748ad3ecd3fc022e7b3f730b6a…
Author: Simeon Pinder <spinder(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/core/domain/intentional-api-changes-since-4.12.0.xml
Log Message:
-----------
[BZ 1124614] Api justification for ProductInfo changes.
Commit: 0283ae950adb75367834266378b18006ce47bb51
https://github.com/rhq-project/rhq/commit/0283ae950adb75367834266378b18006c…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/resource/MetricsChartWindow.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/server/gwt/MeasurementDataGWTServiceImpl.java
Log Message:
-----------
[1075211] Cannot set custom value for Baseline - High property
This really only is a problem when there is not yet a baseline. Which is
rare and typically just between import and the next run of the DataCalcJob.
It's not really easy to generate a manually set baseline from scratch, so
I'm just taking the approach of better messaging and error handling:
- Fix error handling such that the root cause of the issue is displayed
when the save fails.
- provide better error handling and provide more specific messaging
- remove the confusing refresh icon (which was sort of acting like a save
option. So, just hitting return is the way to save.
- Hide the edit box when saving.
- protect against GeneralUnhandledException when saving without setting a
value.
Commit: 00e2735a442797d963fd28f2c38220e12225326d
https://github.com/rhq-project/rhq/commit/00e2735a442797d963fd28f2c38220e12…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/core/domain/intentional-api-changes-since-4.11.0.xml
M modules/core/domain/intentional-api-changes-since-4.12.0.xml
Log Message:
-----------
The PR for BZ1032192 was created with intentional changes against 4.11 but
was merged after the 4.12 release. Migrate the intential change decls to
the newer version file.
Commit: 10d869d218f915fd94230a0d8a0e5f85f70312cf
https://github.com/rhq-project/rhq/commit/10d869d218f915fd94230a0d8a0e5f85f…
Author: Simeon Pinder <spinder(a)fulliautomatix.conchfritter.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentManagerBean.java
M modules/enterprise/server/jar/src/main/java/org/rhq/enterprise/server/core/AgentVersionCheckResults.java
A modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/core/AgentSupportedBuildTest.java
R modules/enterprise/server/jar/src/test/java/org/rhq/enterprise/server/core/AgentSupportedVersionTest.java
Log Message:
-----------
[BZ 1124614] a few more fixes to merge this change in:
- fix erroneous comments no longer needed.
- update unit test for AgentSupported[Build|Version]Test checking.
Commit: d87c491bd61e442f65afc070afa465f902758899
https://github.com/rhq-project/rhq/commit/d87c491bd61e442f65afc070afa465f90…
Author: Libor Zoubek <lzoubek(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/menu/MenuBarView.java
Log Message:
-----------
Bug 1132167 - Tag menu item is visble in JON
Commit: 457b04a0083522ce5afebf037aa6af018573b582
https://github.com/rhq-project/rhq/commit/457b04a0083522ce5afebf037aa6af018…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-20 (Wed, 20 Aug 2014)
Changed paths:
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Upgrade.java
Log Message:
-----------
[1130085] rhq-server-env.sh.default is overwritten when first upgrade attempt fails
Add FileReverters for the -env files. So, on cancel the unmodified version of
the file should be restored.
Commit: aefe29a44961fc723d5241d6b67bea2f2f3ccaf7
https://github.com/rhq-project/rhq/commit/aefe29a44961fc723d5241d6b67bea2f2…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/core/plugin-container/pom.xml
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainer.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/content/ContentManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/event/EventManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/measurement/MeasurementManager.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/bundle/BundleManagerTest.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/drift/DriftManagerTest.java
Log Message:
-----------
Bug 1096332 - All content-related workflows broken on Agent
Create and initialize managers in order
Passes rhq-core-plugin-container tests rhq-core-plugin-container-itest tests.
Passes manual testing of an AS7 resource:
* events
* content
* measurement
* operation
(before and after restart of the plugin container)
Commit: 73021305ae74e4401a8e210480de5e5008fd9590
https://github.com/rhq-project/rhq/commit/73021305ae74e4401a8e210480de5e500…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/AbstractJMXPluginTest.java
A modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/BaseApplicationServerTest.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/JBossAS7JMXServerComponentTest.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/JMXPluginTest.java
M modules/plugins/jmx/src/test/java/org/rhq/plugins/jmx/test/Wildfly8JMXServerComponentTest.java
Log Message:
-----------
JMX Plugin tests enhancements
Abstracted common logic of AS7 and Wildfly8 tests
Added JMX service resource measurement and operation tests for AS7 and Wildfly8
Made measurement and operation tests in JMXPluginTest run on all test JVM Server resources
Commit: 34a688617a87efffd4f5c7cca550f85ec39f979f
https://github.com/rhq-project/rhq/commit/34a688617a87efffd4f5c7cca550f85ec…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/configuration/ConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/inventory/GroupPluginConfigurationEditView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/detail/inventory/PluginConfigurationEditView.java
Log Message:
-----------
[BZ 1132399] - Plugin config for group has the save button on the top - placing both buttons on the bottom of the page and making them blue
Commit: 7c78a3b78dadcb401ea279f6f1aa47310996855c
https://github.com/rhq-project/rhq/commit/7c78a3b78dadcb401ea279f6f1aa47310…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/selector/AbstractSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/inventory/groups/graph/ResourceGroupD3GraphPortlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/selection/ResourceGroupSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/selection/SingleResourceGroupSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/selection/SingleResourceSelector.java
Log Message:
-----------
[BZ 1031730] - Dashboard graph group does not retain group configuration - SingleResourceGroupSelector component now pre-selects the group stored in user prefs
Commit: c025874d42e1687660b6357c0196d1930064e57f
https://github.com/rhq-project/rhq/commit/c025874d42e1687660b6357c0196d1930…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupAgentsSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupServersSelector.java
Log Message:
-----------
[BZ 1127654] - Patternfly theme: various minor UI issues - The height of popups for assigning a server or agent into affinity group was enormous.
Commit: 642a4af28be1035795adb60044d853d6ec166ff3
https://github.com/rhq-project/rhq/commit/642a4af28be1035795adb60044d853d6e…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-21 (Thu, 21 Aug 2014)
Changed paths:
M modules/common/cassandra-util/src/main/java/org/rhq/cassandra/util/ConfigEditor.java
M modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Install.java
Log Message:
-----------
rhqctl install was failing with issues like:
"Could not complete storage cluster schema installation: Authentication error on host"
The issue was intermittent. The problem seems to be that the latest
version of Cassandra is taking longer than earlier versions to
initialize its default files (and the default cassandra user).
This happens at first startup. We start cassandra just prior
to installing the server, because the server install applies the
schema updates. But it seems cassandra was not quite ready at
times. This change simply introduces a short delay to allow
cassandra time to finish its first-startup-initialization.
Additionally, an unrelated fix to ensure the yaml file is
properly closed on config updates.
Commit: a9c1625d8c9c1fee15c0bf5047cdafc27abe840b
https://github.com/rhq-project/rhq/commit/a9c1625d8c9c1fee15c0bf5047cdafc27…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/groups/detail/monitoring/metric/MetricsGroupViewDataSource.java
Log Message:
-----------
[BZ 1132400] - metrics load icon visible forever for storage nodes auto-group - processResponse() even if there are no metrics to remove the spinner icon
Commit: 1d0cff83d968509ee98f2b4934c1226c8bb332ce
https://github.com/rhq-project/rhq/commit/1d0cff83d968509ee98f2b4934c1226c8…
Author: Thomas Segismont <tsegismo(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/core/native-system/src/main/java/org/rhq/core/system/SystemInfoFactory.java
Log Message:
-----------
Bug 1126047 - Agent awaits shutdown of ProcessExecutor idle worker thread; should terminate immediately
There's no need to block the JVM while waiting for a process completion or pumping process streams
Commit: 139f3785dd19c3e2070795af6b21fc289de97edc
https://github.com/rhq-project/rhq/commit/139f3785dd19c3e2070795af6b21fc289…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/selector/AbstractSelector.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
Log Message:
-----------
[BZ 1031730] - Dashboard graph group does not retain group configuration - removing one unnecessary call of doPostPopulateAvailableGrid(), adding i18n for a message from AbstractSelector, reducing visibility from public to protected
Commit: 22e6333d303e8a83871c02949e45e3a7f39cde29
https://github.com/rhq-project/rhq/commit/22e6333d303e8a83871c02949e45e3a7f…
Author: John Mazzitelli <mazz(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M .classpath
M .gitignore
M code-coverage/pom.xml
M etc/m2/smartgwt-war-archetype/src/main/resources/archetype-resources/src/main/java/Application.gwt.xml
M etc/rhq-ircBot/src/main/java/org/rhq/etc/ircbot/RhqIrcBotListener.java
M etc/samples/mbeans-on-as7-plugin/pom.xml
A etc/ui/imageLightener.sh
A etc/ui/listOfBlack.txt
M modules/cli-tests/pom.xml
M modules/common/ant-bundle/pom.xml
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/AntLauncher.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/AntMain.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/BundleAntProject.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/HandoverTarget.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/BundleTask.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/task/PropertyTask.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractBundleType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/AbstractUrlFileType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/ArchiveType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/DeploymentUnitType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/FileType.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/Handover.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/HandoverHolder.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/HandoverInfo.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/HandoverParam.java
A modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/HasHandover.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/IgnoreType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/ReplaceType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/UrlArchiveType.java
M modules/common/ant-bundle/src/main/java/org/rhq/bundle/ant/type/UrlFileType.java
M modules/common/ant-bundle/src/main/resources/org/rhq/bundle/antlib.xml
M modules/common/ant-bundle/src/test/java/org/rhq/bundle/ant/AntLauncherTest.java
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-in-bundle
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-in-bundle-props-deployed
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.properties-out-of-bundle
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.rhq-property-tag-in-bundle
A modules/common/ant-bundle/src/test/resources/ant-properties/deploy.xml.rhq-property-tag-in-destination
A modules/common/ant-bundle/src/test/resources/ant-properties/deployed.file
A modules/common/ant-bundle/src/test/resources/ant-properties/in-bundle.properties
A modules/common/ant-bundle/src/test/resources/fileToHandover.zip
A modules/common/ant-bundle/src/test/resources/fileToHandover.zip
A modules/common/ant-bundle/src/test/resources/handover-test-bundle-input.properties
A modules/common/ant-bundle/src/test/resources/handover-test-bundle.xml
M modules/common/ant-bundle/src/test/resources/legacy-test-bundle-url.xml
M modules/common/ant-bundle/src/test/resources/legacy-test-bundle-v1.xml
M modules/common/ant-bundle/src/test/resources/legacy-test-bundle-v2.xml
A modules/common/ant-bundle/src/test/resources/prepareDatasource.cli
M modules/common/ant-bundle/src/test/resources/test-bundle-url.xml
M modules/common/ant-bundle/src/test/resources/test-bundle-v1.xml
M modules/common/ant-bundle/src/test/resources/test-bundle-v2.xml
M modules/common/cassandra-auth/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-arquillian/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-core/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/main/bundle/cassandra/conf/rhq.cassandra.yaml
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra-jvm.properties
M modules/common/cassandra-ccm/cassandra-ccm-core/src/test/resources/expected.cassandra.yaml
M modules/common/cassandra-ccm/cassandra-ccm-maven-plugin/pom.xml
M modules/common/cassandra-ccm/cassandra-ccm-testng/pom.xml
M modules/common/cassandra-ccm/pom.xml
M modules/common/cassandra-installer/pom.xml
M modules/common/cassandra-installer/src/main/java/org/rhq/storage/installer/StorageInstaller.java
M modules/common/cassandra-schema/pom.xml
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/PopulateCacheIndex.java
A modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/Table.java
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/TopologyManager.java
M modules/common/cassandra-schema/src/main/java/org/rhq/cassandra/schema/UpdateFile.java
M modules/common/cassandra-util/pom.xml
M modules/common/cassandra-util/src/main/java/org/rhq/cassandra/util/ConfigEditor.java
M modules/common/drift/pom.xml
M modules/common/filetemplate-bundle/pom.xml
M modules/common/jboss-as-dmr-client/pom.xml
A modules/common/jboss-as-dmr-client/src/main/java/org/rhq/common/jbossas/client/controller/VaultJBossASClient.java
M modules/common/jboss-as/pom.xml
M modules/common/pom.xml
A modules/common/wfly-patch-parser/pom.xml
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/Patch.java
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/PatchBundle.java
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/PatchInfo.java
A modules/common/wfly-patch-parser/src/main/java/org/rhq/common/wildfly/PatchParser.java
M modules/core/arquillian-integration/archive/pom.xml
M modules/core/arquillian-integration/container/pom.xml
M modules/core/arquillian-integration/container/src/main/java/org/rhq/test/arquillian/FakeServerInventory.java
M modules/core/arquillian-integration/pom.xml
M modules/core/arquillian-integration/suite-extension/pom.xml
M modules/core/arquillian-integration/test-agent-plugin/pom.xml
A modules/core/client-api/intentional-api-changes-since-4.11.0.xml
A modules/core/client-api/intentional-api-changes-since-4.12.0.xml
M modules/core/client-api/pom.xml
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/discovery/DiscoveryAgentService.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/metadata/PluginMetadataParser.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/upgrade/ResourceUpgradeRequest.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/agent/upgrade/ResourceUpgradeResponse.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/descriptor/AgentPluginDescriptorUtil.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/configuration/ConfigurationServerService.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/core/ConnectAgentRequest.java
M modules/core/client-api/src/main/java/org/rhq/core/clientapi/server/core/ConnectAgentResults.java
M modules/core/client-api/src/main/resources/rhq-plugin.xsd
M modules/core/comm-api/pom.xml
M modules/core/dbutils/pom.xml
M modules/core/dbutils/src/main/java/org/rhq/core/db/DatabaseType.java
M modules/core/dbutils/src/main/java/org/rhq/core/db/OracleDatabaseType.java
M modules/core/dbutils/src/main/java/org/rhq/core/db/upgrade/SubcategoryUpgradeTask.java
M modules/core/dbutils/src/main/scripts/dbsetup-build.xml
M modules/core/dbutils/src/main/scripts/dbsetup.properties
M modules/core/dbutils/src/main/scripts/dbsetup/alert-schema.xml
R modules/core/dbutils/src/main/scripts/dbsetup/auth-data.xml
M modules/core/dbutils/src/main/scripts/dbsetup/content-schema.xml
M modules/core/dbutils/src/main/scripts/dbsetup/measurement-schema.xml
M modules/core/dbutils/src/main/scripts/dbsetup/sysconfig-data.xml
M modules/core/dbutils/src/main/scripts/dbupgrade/db-upgrade.xml
M modules/core/domain/intentional-api-changes-since-4.11.0.xml
A modules/core/domain/intentional-api-changes-since-4.12.0.xml
M modules/core/domain/pom.xml
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/Alert.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertCondition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertConditionLog.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/AlertDefinition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionAvailabilityCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionBaselineCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionChangesCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionControlCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionDriftCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionEventCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionRangeCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionResourceConfigurationCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionScheduleCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/composite/AlertConditionTraitCategoryComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/alert/notification/AlertNotificationLog.java
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/BundleDestination.java
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/BundleType.java
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/BundleVersion.java
M modules/core/domain/src/main/java/org/rhq/core/domain/bundle/ResourceTypeBundleConfiguration.java
M modules/core/domain/src/main/java/org/rhq/core/domain/cloud/StorageClusterSettings.java
M modules/core/domain/src/main/java/org/rhq/core/domain/common/ProductInfo.java
M modules/core/domain/src/main/java/org/rhq/core/domain/common/SystemConfiguration.java
M modules/core/domain/src/main/java/org/rhq/core/domain/common/composite/SystemSetting.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/Configuration.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/PropertyList.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/PropertyMap.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/definition/ConfigurationDefinition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/definition/PropertyDefinitionEnumeration.java
M modules/core/domain/src/main/java/org/rhq/core/domain/configuration/definition/PropertyDefinitionSimple.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/AlertCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/AlertDefinitionCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/BaseCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/MeasurementDefinitionCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceGroupCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceGroupDefinitionCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/criteria/ResourceTypeCriteria.java
M modules/core/domain/src/main/java/org/rhq/core/domain/dashboard/Dashboard.java
M modules/core/domain/src/main/java/org/rhq/core/domain/event/Event.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/Availability.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementDataPK.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementDataTrait.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementDefinition.java
M modules/core/domain/src/main/java/org/rhq/core/domain/measurement/MeasurementOOB.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/Resource.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/ResourceType.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/ResourceUpgradeReport.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/composite/ProblemResourceComposite.java
M modules/core/domain/src/main/java/org/rhq/core/domain/resource/composite/ResourceFacets.java
M modules/core/domain/src/main/java/org/rhq/core/domain/util/StringUtils.java
M modules/core/domain/src/test/java/org/rhq/core/domain/test/QueriesTest.java
M modules/core/gui/pom.xml
M modules/core/native-system/pom.xml
M modules/core/native-system/src/main/java/org/rhq/core/system/JavaSystemInfo.java
M modules/core/native-system/src/main/java/org/rhq/core/system/NativeSystemInfo.java
M modules/core/native-system/src/main/java/org/rhq/core/system/SystemInfo.java
M modules/core/native-system/src/main/java/org/rhq/core/system/SystemInfoFactory.java
A modules/core/plugin-api/intentional-api-changes-since-4.11.0.xml
M modules/core/plugin-api/pom.xml
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleDeployRequest.java
A modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleHandoverContext.java
A modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleHandoverFacet.java
A modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleHandoverRequest.java
A modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleHandoverResponse.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundleManagerProvider.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/bundle/BundlePurgeRequest.java
M modules/core/plugin-api/src/main/java/org/rhq/core/pluginapi/upgrade/ResourceUpgradeContext.java
M modules/core/plugin-container-itest/pom.xml
M modules/core/plugin-container/pom.xml
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainer.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/PluginContainerConfiguration.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/bundle/BundleManager.java
A modules/core/plugin-container/src/main/java/org/rhq/core/pc/bundle/ConnectionStringAvailableProperties.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationCheckExecutor.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/configuration/ConfigurationManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/content/ContentManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/drift/FilterFileVisitor.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/event/EventManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryContextImpl.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/InventoryManager.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/inventory/RuntimeDiscoveryExecutor.java
M modules/core/plugin-container/src/main/java/org/rhq/core/pc/measurement/MeasurementManager.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/bundle/BundleManagerTest.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/drift/DriftManagerTest.java
M modules/core/plugin-container/src/test/java/org/rhq/core/pc/upgrade/FakeServerInventory.java
M modules/core/plugin-test-api/pom.xml
M modules/core/plugin-test-util/pom.xml
M modules/core/plugin-validator/pom.xml
M modules/core/plugindoc/pom.xml
M modules/core/pom.xml
M modules/core/util/pom.xml
M modules/core/util/src/main/java/org/rhq/core/util/TokenReplacingReader.java
M modules/core/util/src/main/java/org/rhq/core/util/ZipUtil.java
M modules/core/util/src/main/java/org/rhq/core/util/file/FileUtil.java
A modules/core/util/src/main/java/org/rhq/core/util/obfuscation/ObfuscatedPreferences.java
A modules/core/util/src/main/java/org/rhq/core/util/obfuscation/PropertyObfuscationVault.java
M modules/core/util/src/main/java/org/rhq/core/util/updater/DeploymentData.java
A modules/core/util/src/test/java/org/rhq/core/util/TokenReplacingReaderTest.java
A modules/core/util/src/test/java/org/rhq/core/util/obfuscation/ObfuscatedPreferencesTest.java
M modules/enterprise/agent/ant-run.xml
M modules/enterprise/agent/pom.xml
M modules/enterprise/agent/src/etc/rhq-agent-wrapper-ec2
M modules/enterprise/agent/src/etc/rhq-agent-wrapper.sh
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfiguration.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationConstants.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentConfigurationUpgrade.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentMain.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/AgentUpdateThread.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/Version.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/i18n/AgentI18NResourceKeys.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/i18n/AgentSetupInstructions.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/promptcmd/ConfigPromptCommand.java
M modules/enterprise/agent/src/main/java/org/rhq/enterprise/agent/promptcmd/SetupPromptCommand.java
M modules/enterprise/agent/src/main/resources/agent-configuration.xml
A modules/enterprise/agent/src/test/java/org/rhq/enterprise/agent/AgentConfigurationTest.java
M modules/enterprise/agentupdate/pom.xml
M modules/enterprise/agentupdate/src/main/resources/rhq-agent-update-build.xml
M modules/enterprise/binding/pom.xml
M modules/enterprise/binding/src/main/java/org/rhq/bindings/client/RhqFacade.java
M modules/enterprise/binding/src/main/java/org/rhq/bindings/client/RhqManager.java
M modules/enterprise/comm/pom.xml
M modules/enterprise/comm/src/main/java/org/rhq/enterprise/communications/ServiceContainerMetricsMBean.java
M modules/enterprise/gui/agentupdate-war/pom.xml
M modules/enterprise/gui/content_http-war/pom.xml
M modules/enterprise/gui/coregui/pom.xml
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/CoreGUI.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/IconEnum.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/ImageManager.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/LoginView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/AgentPluginTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/ServerPluginControlView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/ServerPluginDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/ServerPluginTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/SystemSettingsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/agent/install/RemoteAgentInstallView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/roles/RolesView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/ClusterConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeAlertHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeConfigurationEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeLoadComponent.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/storage/StorageNodeTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupAgentsSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupServersSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AffinityGroupWithCountsDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AgentDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/AgentTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/FailoverListItemDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/PartitionEventDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/PartitionEventTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/ServerDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/ServerDetailView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/ServerTableView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/topology/ServerWithAgentCountDatasource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/users/UsersDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/admin/users/UsersView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertFormatUtility.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertHistoryView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/AlertPortletConfigurationDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/AbstractAlertDefinitionsDataSource.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/AbstractAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/CliNotificationSenderForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ConditionEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ConditionsAlertDefinitionForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ConditionsEditor.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/GroupAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/NotificationsAlertDefinitionForm.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/ResourceAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/SingleAlertDefinitionView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/alert/definitions/TemplateAlertDefinitionsView.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/create/BundleCreateWizard.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/create/BundleUploadDataStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/create/BundleUploadDistroFileStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/BundleDeployWizard.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/DeployStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/GetDestinationStep.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/bundle/deploy/selection/SingleCompatibleResourceGroupSelector.java
Log Message:
-----------
Merge remote-tracking branch 'origin/master' into feature/agent-in-server
Conflicts:
modules/enterprise/server/installer/src/main/java/org/rhq/enterprise/server/installer/InstallerServiceImpl.java
modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Install.java
modules/enterprise/server/server-control/src/main/java/org/rhq/server/control/command/Upgrade.java
Compare: https://github.com/rhq-project/rhq/compare/96309689db2d...22e6333d303e
Branch: refs/heads/release/jon3.3.x
Home: https://github.com/rhq-project/rhq
Commit: f39127727f77556a815bd81afc5614463b4773d0
https://github.com/rhq-project/rhq/commit/f39127727f77556a815bd81afc5614463…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/selector/AbstractSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/dashboard/portlets/inventory/groups/graph/ResourceGroupD3GraphPortlet.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/selection/ResourceGroupSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/selection/SingleResourceGroupSelector.java
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/inventory/resource/selection/SingleResourceSelector.java
Log Message:
-----------
[BZ 1031730] - Dashboard graph group does not retain group configuration - SingleResourceGroupSelector component now pre-selects the group stored in user prefs
Cherry-Pick master: 7c78a3b78dadcb401ea279f6f1aa47310996855c
Commit: 5d434cfb424cf2e40bf9475996f72ff8600ec5ae
https://github.com/rhq-project/rhq/commit/5d434cfb424cf2e40bf9475996f72ff86…
Author: Jay Shaughnessy <jshaughn(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/selector/AbstractSelector.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
Log Message:
-----------
[BZ 1031730] - Dashboard graph group does not retain group configuration - removing one unnecessary call of doPostPopulateAvailableGrid(), adding i18n for a message from AbstractSelector, reducing visibility from public to protected
Cherry-Pick Master 139f3785dd19c3e2070795af6b21fc289de97edc
Compare: https://github.com/rhq-project/rhq/compare/82c44f9b3e03...5d434cfb424c
Branch: refs/heads/master
Home: https://github.com/rhq-project/rhq
Commit: 139f3785dd19c3e2070795af6b21fc289de97edc
https://github.com/rhq-project/rhq/commit/139f3785dd19c3e2070795af6b21fc289…
Author: Jirka Kremser <jkremser(a)redhat.com>
Date: 2014-08-22 (Fri, 22 Aug 2014)
Changed paths:
M modules/enterprise/gui/coregui/src/main/java/org/rhq/coregui/client/components/selector/AbstractSelector.java
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_cs.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_de.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ja.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ko.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_pt.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_ru.properties
M modules/enterprise/gui/coregui/src/main/resources/org/rhq/coregui/client/Messages_zh.properties
Log Message:
-----------
[BZ 1031730] - Dashboard graph group does not retain group configuration - removing one unnecessary call of doPostPopulateAvailableGrid(), adding i18n for a message from AbstractSelector, reducing visibility from public to protected