Author: thomas.heute(a)jboss.com
Date: 2007-05-16 08:12:21 -0400 (Wed, 16 May 2007)
New Revision: 7258
Modified:
trunk/server/src/main/org/jboss/portal/server/config/ServerConfigService.java
Log:
JBPORTAL-1400 config.xml was ignored
Modified: trunk/server/src/main/org/jboss/portal/server/config/ServerConfigService.java
===================================================================
---
trunk/server/src/main/org/jboss/portal/server/config/ServerConfigService.java 2007-05-15
21:05:56 UTC (rev 7257)
+++
trunk/server/src/main/org/jboss/portal/server/config/ServerConfigService.java 2007-05-16
12:12:21 UTC (rev 7258)
@@ -112,7 +112,7 @@
return buffer.toString();
}
- protected void createService() throws Exception
+ public void create() throws Exception
{
configResource = new CLResourceLoader().getResource(configLocation);
if (configResource.exists())
@@ -134,7 +134,7 @@
properties.put(DOMAIN_KEY, domain);
}
- protected void destroyService() throws Exception
+ public void destroy() throws Exception
{
properties.clear();
configResource = null;
Show replies by date