Re: JMX enabling in CXF 2.2.6

2012-04-23 Thread Aki Yoshida
t;> > -- >> > View this message in context: >> http://cxf.547215.n5.nabble.com/JMX-enabling-in-CXF-2-2-6-tp577074p5658219.html >> > Sent from the cxf-dev mailing list archive at Nabble.com. >> >> >> -- >>  If you reply to

Re: JMX enabling in CXF 2.2.6

2012-04-23 Thread nsmith9334
and I was unable to get the JConsole CXF Mbeans. >> > >> > Any pointers as to how I can solve this issue? >> > >> > >> > -- >> > View this message in context: >> http://cxf.547215.n5.nabble.com/JMX-enabling-in-CXF-2-2-6-tp577074p5658219.html >> > Sent

Re: JMX enabling in CXF 2.2.6

2012-04-23 Thread nsmith9334
s to how I can solve this issue? > > > > > > -- > > View this message in context: > http://cxf.547215.n5.nabble.com/JMX-enabling-in-CXF-2-2-6-tp577074p5658219.html > > Sent from the cxf-dev mailing list archive at Nabble.com. > > > ------------

Re: JMX enabling in CXF 2.2.6

2012-04-23 Thread Aki Yoshida
Hi, there was a bug CXF-4170 that got into 2.5.2 when the code was changed to solve another issue and also to add a simpler configuration option. This problem caused the bean properties to incorrectly set when the bus property is not set as the first entry within its bean configuration (i.e., . wh

Re: JMX enabling in CXF 2.2.6

2012-04-22 Thread nsmith9334
Hi , I am trying to enable JMX for CXF 2.5.2 and I seem to have encountered the same problem as above. I was able to successfully connect to the server using JConsole but I do not see any CXF MBeans. Based on one of the solutions discussed above, I tried to create a new connection to the JConsol

Re: JMX enabling in CXF 2.2.6

2010-03-23 Thread Ulhas Bhole
Thanks Eoghan, I will try it out. Regards, Ulhas Bhole. On Fri, Mar 19, 2010 at 11:34 AM, Eoghan Glynn wrote: > A-ha, my bad, I assumed you were using the remote process option ... so you > just can't see the CXF MBeans when you connect via the jconsole local > process option? > > That's easy,

Re: JMX enabling in CXF 2.2.6

2010-03-19 Thread Eoghan Glynn
A-ha, my bad, I assumed you were using the remote process option ... so you just can't see the CXF MBeans when you connect via the jconsole local process option? That's easy, just ensure your injected InstrumentationManager bean picks up the *platform* MBeanServer as opposed to creating a fresh on

Re: JMX enabling in CXF 2.2.6

2010-03-19 Thread Ulhas Bhole
Hi Eoghan, I did a few tests and it looks like if I try to connect to the process from JConsole it doesn't show CXF JMX stats. If I create a new connection using JMX URL and username/password (cxf/cxf) I do see the CXF MBean appearing. Thanks for the help. Regards, Ulhas Bhole I just did a few

Re: JMX enabling in CXF 2.2.6

2010-03-19 Thread Ulhas Bhole
Thanks Eoghan for quick reply. I will try to update build.xml target and check. I was putting cxf.xml in $CXF_HOME/samples/wsdl_first_rpclit directory and I think it was picked up because when I ran client it did got AddressAlreadyInUse for JMX port and also I could connect to the server using JCon

Re: JMX enabling in CXF 2.2.6

2010-03-18 Thread Eoghan Glynn
Ulhas, How are you picking up the config file? For example, if you're running the server via ant, you'd need to change the server target defined in $CXF_HOME/samples/wsdl_first_rpclit/build.xml from: to: Alternatively, you could change the $CXF_HOME/sampl

JMX enabling in CXF 2.2.6

2010-03-18 Thread Ulhas Bhole
Hi, I am trying to enable JMX instrumentation in CXF 2.2.6 sample (wsdl_first_rpclit) but when I try to connect to server using JConsole I don't see any CXF MBeans. Do I need to do anything in addition to configuring Instrumentation manager? Here is my cxf.xml that I am using to enable instrumenta