Hi Daniel,
Yes a cut and paste victim from:
http://jakarta.apache.org/turbine/turbine-2.3/howto/extend-user-howto.html
replace "extending TurbineUser" with "using Hibernate" perhaps.
As for the logger these are the extra lines from "log4j.properties" (you may
have
Log4j.properties) in conf. I moved to it classes and lowercased it but you
may not have to do that. To be honest I find the logging stuff a black art
that is best left alone.
log4j.logger.org.apache.torque.engine = DEBUG, turbine
log4j.additivity.org.apache.torque.engine = false
But then if you are using Hibernate why worry about Torque logging?
As for the support - yes the CVS commits continue. The move towards
Maven should also be beneficial.
Best Regards,
Malcolm Kendall, NetVisionIT
-----Original Message-----
From: Daniel Brahneborg [mailto:[EMAIL PROTECTED]
Sent: 10 April 2004 12:31
To: Turbine Users List
Subject: Re: TDK 2.3 problem: "Requested Page not found: Default"
Hi,
On Sat, Apr 10, 2004 at 11:43:15AM +0100, mkblueyonder wrote:
> Hi Daniel,
> I found all the same problems. The servlet.jar seems
> to clash with the one in <tomcatdir>/common/lib. Removing
> the webapps one seemed to solve it.
Since I've done nothing but install the TDK, I'd be very
happy if the maintainers could prevent these files from
being copied there in the first place. :)
Now I have identical servlet.jar files in tdk/common/lib
and tdk/tdk/lib.
> Log4J - I added a "org.apache.torque.engine" logger pointing
> to the turbine appender. That seemed to make it happy.
Wanna show me the exact lines for this?
> are you using ComponentService or AvalonComponentService to load
> Torque? I gave up on the latter as it crashed the whole app with a NPE.
> It just feels uncomfortable to be using deprecated classes.
To be perfectly honest, I have no idea. I indent to use
Hibernate instead, which should work fine according to this:
http://jakarta.apache.org/turbine/turbine-2.3/howto/hibernate-howto.html
There is a small typo at the top, btw: "The motivating factors
for extending TurbineUser are". Huh? What did TurbineUser
come from? A forgotten copy/paste?
This is still supported, I hope?
Thanks for your help,
/Basic
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]