Skip to content

Commit

Permalink
GTNPORTAL-2611 Removed now unneeded code.
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm authored and bdaw committed Oct 1, 2012
1 parent bdbca41 commit 6519390
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public class GateInConfiguration
private final List<ServiceName> childSubUnits = new ArrayList<ServiceName>();

final ModuleLoader moduleLoader = Module.getBootModuleLoader();
private AS7Plugins wsrpPlugins;

GateInConfiguration()
{
Expand Down Expand Up @@ -177,14 +176,4 @@ public static boolean isGateInOrPortletArchive(DeploymentUnit du)
{
return isGateInArchive(du) || isPortletArchive(du);
}

public AS7Plugins getWSRPPlugins()
{
return wsrpPlugins;
}

public void setWSRPPlugins(AS7Plugins plugins)
{
this.wsrpPlugins = plugins;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public void deploy(DeploymentPhaseContext phaseContext) throws DeploymentUnitPro

if (isLastModuleStarting(config, moduleId))
{
final StartupService startup = new StartupService(config);
final StartupService startup = new StartupService();
startup.setGateInModule(du.getAttachment(Attachments.MODULE));

final ServiceBuilder<StartupService> builder = phaseContext.getServiceTarget()
Expand Down

0 comments on commit 6519390

Please sign in to comment.