Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r2684 - in branches/new-structure/trunk/geant2_java-xml-ls/conf: . wsdd

Subject: perfsonar development work

List archive

perfsonar: r2684 - in branches/new-structure/trunk/geant2_java-xml-ls/conf: . wsdd


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r2684 - in branches/new-structure/trunk/geant2_java-xml-ls/conf: . wsdd
  • Date: Mon, 20 Aug 2007 08:59:48 -0400

Author: mac
Date: 2007-08-20 08:59:48 -0400 (Mon, 20 Aug 2007)
New Revision: 2684

Modified:

branches/new-structure/trunk/geant2_java-xml-ls/conf/components.properties.template

branches/new-structure/trunk/geant2_java-xml-ls/conf/wsdd/service-deploy.wsdd

branches/new-structure/trunk/geant2_java-xml-ls/conf/wsdd/service-undeploy.wsdd
Log:
Configuration file templates for LS

Modified:
branches/new-structure/trunk/geant2_java-xml-ls/conf/components.properties.template
===================================================================
---
branches/new-structure/trunk/geant2_java-xml-ls/conf/components.properties.template
2007-08-20 12:58:38 UTC (rev 2683)
+++
branches/new-structure/trunk/geant2_java-xml-ls/conf/components.properties.template
2007-08-20 12:59:48 UTC (rev 2684)
@@ -4,15 +4,15 @@
# --------------- Common components -----------------------------

#Configuration component - must be the first one!
-config=org.perfsonar.commons.auxiliary.components.configuration.properties.PropertiesConfigurationComponent
+config=org.perfsonar.base.auxiliary.components.configuration.properties.PropertiesConfigurationComponent

#Logger component - must be the second one!
-logger=org.perfsonar.commons.auxiliary.components.logger.log4j.Log4jLoggerComponent
+logger=org.perfsonar.base.auxiliary.components.logger.log4j.Log4jLoggerComponent

# ---------------- Service specific components -------------------

#Lookup service scheduler, needs for other functionalities such as LS
Cleanup, MLS
-#SCHEDULER:ls_scheduler=org.perfsonar.commons.auxiliary.components.simplescheduler.Scheduler
+#SCHEDULER:ls_scheduler=org.perfsonar.base.auxiliary.components.simplescheduler.Scheduler

# LS Cleanup (loads by LSCleanupLoader, needs scheduler)
# To enable remove "#CLEANUP:" prefix

Modified:
branches/new-structure/trunk/geant2_java-xml-ls/conf/wsdd/service-deploy.wsdd
===================================================================
---
branches/new-structure/trunk/geant2_java-xml-ls/conf/wsdd/service-deploy.wsdd
2007-08-20 12:58:38 UTC (rev 2683)
+++
branches/new-structure/trunk/geant2_java-xml-ls/conf/wsdd/service-deploy.wsdd
2007-08-20 12:59:48 UTC (rev 2684)
@@ -1,7 +1,7 @@
<deployment xmlns="http://xml.apache.org/axis/wsdd/";
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>

-<service name="MeasurementArchiveService" style="message">
+<service name="LookupService" style="message">
<Documentation>Defines the name of the service and the type of service. The
style if message which for some reason makes communication cleaner and does
not affect anything. It implicitly uses Document style </Documentation>

<parameter name="className"
value="org.perfsonar.service.base.web.RequestHandler"/>
@@ -10,7 +10,7 @@
<parameter name="allowedMethods" value="acceptCall"/>
<Documentation> specified the methods that can be accessed. Only one method
for now and that is acceptCall</Documentation>

-<namespace>http://perfsonar.org/services/measurementArchive</namespace>
+<namespace>http://perfsonar.org/services/ls</namespace>
<Documentation> namespace associated with the service </Documentation>
</service>
</deployment>

Modified:
branches/new-structure/trunk/geant2_java-xml-ls/conf/wsdd/service-undeploy.wsdd
===================================================================
---
branches/new-structure/trunk/geant2_java-xml-ls/conf/wsdd/service-undeploy.wsdd
2007-08-20 12:58:38 UTC (rev 2683)
+++
branches/new-structure/trunk/geant2_java-xml-ls/conf/wsdd/service-undeploy.wsdd
2007-08-20 12:59:48 UTC (rev 2684)
@@ -1,3 +1,3 @@
<undeployment xmlns="http://xml.apache.org/axis/wsdd/";>
- <service name="MeasurementArchiveService"/>
+ <service name="LookupService"/>
</undeployment>



  • perfsonar: r2684 - in branches/new-structure/trunk/geant2_java-xml-ls/conf: . wsdd, svnlog, 08/20/2007

Archive powered by MHonArc 2.6.16.

Top of Page