On Thu, Jun 30, 2011 at 9:56 AM, Kiran Ayyagari <[email protected]>wrote:
> no, this control is supported but you jut need to set the system > property 'default.controls' to load the controls > e.x System.setProperty( > StandaloneLdapApiService.DEFAULT_CONTROLS_LIST, > > "org.apache.directory.shared.ldap.codec.controls.search.pagedSearch.PagedResultsFactory" > ); > > Take a look at the code present in FrameworkRunner (starting from line 92) > > P.S:- we know this is kind of weird to set settings to load but we > were trying to strike a balance between OSGi and standalone usage of > the server and its API, so this mandatory step for now > > Thanks. That did the trick. --Daniel Fisher
