OVD 11.1.1.5 plugin not executing the get method
I have a custom OVD plugin that all it does is when attribute "a" is requested it modifies the requested attributes to also request attribute "b".
Sounds simple.
I have created the plugin and I see the init and available returning in the logs with no problem but I never see any evidence that the get is ever reached. no log entries no errors, etc...
Any suggestions would be greatly appreciated.
Here is the method in it's entirety
public void get(Chain chain, Credentials creds, DirectoryString base,
Int8 scope, Filter filter, Bool typesOnly,
Vector<DirectoryString> attributes, Vector<EntrySet> result)