Hi, > Quick qustion: Should now we always, use the "mx4j" > artifactId and specifically never use "mx4j-jmx"? Is there a > difference between these two archives or are they just pseudonyms?
mx4j.jar contains JSR 3 specification classes (javax.management.*) and implementation classes (mx4j.*). mx4j-jmx.jar contains only specification classes. Simon
