2013/3/22 fachhoch <[email protected]>: > as I am using cxf 2.5.0 , to enable I only have to add the > > > this dependency , and do I have to set property to true bus.jmx.enabled? > how can I set this to true in 2.5.0? > the example shows I can do this in 2.5.2 how about 2.5.0?
the "bus.jmx.enabled" prop or its classic equivalent prop "enabled" for the InstrumentationManager bean is needed to be set to true when your container doesn't provide the mbean setup. i think the documentation at http://cxf.apache.org/docs/jmx-management.html will explain the whole story. > > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/enable-jmx-management-tp5724944p5725036.html > Sent from the cxf-user mailing list archive at Nabble.com.
