dhkim911
Nov 8th, 2007, 01:26 PM
All
I have issue to call doMapFromContext below code.
it ssems AbstractContextMapper didn't call doMapFromContext.
Can someone help me to fix this?
Thanks
output is only This VZWMODLdapContextMapper
--------------------------------------------------------------------------
protected ContextMapper getContextMapper() {
System.out.println("This VZWMODLdapContextMapper");
return new VLdapContextMapper();
}
private class VdapContextMapper extends AbstractContextMapper {
@Override
protected Object doMapFromContext(DirContextOperations arg0) {
System.out.println("This doMapFromContext");
return null;
}
I have issue to call doMapFromContext below code.
it ssems AbstractContextMapper didn't call doMapFromContext.
Can someone help me to fix this?
Thanks
output is only This VZWMODLdapContextMapper
--------------------------------------------------------------------------
protected ContextMapper getContextMapper() {
System.out.println("This VZWMODLdapContextMapper");
return new VLdapContextMapper();
}
private class VdapContextMapper extends AbstractContextMapper {
@Override
protected Object doMapFromContext(DirContextOperations arg0) {
System.out.println("This doMapFromContext");
return null;
}