Branch: refs/heads/springy
Home: http://github.com/hyperic/hqapi
Commit: 2e906303f0acd42e3b77096ff29ab0fc6537572f
http://github.com/hyperic/hqapi/commit/2e906303f0acd42e3b77096ff29ab0fc6537572f
Author: Bruce Snyder <bru...@gm...>
Date: 2010-03-02 (Tue, 02 Mar 2010)
Changed paths:
M bin/hqapi.sh
Log Message:
-----------
Changes to make the shell script run on AIX and Solaris
Commit: 8e92ea09799585089decb1afc90483a38e92edf6
http://github.com/hyperic/hqapi/commit/8e92ea09799585089decb1afc90483a38e92edf6
Author: Bruce Snyder <bru...@gm...>
Date: 2010-03-02 (Tue, 02 Mar 2010)
Changed paths:
M build.xml
Log Message:
-----------
Added the hqapi-context.xml to the jar file; Added the HQApi1.xsd to the jar file; Created a conf dir to the runtime to hold the log4j.properties so that's easier to change (i.e., not packed in the jar file)
Commit: 0903a67498deb5dec72f486b83b93acf58590990
http://github.com/hyperic/hqapi/commit/0903a67498deb5dec72f486b83b93acf58590990
Author: Bruce Snyder <bru...@gm...>
Date: 2010-03-02 (Tue, 02 Mar 2010)
Changed paths:
M .classpath
Log Message:
-----------
Updated the Spring version to 3.0.0
Commit: 8fca3398e66b03c729ae5354c77ec773db10c491
http://github.com/hyperic/hqapi/commit/8fca3398e66b03c729ae5354c77ec773db10c491
Author: Bruce Snyder <bru...@gm...>
Date: 2010-03-02 (Tue, 02 Mar 2010)
Changed paths:
M src/org/hyperic/hq/hqapi1/tools/Shell.java
Log Message:
-----------
Added a META-INF dir to the location of the Spring app context
Commit: 40a217c00899eaea2eddfcfa52264e913cf789f7
http://github.com/hyperic/hqapi/commit/40a217c00899eaea2eddfcfa52264e913cf789f7
Author: Bruce Snyder <bru...@gm...>
Date: 2010-03-02 (Tue, 02 Mar 2010)
Changed paths:
M resources/META-INF/spring/hqapi-context.xml
M src/org/hyperic/hq/hqapi1/AgentApi.java
M src/org/hyperic/hq/hqapi1/AlertApi.java
M src/org/hyperic/hq/hqapi1/AlertDefinitionApi.java
M src/org/hyperic/hq/hqapi1/ApplicationApi.java
M src/org/hyperic/hq/hqapi1/AutodiscoveryApi.java
M src/org/hyperic/hq/hqapi1/BaseApi.java
M src/org/hyperic/hq/hqapi1/Connection.java
M src/org/hyperic/hq/hqapi1/ControlApi.java
M src/org/hyperic/hq/hqapi1/EscalationApi.java
M src/org/hyperic/hq/hqapi1/EventApi.java
M src/org/hyperic/hq/hqapi1/FileResponseHandler.java
M src/org/hyperic/hq/hqapi1/GroupApi.java
M src/org/hyperic/hq/hqapi1/HQApi.java
M src/org/hyperic/hq/hqapi1/HQConnection.java
M src/org/hyperic/hq/hqapi1/MaintenanceApi.java
M src/org/hyperic/hq/hqapi1/MetricApi.java
M src/org/hyperic/hq/hqapi1/MetricDataApi.java
M src/org/hyperic/hq/hqapi1/ResourceApi.java
M src/org/hyperic/hq/hqapi1/ResourceEdgeApi.java
M src/org/hyperic/hq/hqapi1/ResponseHandler.java
M src/org/hyperic/hq/hqapi1/RoleApi.java
M src/org/hyperic/hq/hqapi1/ServerConfigApi.java
M src/org/hyperic/hq/hqapi1/UserApi.java
M src/org/hyperic/hq/hqapi1/XmlResponseHandler.java
Log Message:
-----------
Changes to the HQApi and subclasses to appropriately add the ResponseHandler interface to the HQConnection and a couple of impls
|