07-01-07 12:11 AM
[ https://issues.apache.org/jira/brow...ls:all-tabpanel ]
Emmanuel Lecharny updated DIRSERVER-985:
----------------------------------------
Fix Version/s: (was: 1.5.1)
1.5.2
Agreed, this is not cool...
I just postpone such a modification to the next version, because it's not so
easy to fix.
> PartitionConfig is specific to Jdbm
> -----------------------------------
>
> Key: DIRSERVER-985
> URL: https://issues.apache.org/jira/browse/DIRSERVER-985
> Project: Directory ApacheDS
> Issue Type: Bug
> Components: core
> Affects Versions: 1.5.0
> Reporter: Chris Custine
> Assignee: Chris Custine
> Fix For: 1.5.2
>
>
> PartitionConfiguration is specific to Jdbm and is not an interface, so in order to
implement a custom configuration you must extend this class and override some metho
ds and private vars in order to properly imeplement a custom version. This works ju
st
fine but is pretty much unintuitive. PartitionConfiguration probably needs to be an interfa
ce with the required methods defined and the current PartitionConfiguration code moved to an
implementation of it specifically for Btree/Jdbm.
> As a workaround in 1.5.0, you can extend PartitionConfiguration and override priva
te variable partitionContext and getPartitionContext().
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
[ Post a follow-up to this message ]
|