<[EMAIL PROTECTED]> writes:
> I did a download and make from cvs yesterday, and followed the
> instructions to do a
> TurbineConfig tc = new TurbineConfig(".","TR.props");
> tc.init();
>
> I would get an exception thrown with the error mentioning getLoggingConfig
> line 153
>
> I have found the problem, the TurbineResources.properties file that comes
> with Turbine has entries for
> services.TurbineLoggingService.*
> while the string used by getResources (near line 190) in the call to
> TurbineResources.gerResources() is
> services.LoggingService
>
> Either the distributed TR.props should be changed or line 190 of
> TurbineLoggingService.getResources,
> anyway hope this helps
This was caused by the removal of the prefix "Turbine" from all
service interfaces. The configuration files in CVS were updated at
the same time as the code. It's quite odd that you found your
TR.props in such a state if you just pulled that from CVS.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]