Re: [jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2006-03-05 Thread Walter Mundt
Walter, I have committed some changes, that make AbstractReflectiveXmlRpcHandlerMapping implement the XmlRpcMetaDataHandlerMapping interface. Please, note the following: - The implementation ensures, that the various "system.*" methods return consistent result. In particular, a method return

[jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2006-03-03 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-75?page=comments#action_12368808 ] Jochen Wiedmann commented on XMLRPC-75: --- Walter, I have committed some changes, that make AbstractReflectiveXmlRpcHandlerMapping implement the XmlRpcMetaDataHandlerMappi

Re: [jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2006-02-28 Thread Walter Mundt
Jochen Wiedmann (JIRA) wrote: I apologize, but I am unhappy with the overloading. While I accept, that it might be suitable in certain situations, I do not think that it should be the default. Well, I very much disagree. I believe that overloading is an inherent and very useful part of the

[jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2006-02-27 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-75?page=comments#action_12368078 ] Jochen Wiedmann commented on XMLRPC-75: --- Walter, I apologize, but I am unhappy with the overloading. While I accept, that it might be suitable in certain situations, I d

Re: [jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2006-02-24 Thread Walter Mundt
Jochen Wiedmann (JIRA) wrote: [ http://issues.apache.org/jira/browse/XMLRPC-75?page=comments#action_12367658 ] Jochen Wiedmann commented on XMLRPC-75: --- Walter, I have added the interfaces XmlRpcListableHandlerMapping, and XmlRpcMetaDataHandler. Pleas

[jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2006-02-24 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-75?page=comments#action_12367658 ] Jochen Wiedmann commented on XMLRPC-75: --- Walter, I have added the interfaces XmlRpcListableHandlerMapping, and XmlRpcMetaDataHandler. Please note: - I have added some co

Re: [jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2006-02-23 Thread Jochen Wiedmann
On 2/23/06, Walter Mundt <[EMAIL PROTECTED]> wrote: > Specifically, the simple "ws.addHandler(name, someRandomObject)" > mechanism is _very_ handy, and going out to property files is, for my > purposes (rapid prototyping and integration of code in different > languages) vastly less convenient. Th

Re: [jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2006-02-23 Thread Walter Mundt
Jochen Wiedmann (JIRA) wrote: Walter, are you interested in getting this into the 3.0 branch? I am, but first I have a few issues with the 3.0 branch that I don't like. First and foremost, the capabiliry to expose the methods on particular instances of a class has been removed and replaced w

[jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2006-02-22 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-75?page=comments#action_12367476 ] Jochen Wiedmann commented on XMLRPC-75: --- Walter, are you interested in getting this into the 3.0 branch? If so, let's do it in a few steps. - First of all, you should pr

[jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2005-12-31 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-75?page=comments#action_12361479 ] Jochen Wiedmann commented on XMLRPC-75: --- I do now understand, that the "Introspection" stuff is more than a new handler mapping. Basically, it is providing metadata to th

[jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2005-12-30 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-75?page=comments#action_12361444 ] Jochen Wiedmann commented on XMLRPC-75: --- >From your comment, I conclude that a) there are implementations in other languages, which do similar things and that b) it is b

[jira] Kommentiert: (XMLRPC-75) Introspection Patch for XML-RPC, current to SVN 2005-12-29 (r359943)

2005-12-30 Thread Jochen Wiedmann (JIRA)
[ http://issues.apache.org/jira/browse/XMLRPC-75?page=comments#action_12361418 ] Jochen Wiedmann commented on XMLRPC-75: --- I haven't had the time to carefully read through your patch. I do not know "Aaron Hamid's Introspection patch" not do I now the o