*/
protected XQueryExecutor getExecutor() {
XQueryExecutor executor = new XQueryExecutor();
XQDataSource ds;
try {
ds = new SednaXQDataSource();
ds.setProperty("serverName", "localhost");
ds.setProperty("databaseName", "test");
} catch (XQException e) {
throw new RuntimeException(e.getMessage(), e);
}