This is what I needed.
Type: Posts; User: nadeau; Keyword(s):
This is what I needed.
I'm using Spring and EhCache to implement method caching. It works like a charm!
Now I want to be able to intercept a method depending on it's parameters.
public interface StuffDao {
...
The search engine on the forum really piss me off. I'm trying to search for "useSqlStateForTranslation" and I the result is "No topics or posts met your search criteria". I KNOW this word is written...
> Which method worked for you?
> Option 2 adding org.apache.commons.logging.LogFactory in the META-INF/services directory or
> Option 3 commons-logging.properties with classloader set to...
I found a solution to my problem.
The problem is cause by to use of commons-logging and Websphere. Websphere use JCL internally and an application have to override websphere's configuration.
...
I want to configure spring logging using log4j.
I want to send all Spring logging to a file and we already use log4j in our application.
How do you do such a thing?
thank you.