Author: dreedy
Date: Tue May 12 12:55:43 2015
New Revision: 1678926
URL: http://svn.apache.org/r1678926
Log:
Working on namespace changes
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/JoinManager
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LeaseRenewalManager
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupDiscovery
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupLocatorDiscovery
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/ServiceDiscoveryManager
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/WakeupManager
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/destroy
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/fiddler-activatable
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mahalo-activatable
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mercury-activatable
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/norm-activatable
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/outrigger-activatable
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-group
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-stop
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/reggie-activatable
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/sharedgroup
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/start
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/JoinManager
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/JoinManager?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/JoinManager
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/JoinManager
Tue May 12 12:55:43 2015
@@ -23,6 +23,6 @@ net.jini.lookup.JoinManager.maxLeaseDura
net.jini.lookup.JoinManager.registrarPreparer: net.jini.security.ProxyPreparer
net.jini.lookup.JoinManager.registrationPreparer:
net.jini.security.ProxyPreparer
net.jini.lookup.JoinManager.serviceLeasePreparer:
net.jini.security.ProxyPreparer
-net.jini.lookup.JoinManager.taskManager: com.sun.jini.thread.TaskManager
-net.jini.lookup.JoinManager.wakeupManager: com.sun.jini.thread.WakeupManager
+net.jini.lookup.JoinManager.taskManager: org.apache.river.thread.TaskManager
+net.jini.lookup.JoinManager.wakeupManager:
org.apache.river.thread.WakeupManager
net.jini.lookup.JoinManager.wakeupRetries: int
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LeaseRenewalManager
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LeaseRenewalManager?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LeaseRenewalManager
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LeaseRenewalManager
Tue May 12 12:55:43 2015
@@ -19,4 +19,4 @@
# LeaseRenewalManager configuration entries
net.jini.lease.LeaseRenewalManager.renewBatchTimeWindow: long
net.jini.lease.LeaseRenewalManager.roundTripTime: long
-net.jini.lease.LeaseRenewalManager.taskManager: com.sun.jini.thread.TaskManager
+net.jini.lease.LeaseRenewalManager.taskManager:
org.apache.river.thread.TaskManager
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupDiscovery
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupDiscovery?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupDiscovery
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupDiscovery
Tue May 12 12:55:43 2015
@@ -27,6 +27,6 @@ net.jini.discovery.LookupDiscovery.multi
net.jini.discovery.LookupDiscovery.multicastRequestInterval: long
net.jini.discovery.LookupDiscovery.multicastRequestMax: int
net.jini.discovery.LookupDiscovery.registrarPreparer:
net.jini.security.ProxyPreparer
-net.jini.discovery.LookupDiscovery.taskManager: com.sun.jini.thread.TaskManager
+net.jini.discovery.LookupDiscovery.taskManager:
org.apache.river.thread.TaskManager
net.jini.discovery.LookupDiscovery.unicastDelayRange: long
-net.jini.discovery.LookupDiscovery.wakeupManager:
com.sun.jini.thread.WakeupManager
+net.jini.discovery.LookupDiscovery.wakeupManager:
org.apache.river.thread.WakeupManager
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupLocatorDiscovery
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupLocatorDiscovery?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupLocatorDiscovery
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/LookupLocatorDiscovery
Tue May 12 12:55:43 2015
@@ -19,5 +19,5 @@
# LookupLocatorDiscovery configuration entries
net.jini.discovery.LookupLocatorDiscovery.initialUnicastDelayRange: long
net.jini.discovery.LookupLocatorDiscovery.registrarPreparer:
net.jini.security.ProxyPreparer
-net.jini.discovery.LookupLocatorDiscovery.taskManager:
com.sun.jini.thread.TaskManager
-net.jini.discovery.LookupLocatorDiscovery.wakeupManager:
com.sun.jini.thread.WakeupManager
+net.jini.discovery.LookupLocatorDiscovery.taskManager:
org.apache.river.thread.TaskManager
+net.jini.discovery.LookupLocatorDiscovery.wakeupManager:
org.apache.river.thread.WakeupManager
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/ServiceDiscoveryManager
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/ServiceDiscoveryManager?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/ServiceDiscoveryManager
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/ServiceDiscoveryManager
Tue May 12 12:55:43 2015
@@ -17,8 +17,8 @@
#*/
# ServiceDiscoveryManager configuration entries
-net.jini.lookup.ServiceDiscoveryManager.cacheTaskManager:
com.sun.jini.thread.TaskManager
-net.jini.lookup.ServiceDiscoveryManager.discardTaskManager:
com.sun.jini.thread.TaskManager
+net.jini.lookup.ServiceDiscoveryManager.cacheTaskManager:
org.apache.river.thread.TaskManager
+net.jini.lookup.ServiceDiscoveryManager.discardTaskManager:
org.apache.river.thread.TaskManager
net.jini.lookup.ServiceDiscoveryManager.discardWait: long
net.jini.lookup.ServiceDiscoveryManager.discoveryManager:
net.jini.discovery.DiscoveryManagement
net.jini.lookup.ServiceDiscoveryManager.eventLeasePreparer:
net.jini.security.ProxyPreparer
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/WakeupManager
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/WakeupManager?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/WakeupManager
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/WakeupManager
Tue May 12 12:55:43 2015
@@ -17,4 +17,4 @@
#*/
# WakeupManager configuration entries
-com.sun.jini.thread.WakeupManager.queueThreadTimeout: long
+org.apache.river.thread.WakeupManager.queueThreadTimeout: long
Modified: river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/destroy
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/destroy?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/destroy
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/destroy Tue
May 12 12:55:43 2015
@@ -17,8 +17,8 @@
#*/
# destroy.jar DestroySharedGroup configuration entries
-com.sun.jini.start.activationIDPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.start.activationSystemPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.start.loginContext: javax.security.auth.login.LoginContext
-com.sun.jini.start.serviceDestructors: com.sun.jini.start.ServiceDescriptor[]
-com.sun.jini.start.servicePreparer: net.jini.security.ProxyPreparer
+org.apache.river.start.activationIDPreparer: net.jini.security.ProxyPreparer
+org.apache.river.start.activationSystemPreparer:
net.jini.security.ProxyPreparer
+org.apache.river.start.loginContext: javax.security.auth.login.LoginContext
+org.apache.river.start.serviceDestructors:
org.apache.river.start.ServiceDescriptor[]
+org.apache.river.start.servicePreparer: net.jini.security.ProxyPreparer
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/fiddler-activatable
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/fiddler-activatable?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/fiddler-activatable
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/fiddler-activatable
Tue May 12 12:55:43 2015
@@ -17,5 +17,5 @@
#*/
# activatable persistent fiddler configuration entries
-com.sun.jini.fiddler.activationIdPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.fiddler.activationSystemPreparer: net.jini.security.ProxyPreparer
+org.apache.river.fiddler.activationIdPreparer: net.jini.security.ProxyPreparer
+org.apache.river.fiddler.activationSystemPreparer:
net.jini.security.ProxyPreparer
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mahalo-activatable
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mahalo-activatable?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mahalo-activatable
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mahalo-activatable
Tue May 12 12:55:43 2015
@@ -17,5 +17,5 @@
#*/
# activatable persistent mahalo configuration entries
-com.sun.jini.mahalo.activationIdPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.mahalo.activationSystemPreparer: net.jini.security.ProxyPreparer
+org.apache.river.mahalo.activationIdPreparer: net.jini.security.ProxyPreparer
+org.apache.river.mahalo.activationSystemPreparer:
net.jini.security.ProxyPreparer
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mercury-activatable
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mercury-activatable?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mercury-activatable
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/mercury-activatable
Tue May 12 12:55:43 2015
@@ -17,5 +17,5 @@
#*/
# activatable persistent mercury configuration entries
-com.sun.jini.mercury.activationIdPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.mercury.activationSystemPreparer: net.jini.security.ProxyPreparer
+org.apache.river.mercury.activationIdPreparer: net.jini.security.ProxyPreparer
+org.apache.river.mercury.activationSystemPreparer:
net.jini.security.ProxyPreparer
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/norm-activatable
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/norm-activatable?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/norm-activatable
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/norm-activatable
Tue May 12 12:55:43 2015
@@ -17,5 +17,5 @@
#*/
# activatable persistent norm configuration entries
-com.sun.jini.norm.activationIdPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.norm.activationSystemPreparer: net.jini.security.ProxyPreparer
+org.apache.river.norm.activationIdPreparer: net.jini.security.ProxyPreparer
+org.apache.river.norm.activationSystemPreparer: net.jini.security.ProxyPreparer
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/outrigger-activatable
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/outrigger-activatable?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/outrigger-activatable
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/outrigger-activatable
Tue May 12 12:55:43 2015
@@ -17,5 +17,5 @@
#*/
# activatable persistent outrigger configuration entries
-com.sun.jini.outrigger.activationIdPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.outrigger.activationSystemPreparer:
net.jini.security.ProxyPreparer
+org.apache.river.outrigger.activationIdPreparer:
net.jini.security.ProxyPreparer
+org.apache.river.outrigger.activationSystemPreparer:
net.jini.security.ProxyPreparer
Modified: river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix Tue
May 12 12:55:43 2015
@@ -17,19 +17,19 @@
#*/
# phoenix configuration entries
-com.sun.jini.phoenix.activatorExporter: net.jini.export.Exporter
-com.sun.jini.phoenix.groupConfig: String[]
-com.sun.jini.phoenix.groupLocation: String
-com.sun.jini.phoenix.groupOptions: String[]
-com.sun.jini.phoenix.groupOutputHandler:
com.sun.jini.phoenix.GroupOutputHandler
-com.sun.jini.phoenix.groupThrottle: int
-com.sun.jini.phoenix.groupTimeout: int
-com.sun.jini.phoenix.instantiatorPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.phoenix.loginContext: javax.security.auth.login.LoginContext
-com.sun.jini.phoenix.monitorExporter: net.jini.export.Exporter
-com.sun.jini.phoenix.persistenceDirectory: String
-com.sun.jini.phoenix.persistenceSnapshotThreshold: int
-com.sun.jini.phoenix.registryExporter: net.jini.export.Exporter
-com.sun.jini.phoenix.systemExporter: net.jini.export.Exporter
-com.sun.jini.phoenix.unexportTimeout: int
-com.sun.jini.phoenix.unexportWait: int
+org.apache.river.phoenix.activatorExporter: net.jini.export.Exporter
+org.apache.river.phoenix.groupConfig: String[]
+org.apache.river.phoenix.groupLocation: String
+org.apache.river.phoenix.groupOptions: String[]
+org.apache.river.phoenix.groupOutputHandler:
org.apache.river.phoenix.GroupOutputHandler
+org.apache.river.phoenix.groupThrottle: int
+org.apache.river.phoenix.groupTimeout: int
+org.apache.river.phoenix.instantiatorPreparer: net.jini.security.ProxyPreparer
+org.apache.river.phoenix.loginContext: javax.security.auth.login.LoginContext
+org.apache.river.phoenix.monitorExporter: net.jini.export.Exporter
+org.apache.river.phoenix.persistenceDirectory: String
+org.apache.river.phoenix.persistenceSnapshotThreshold: int
+org.apache.river.phoenix.registryExporter: net.jini.export.Exporter
+org.apache.river.phoenix.systemExporter: net.jini.export.Exporter
+org.apache.river.phoenix.unexportTimeout: int
+org.apache.river.phoenix.unexportWait: int
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-group
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-group?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-group
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-group
Tue May 12 12:55:43 2015
@@ -17,10 +17,10 @@
#*/
# phoenix activation group configuration entries
-com.sun.jini.phoenix.inheritGroupSubject: boolean
-com.sun.jini.phoenix.instantiatorExporter: net.jini.export.Exporter
-com.sun.jini.phoenix.loginContext: javax.security.auth.login.LoginContext
-com.sun.jini.phoenix.monitorPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.phoenix.systemPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.phoenix.unexportTimeout: int
-com.sun.jini.phoenix.unexportWait: int
+org.apache.river.phoenix.inheritGroupSubject: boolean
+org.apache.river.phoenix.instantiatorExporter: net.jini.export.Exporter
+org.apache.river.phoenix.loginContext: javax.security.auth.login.LoginContext
+org.apache.river.phoenix.monitorPreparer: net.jini.security.ProxyPreparer
+org.apache.river.phoenix.systemPreparer: net.jini.security.ProxyPreparer
+org.apache.river.phoenix.unexportTimeout: int
+org.apache.river.phoenix.unexportWait: int
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-stop
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-stop?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-stop
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/phoenix-stop
Tue May 12 12:55:43 2015
@@ -17,7 +17,7 @@
#*/
# phoenix -stop configuration entries
-com.sun.jini.phoenix.loginContext: javax.security.auth.login.LoginContext
-com.sun.jini.phoenix.registryHost: String
-com.sun.jini.phoenix.registryPort: int
-com.sun.jini.phoenix.systemPreparer: net.jini.security.ProxyPreparer
+org.apache.river.phoenix.loginContext: javax.security.auth.login.LoginContext
+org.apache.river.phoenix.registryHost: String
+org.apache.river.phoenix.registryPort: int
+org.apache.river.phoenix.systemPreparer: net.jini.security.ProxyPreparer
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/reggie-activatable
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/reggie-activatable?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
---
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/reggie-activatable
(original)
+++
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/reggie-activatable
Tue May 12 12:55:43 2015
@@ -17,5 +17,5 @@
#*/
# activatable persistent reggie configuration entries
-com.sun.jini.reggie.activationIdPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.reggie.activationSystemPreparer: net.jini.security.ProxyPreparer
+org.apache.river.reggie.activationIdPreparer: net.jini.security.ProxyPreparer
+org.apache.river.reggie.activationSystemPreparer:
net.jini.security.ProxyPreparer
Modified:
river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/sharedgroup
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/sharedgroup?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/sharedgroup
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/sharedgroup
Tue May 12 12:55:43 2015
@@ -17,7 +17,7 @@
#*/
# SharedGroupImpl configuration entries
-com.sun.jini.start.activationIdPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.start.activationSystemPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.start.exporter: net.jini.export.Exporter
-com.sun.jini.start.loginContext: javax.security.auth.login.LoginContext
+org.apache.river.start.activationIdPreparer: net.jini.security.ProxyPreparer
+org.apache.river.start.activationSystemPreparer:
net.jini.security.ProxyPreparer
+org.apache.river.start.exporter: net.jini.export.Exporter
+org.apache.river.start.loginContext: javax.security.auth.login.LoginContext
Modified: river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/start
URL:
http://svn.apache.org/viewvc/river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/start?rev=1678926&r1=1678925&r2=1678926&view=diff
==============================================================================
--- river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/start
(original)
+++ river/jtsk/skunk/qa-refactor-namespace/trunk/src/configentry/start Tue May
12 12:55:43 2015
@@ -17,9 +17,9 @@
#*/
# start.jar ServiceStarter configuration entries
-com.sun.jini.start.activationIDPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.start.activationSystemPreparer: net.jini.security.ProxyPreparer
-com.sun.jini.start.loginContext: javax.security.auth.login.LoginContext
-com.sun.jini.start.serviceDescriptors: com.sun.jini.start.ServiceDescriptor[]
-com.sun.jini.start.serviceDestructors: com.sun.jini.start.ServiceDescriptor[]
-com.sun.jini.start.servicePreparer: net.jini.security.ProxyPreparer
+org.apache.river.start.activationIDPreparer: net.jini.security.ProxyPreparer
+org.apache.river.start.activationSystemPreparer:
net.jini.security.ProxyPreparer
+org.apache.river.start.loginContext: javax.security.auth.login.LoginContext
+org.apache.river.start.serviceDescriptors:
org.apache.river.start.ServiceDescriptor[]
+org.apache.river.start.serviceDestructors:
org.apache.river.start.ServiceDescriptor[]
+org.apache.river.start.servicePreparer: net.jini.security.ProxyPreparer