mdarifmustafa / vt-middleware

Automatically exported from code.google.com/p/vt-middleware
0 stars 0 forks source link

ldaptive: some poolconfig properties cannot be set via properties invoker #159

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The PoolConfig object uses is/set mutators for some properties rather than 
get/set.
The PropertyInvoker does not support the is prefix and those properties cannot 
currently be set in packages that leverage the invoker.

Original issue reported on code.google.com by dfis...@gmail.com on 23 May 2013 at 1:16

GoogleCodeExporter commented 8 years ago
Added support for is/set properties.
Get method is used if properties exist for is/get/set.
Fixed in r2720.

Original comment by dfis...@gmail.com on 24 May 2013 at 2:04

GoogleCodeExporter commented 8 years ago

Original comment by dfis...@gmail.com on 24 May 2013 at 2:07