Struts, Plugin and JMX

2003-06-20 Thread Marco.Mistroni
hi all, i m experiencing some problems with my plugin and JMX. My application is composed as follow: - struts component - MBean1 that contains servlet initialization properties (from web.xml) - MBean2 that should connect to R3 to retrieve user information. So, MBean1 contains properties

RE: Struts, Plugin and JMX/ Apologies

2003-06-20 Thread Marco.Mistroni
hi guys, sorry...i made huge mistake: i forgot to put proper initializatio parameters.. everything is fine with plugin registering JMX agents... and i even forget to mention that i was running my app onJBoss. sorry guys regards marco

Re: Struts, Plugin and JMX

2003-06-20 Thread Craig R. McClanahan
On Fri, 20 Jun 2003 [EMAIL PROTECTED] wrote: hi all, i m experiencing some problems with my plugin and JMX. My application is composed as follow: - struts component - MBean1 that contains servlet initialization properties (from web.xml) - MBean2 that should connect to R3 to