Hi Sahoo, Jane,
Please review the pom.xml changes to add monitoring features in
connectors work-management module.
Thanks,
-Jagadish
Index: v3/connectors/work-management/pom.xml
===================================================================
--- v3/connectors/work-management/pom.xml (revision 28558)
+++ v3/connectors/work-management/pom.xml (working copy)
@@ -34,6 +34,20 @@
<directory>src/main/resources</directory>
</resource>
</resources>
+ <plugins>
+ <plugin>
+ <groupId>com.sun.enterprise</groupId>
+ <artifactId>hk2-maven-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestEntries>
+
<probe-provider-class-names>com.sun.enterprise.connectors.work.monitor.WorkManagementProbeProvider</probe-provider-class-names>
+ </manifestEntries>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+
</build>
<dependencies>
@@ -61,6 +75,11 @@
</dependency>
<dependency>
+ <groupId>org.glassfish.provider</groupId>
+ <artifactId>gfprobe-provider-client</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>org.glassfish.admin</groupId>
<artifactId>monitoring-core</artifactId>
<version>${project.parent.version}</version>