History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CNM-43
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Jens Halm
Reporter: Jens Halm
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Cinnamon

NPE when invoking service method without parameters from Java Client

Created: 12/Mar/08 07:10 PM   Updated: 12/Mar/08 07:20 PM
Component/s: Java Client
Affects Version/s: 0.1.M1, 0.1.0
Fix Version/s: 0.2.0


 All   Comments   Change History      Sort Order:
Jens Halm - 12/Mar/08 07:20 PM
The cause was that InvocationHandler.invoke passes null instead of an empty array (which I expected) as the third parameter.