}
System.out.println(str);
}
public CommonTableDatabaseAccessor createServerScopeAccessorOne() throws Exception {
this.serverScopeOne.setTopicAccessor(new TopicAccessor(this.serverScopeOne));
ServerEntryFactory sf = new ServerEntryFactory();
sf.initialize(this.serverScopeOne);
String queueCfg = this.serverScopeOne.getProperty().get("QueuePlugin[JDBC][1.0]", (String) null);
Properties queueProps = parsePropertyValue(queueCfg);
JdbcConnectionPool pool = new JdbcConnectionPool();