@Test
public void testSimpleInMemoryJDBCDynamicPropertySource() throws Throwable {
DataSource ds = createDataConfigSource("MySiteConfiguration");
JDBCConfigurationSource source = new JDBCConfigurationSource(
ds,
"select distinct property_key, property_value from MySiteProperties",
"property_key", "property_value");
FixedDelayPollingScheduler scheduler = new FixedDelayPollingScheduler(
0, 10, false);