OpenDJ 3 : config framework
Remove all remaining compilation errors in org.opends.server.admin packages
* Replace client.AuthorizationException and client.CommunicateException classes
by ErrorResultException from SDK
** Update stylesheets clientMO.xsl and metaMO.xsl to use ErrorResultException
in generated code
* Replace all javax.naming classes by SDK classes
** Remove JNDIDirContextAdaptor class
* Replace all remaining occurences of RDN, DN and Attribute classes from server
by SDK classes
* Other minor changes