sunSpot = (SunSpot) this.manager.lookup(SunSpot.ROLE);
this.xmlConsumer.startDocument();
Request request = ObjectModelHelper.getRequest(this.objectModel);
if (request.getSession(false) != null) {
sunSpot.showPortal(this.xmlConsumer, false, false);
}
this.xmlConsumer.endDocument();
} catch (ComponentException ce) {
throw new ProcessingException("Lookup of sunSpot failed.", ce);
} finally {