Dynamic proxy implementation throws NullPointerException if called methods doesn't have any parameters ------------------------------------------------------------------------------------------------------
Key: XMLRPC-96 URL: http://issues.apache.org/jira/browse/XMLRPC-96 Project: XML-RPC Issue Type: Bug Affects Versions: 3.0b1 Reporter: Jimisola Laursen I'm using the Dynamic Proxy solution and created an interface with a method that doesn't take any parameters. When I call it I get a NPE: "java.lang.NullPointerException: The parameter list must not be null.". If I add a parameter, e.g. an int, to the method it works without and doesn't throw this exception. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]