Hi Chris,
--- On Wed, 3/25/09, Chris Twiner <[email protected]> wrote:
> appologies for not being able to help further, I just
> simply haven't had the time. What changes did you make to enable the
> propertyCollection? If the problem is something that can
> be detected in Muse then it should at least log a warning.
Problem turned out to be an empty set of ChangeListeners when doing
wsrp.getChangeListeners(). I was able to make MUSE add a changelistener for a
metric "CPUload", but to do that I could only add one <muws2:Capability>
element in the RMD file with value of Metrics capability URI. So it doesn't
work if I put in there Metrics as well as the URI of MyCapability (which should
work according to the OASIS MUWS primer).
> Regarding Muse 2.3.0 do you mean HEAD from svn? I ask as
Indeed (muse-2.3.0-2008-05-29-02-00).
> I may have some time on Friday to look at these issues in
> detail but certainly 2 looks like a bug
Indeed, I've tried to edit the generated RMD file in the project's
/WEB_INF/classes/wsdl dir, but that doesn't help, so maybe there's some other
place I need to modify.
> For 1 is the epr correct in the request for the resource?
I did a stack trace on client-side as well as service-side, and WSA stuff is
all correct. Also the reply is correctly sent, only the body appears to be
empty. I'll run the debugger again and see whether I can find out more.
Thx, J.