Thanks Eric,

I have tried EVERYTHING to get the Localization to work through Fulcrum, but 
it just does not want to! I guess I'll stick with Turbine's localization for 
the moment. In the sourcecode of turbine2 and Fulcrum, I was not able to 
find any dependencies that would prevent it from working , so I really do 
not know why it does not!
regards
Akmal


>From: Eric Dobbs <[EMAIL PROTECTED]>
>Reply-To: "Turbine Users List" <[EMAIL PROTECTED]>
>To: Turbine Users List <[EMAIL PROTECTED]>
>Subject: Re: AW: using the decoupled fulcrum services ?
>Date: Tue, 28 May 2002 13:36:40 -0600
>
>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]>
>




_________________________________________________________________
Chat with friends online, try MSN Messenger: http://messenger.msn.com


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

Reply via email to