I wrote a small proof-of-concept jconsole[1] plugin that can display DataCache statistics. To write the custom plugin[2][3] I had to extend com.sun.tools.jconsole.JConsolePlugin which exists in [java_home]/lib/jconsole.jar on both IBM and Sun JDKs. For my first pass I manually added that jar to my classpath, but how do I get the OpenJPA build to do the same?
[1] http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html [2] http://filebin.ca/swset/jconsole.jpg [3] http://filebin.ca/atogum/jconsole_plugin.patch Thanks, Rick
