protected JBIContainer jbi;
protected ReceiverComponent receiver;
protected void setUp() throws Exception {
jbi = new JBIContainer();
jbi.setUseMBeanServer(false);
jbi.setEmbedded(true);
List entries = new ArrayList();
entries.add(new AuthorizationEntry(ReceiverComponent.SERVICE, null, null, "programmers"));
AuthorizationMap map = new DefaultAuthorizationMap(entries);