Didier Donsez wrote:
Martin Thelian wrote:
Hi,
how should I report problems I've detected while testing the MA
implementation?
I'm also willing to provide patches to get it to run properly.
Problems I've detected so far:
- IllegalArgumentException in monitor-job if an monitorable is
unregistered while there is a job monitoring it
- NullpointerException in unsubscribeStatusVariables while calling
stop on a scheduled job
- returning null in monitorable-getStatusVariable causes the whole
monitor-job to terminate
May be a JIRA issue
But I'm not sure JIRA can be used for sandboxed bundles !
I am not sure if it is common either, but it doesn't really matter to
me. Bytes are cheap. However, I don't think it would make sense to make
JIRA components for sandbox projects. I guess someone has to figure out
if this is a project they want to see through to completion. If so,
start working on it and submitting patches. When it gets stable enough,
then it can be moved to trunk. Perhaps Martin and Didier can team up to
make it happen.
-> richard
Didier
Regards,
Martin
Didier Donsez schrieb:
Martin
[1] is mainly a quick implementation of the Monitor Admin spec
in order to understand the principles of this specification.
It is not robust and its TODOLIST is long (permission check,
synchronization, ...).
I don't know if MA is implemented by other FOSS OSGi communities.
Those following bundles can be used to play with the MA
http://svn.apache.org/repos/asf/felix/sandbox/donsez/monitor.jobcmd/
http://svn.apache.org/repos/asf/felix/sandbox/donsez/monitor.sample.memorymonitor/
http://svn.apache.org/repos/asf/felix/sandbox/donsez/monitor.sample.memorymonitorjob/
http://svn.apache.org/repos/asf/felix/sandbox/donsez/monitor.sample.usagemonitor/
Somebody may complete this implementation.
Kind regards,
Didier