}
public void testNOk() throws Exception {
Subject subject = login("second", "password");
ServiceMixClient client = new DefaultServiceMixClient(jbi);
InOnly me = client.createInOnlyExchange();
me.setService(ReceiverComponent.SERVICE);
me.getInMessage().setSecuritySubject(subject);
me.getInMessage().setContent(new StringSource("<hello>world</hello>"));
try {
client.sendSync(me);