Jonathan Alvarsson wrote:
> I recently got this error: java.lang.NoClassDefFoundError:
> org/apache/commons/logging/LogFactory
> and I have this strange feeling that I was told here not to use commons
> logging together with Spring DM.
> I am as always having great problems with logging.... :(
> Anyway iBatis seems to need that... Anyone know what logging it was I
> wasn't supposed to use? (and if this what is what I can do?)
try slf4j-api, slf4j-log4j (or other wired implementations) and
jcl104-over-slf4j.
The last jar is the one that provides the commons logging APIs - w/o,
the commons logging classes will not be available.
> btw: I am still on v.[1.0.0.rc1] how difficult / worth it is an upgrade?
rc1 is sort of old but I don't think you'll have many problems. If you
encounter any check out the changelog and as always, use the forum or
this mailing list.
Cheers,
> --
> // Jonathan, confused and might tired off things not even starting
> because off logging problems.
--
Costin