On Tuesday, May 28, 2002, at 07:23  AM, Schmidt, Uwe wrote:

> But the problem is still the same. Calling the localization service
> fulcrum complains that it does not know such a service.

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.
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;

Maybe that will work for localization.
Hope that helps.
-Eric

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to