J2EEServer & JVM JSR-77 have hardcoded values.
J2EEServer has 3.0.0beta2 has hardcoded value for
ServerVersion attribute. The patch puts
jbossPackage.getSpecificationVersion() instead.
JVM has JavaVendor and JavaVersion hardcoded to Sun
and 1.3.1_02. According to the spec, these attributes
must be equal to system properties java.vendor and
java.version.
This patch is for
org.jboss.management.j2ee.SingleJBossServerManagem
ent that I took in jboss3.0.3 snapshot source.
Patch for org.jboss.management.j2ee.SingleJBossServerManagement