115116117118119120121122123124125
method.invoke(accessManager, PropertyUtils.replaceProperties(argumentValues.get(i))); } catch (Exception e) { ConfigurationException ce = new ConfigurationException(e.getMessage(), e.getCause()); ce.initCause(e); throw ce; } } }
126127128129130131132133134135136