SunRise sunRise = null;
try {
sunRise = (SunRise)this.manager.lookup(SunRise.ROLE);
if (sunRise.isAuthenticated() == true) {
sunRise.showConfiguration(this.xmlConsumer, this.source);
}
} catch (ComponentException ex) {
throw new ProcessingException("ComponentManagerException: " + ex, ex);
} finally {
this.manager.release(sunRise);