@Override
public IObjectStore getObjectStore(String objectStoreName,
IConnection conn, String userName, String userPassword)
throws RepositoryException, RepositoryLoginException {
ObjectStore os = null;
try {
os = getRawObjectStore(userName, userPassword,
((FnConnection) conn).getConnection(), objectStoreName);
} catch (Throwable e) {
logger.log(Level.WARNING, "Unable to connect to the Object Store with user: "