Properties info,
JcrContextFactory contextFactory ) {
super(url, info);
if (contextFactory == null) {
jcrContext = new JcrContextFactory() {
@Override
public Context createContext( Properties properties ) throws NamingException {
return ((properties == null || properties.isEmpty()) ? new InitialContext() : new InitialContext(properties));
}
};