Is the log4j.xml in the classpath of the web app? Cause normally, if it is in the classpath it should work. Or is there already a log4j.xml file loaded by the parent classloader that takes priority....
Type: Posts; User: tm_jee; Keyword(s):
Is the log4j.xml in the classpath of the web app? Cause normally, if it is in the classpath it should work. Or is there already a log4j.xml file loaded by the parent classloader that takes priority....
I think the problem is with the CachedIntrospectionResult that BeanWrapperImpl uses. Introspector that CachedIntrospectionResult uses will recognize the setPassword as a PropertyDescriptor with name...
Just curious. Is it possible to show the bits of code that does this? Is it 1.1.4-rc2? I am using 1.1.4-rc1 and it doesn't seem to complain about the missing DTD doctype.
But when i used <?xml...
If not mistaken, i guess what you mean is that querying through dao should be in the service logic layer, while the actuall execution that has business sense should be in the domain object,...