private CompiledXQuery preCompiledXQuery;
protected void setUp() throws Exception {
Configuration configuration = new Configuration();
BrokerPool.configure(MY_TEST_INSTANCE, 1, 1, configuration);
BrokerPool brokerPool = BrokerPool.getInstance(MY_TEST_INSTANCE);
//BUG: need to be released!
broker = brokerPool.get(brokerPool.getSecurityManager().getSystemSubject());