log4j « Annotation « JPA Q&A





1. Error when trying to use hibernate annotations    stackoverflow.com

The error I'm receiving is listed here. That's my HibernateUtil.java

package com.rosejapan;

import org.hibernate.SessionFactory;
import org.hibernate.cfg.AnnotationConfiguration;;

public class HibernateUtil
{
    private static final SessionFactory sessionFactory;

    static
    ...