Github user roshannaik commented on the issue:
https://github.com/apache/storm/pull/2409
I am attaching a patch here on top of this PR that adds some (failing)
tests for factory method invocation. Can you please take a look. There are 4
new tests.
- invoking a config method on the testbolt that takes the same arg as above
- invoking a config method on the testbolt that takes the array of args
- 2 similar tests for setting properties.. 1 taking object and another a
reflist.
The verified first test is working. Can you look into the other rest.. not
sure if got something wrong there. The
[test.patch.txt](https://github.com/apache/storm/files/1476952/test.patch.txt)
---