Need to add one refinement to my list here (inline):
On Tuesday, May 28, 2002, at 10:31 AM, Eric Dobbs wrote:
> I don't use the localization service, so it's possible
> that what I recommend here won't apply. I do use
> Fulcrum's XMLRPC service with Turbine 2.2dev. Here's
> how it works for XMLRPC:
>
> 1. Created Fulcrum.properties in the same directory
> as TurbineResources.properties.
> 2. Copied the XMLRPC service configuration from
> TurbineResources.properties to Fulcrum.properties.
2.5. Adjusted the package names in Fulcrum.properties to
use 'org.apache.fulcrum' instead of
'org.apache.turbine.services'
> 3. Commented out or remove the configuration for XMLRPC
> from TurbineResources.properties.
> 4. Added the following to the TurbineResources.properties:
> (assuming it doesn't already exist)
> component.name = fulcrum
> component.fulcrum.classname = org.apache.fulcrum.Fulcrum
> component.fulcrum.config = ${webappRoot}/WEB-INF/conf/Fulcrum.properties
>
> Then in all the code where I would use the XMLRPC service
> I had to be sure my imports used the fulcrum services and
> not the turbine services:
> import org.apache.fulcrum.xmlrpc.TurbineXmlRpc;
> instead of
> import org.apache.turbine.services.xmlrpc.TurbineXmlRpc;
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>