{
// log.debug("Starting installation");
//
ContainerInfoBuilderContext builderContext = new ContainerInfoBuilderContextImpl(metaData, webApp);
ContainerInfoBuilder builder = new ContainerInfoBuilder(webApp.getContextPath(), metaData, builderContext);
builder.build();
//
PortletApplicationObject portletApplicationObject = new PortletApplicationImpl(builder.getApplication());