User Profile
Collapse
-
There is not code to see. Simply because I'm tesing my Junit installation. Hence, there is no code to show. -
When I say multiple logging levels I mean specifying ERROR, DEBUG, TRACE, etc. all at once.Leave a comment:
-
Ok, I managed to get it logging by playing around with values in the properties file. The original settings were as follows. Where it says ERROR, I added DEBUG and INFO.
...Code:log4j.debug = true log4j.rootLogger=OFF log4j.logger.com.iso.wc.fst=ERROR log4j.logger.com.iso.framework=ERROR, FFILE, FSNMP #################################### end of root and framework logger setting #####################################
Leave a comment:
-
Log4j not logging
Hi,
I have played with various settings in the log4j properties file. I've tried different logging levels also. Nothing is working! My application is not logging out anything. -
ClassCastException in junit 4.5 AllTests
I downloaded Junit 4.5 and am using the TestRunner class to test the AllTests class in the junit/tests package. I am issuing the following command at a DOS prompt:
java -classpath junit-4.5.jar;. junit.textui.Te stRunner junit.tests.All Tests
I get an Error:
java.lang.Class CastException: class junit.tests.All Tests
These classes are already compiled though.
Any help would be appreciated. -
hibernate imports
I am trying to run a Java file that the Hibernate Tutorial states is HibernateUtil.j ava. I get a compile error for the imports:
package org.hibernate does not exist
package org.hibernate.c fg does not exist
What is up with that???
No activity results to display
Show More
Leave a comment: