Greetings,

Is it common to use a custom implementation of RunData?  Is it easy?

The javadoc for DefaultTurbineRunData says it is the default "if another 
implementation is not defined in the default or specified RunData 
configuration."  I've tried changing the default in TR.props...

services.RunDataService.default.run.data=path.to.my.implementation.of.RunData

...but my rundata object is still of class DefaultTurbineRunData.  I don't 
understand how to specify a different RunData configuration.  I set it up 
in TR.props...

services.RunDataService.custom.run.data=path.to.my.implementation.of.RunData
services.RunDataService.custom.parameter.parser=org.apache.turbine.util.parser.
DefaultParameterParser
services.RunDataService.custom.cookie.parser=org.apache.turbine.util.parser.
DefaultCookieParser

...but Turbine ignores it.  How do I tell Turbine to use this configuration?



--
Edwin Gustafson
734 971 3586 x 235
Cayman Chemical Company
42�13'44" N  83�43'25" W


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

Reply via email to