Hi, what is the status of the WSRT implementation in Muse? In current versions it is disabled by default and won't compile without code changes. Is it to be considered dead and not wanted any more, so even thinking about using it would be a complete waste of time? Or is it just that nobody found time to care about it? If the latter, I'll open a bug for the breakage and submit a patch.
The other thing is that the current implementation is nice for storing some XML document and getting parts of it back. However, if the contents should be processed by the server (XML elements representing Java object or something like that) the WSRF mapping leads to information loss: What the resource implementation gets is effectively a getBigFatXmlTree() and a setBigFatXmlTree() which is not exactly appropriate for modifying a specific object. This functionality is what initially made me think about using WSRT at all. So I would need at least for Put operations a possibility to bypass the WSRF mapping and call the resource before the information is lost. Any hints on how I could achieve this in a reasonably clean way? Thanks, Kevin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
