Hi Lucky Scott,
any chance to get more logging output to see what went wrong (withou
being in my office)?!
Cheers,
Siegfried Goeschl
Scott Eade wrote:
The javadoc for TurbineAvalonComponentService includes this:
If you want to initialize Torque by using the AvalonComponentService,
you must activate Torque at initialization time by specifying
services.AvalonComponentService.lookup = org.apache.torque.Torque in
your TurbineResources.properties.
Shouldn't the lookup value be org.apache.torque.avalon.Torque? This
would be consistent with
http://people.apache.org/~henning/turbine/turbine-2.3.2-rc1/services/avalon-component-service.html
and 2.3.1.
I have just switched over to 2.3.2-rc1 and lucky me I get:
2005-09-13 22:26:09,371 INFO [Thread-0 ] services.BaseServiceBroker
- Start Initializing service (early): AvalonComponentService
2005-09-13 22:26:09,401 ERROR [Thread-0 ] services.BaseServiceBroker
- org.apache.turbine.services.InstantiationException: Failed to
instantiate service AvalonComponentService
My config files haven't changed from 2.3.1.
Scott