e = DOMUtil.getFirstChildElement(e);
assertEquals(new QName("", "clientSessionGuid"), DOMUtil.getQName(e));
}
public void testAttachments() throws Exception {
EchoComponent echo = new EchoComponent();
echo.setService(new QName("urn:test", "echo"));
echo.setEndpoint("echo");
container.activateComponent(echo, "echo");
HttpComponent http = new HttpComponent();
HttpEndpoint ep0 = new HttpEndpoint();