assertSendAndReceiveMessages(service);
}
public void XXXXtestTemplate() throws Exception {
XSQLConnectionManagerFactory factory = new XSQLConnectionManagerFactory() {
public XSQLConnectionManager create() {
return new XSQLConnectionManager() {
public XSQLConnection getConnection(String s, XSQLPageRequest xsqlPageRequest) throws SQLException {
return new XSQLConnection(dataSource.getConnection(), s);
}