[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-19 Thread Traveldoo2
My mistake. Here is the new task : http://jira.jboss.com/jira/browse/JBAS-1832 But I didn't find out how to close the first one. Are you sure I can ? I edited it in order to warn the reader. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878340#3878340 Reply

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-19 Thread [EMAIL PROTECTED]
Could you actually close this and re-open it in the JBAS (JBoss application server) project? JBWEB is the tomcat integration. Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878333#3878333 Reply to the post : http://www.jboss.org/index.html?module=bb

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-19 Thread Traveldoo2
Done. The case is here : http://jira.jboss.com/jira/browse/JBWEB-25 Thanks for your help. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878321#3878321 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878321 --

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-18 Thread [EMAIL PROTECTED]
goto jira.jboss.com and open a task on the application server with minor priority, for the management module. Include a link to this forum post. http://jira.jboss.com/jira/secure/CreateIssue!default.jspa you probably need to register there first. View the original post : http://www.jboss.org/i

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-18 Thread Traveldoo2
Thank you very much for your help, I get it to work. I first tried to make a new class. Also it's compiling well, the Webconsole applet don't list my custom snapshots, as it is listing only the original-type objects. Yes it could be possible to modify the viewing applet also, but I don't really

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-17 Thread [EMAIL PROTECTED]
| get(); | void set(); | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3878077#3878077 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3878077 --- This SF.Net

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-17 Thread [EMAIL PROTECTED]
Recognizing what makes an attribute and what an operation is part of the JMX specification for Standard mbeans. get(); void set(); It would be simple to just copy the implementation and make your own class. Preferably you would make a patch and post it to a JIRA case as a reminder for us to c

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-17 Thread Traveldoo2
"[EMAIL PROTECTED]" wrote : setEnabled(boolean) can be called because this is an 'attribute' in terms of JMX, and not an operation. | | Attributes can be set at deployment time, using: | | ... | | true | | ... | Well in this case I should be able to change the Re

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-17 Thread [EMAIL PROTECTED]
(lost the xml elements...) | ... | | attribute name="Enabled">true | | ... | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877997#3877997 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=38779

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-17 Thread [EMAIL PROTECTED]
setEnabled(boolean) can be called because this is an 'attribute' in terms of JMX, and not an operation. Attributes can be set at deployment time, using: ... true ... View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877996#3877996 Reply to the p

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-17 Thread Traveldoo2
Well we could assume that as snapshots can generate big loads of data if improperly configured, one has not implemented it in order to force people starting them manually. Anyway, thanks for your answers. One thing I don't understand why I could have invoked setEnabled() and not startSnapshot()

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-13 Thread [EMAIL PROTECTED]
You can't automagically call startSnapshot() :( And especially for SnapshotRecordingMonitorMBean I see, there is no method void setEnabled(boolean start); This one exists in the other 3 monitors and would cause the effect you want, so I guess somebody forgot to add it... View the original post

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-13 Thread Traveldoo2
Thank you very much, the deployment is now ok. By the way, as the Reccording attribute is read-only, I had to remove it from my xml. But I'm having another problem now : I want the Snapshot to be started automagically, thus needing to execute startSnapshot() after deployment. How can I do that ?

[JBoss-user] [Management, JMX/JBoss] - Re: WebConsole : making snapshots persisted - issues with de

2005-05-13 Thread [EMAIL PROTECTED]
Since your deployment contains mbeans, it should be named: snapshots-service.xml View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3877639#3877639 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3877639 -