User Profile

Collapse

Profile Sidebar

Collapse
eazyigz
eazyigz
Last Activity: Jul 14 '09, 02:14 PM
Joined: Sep 10 '08
Location: Nyack,NY
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eazyigz
    replied to ClassCastException in junit 4.5 AllTests
    in Java
    There is not code to see. Simply because I'm tesing my Junit installation. Hence, there is no code to show.
    See more | Go to post

    Leave a comment:


  • eazyigz
    replied to Log4j not logging
    in Java
    When I say multiple logging levels I mean specifying ERROR, DEBUG, TRACE, etc. all at once.
    See more | Go to post

    Leave a comment:


  • eazyigz
    replied to Log4j not logging
    in Java
    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  #####################################
    ...
    See more | Go to post

    Leave a comment:


  • eazyigz
    started a topic Log4j not logging
    in Java

    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.
    See more | Go to post

  • eazyigz
    started a topic ClassCastException in junit 4.5 AllTests
    in Java

    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.
    See more | Go to post

  • eazyigz
    started a topic hibernate imports
    in Java

    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???
    See more | Go to post
    Last edited by eazyigz; Nov 14 '08, 06:15 PM. Reason: annotation
No activity results to display
Show More
Working...