-
Bug
-
Resolution: Done
-
Major
-
None
-
None
There is a problem with these two methods:
These methods are being called when the Chains are first created, prior to the ServiceRequest and ServiceResponse objects being created. This results in both being NULL when the above methods are invoked.
Can we perhaps defer chaining together the data handlers until later so that they are not null?
To reproduce, put a breakpoint in SimpleDataPolicy's getRequestDataHandler() and getResponseDataHandler() methods and run the SimpleDataPolicyTest junit test. When they get hit, you'll notice that both those params are null.