You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by Kevin Smith <ke...@electricanvil.com> on 2002/02/16 04:44:05 UTC

[PATCH] Fixing up ROLES

Attached are patches (cvs -z3 -ub) for the following files:

org/apache/avalon/cornerstone/services/connection/ConnectionManager.java
org/apache/avalon/cornerstone/services/datasource/DataSourceSelector.java
org/apache/avalon/cornerstone/services/dom/DocumentBuilderFactory.java
org/apache/avalon/cornerstone/services/packet/PacketManager.java
org/apache/avalon/cornerstone/services/rmification/RMIfication.java

These patches change the role strings from:

String ROLE =
   "org.apache.avalon.cornerstone.services.rmification.RMIfication"

to:

String ROLE = RMIfication.class.getName()

--Kevin