El error dice lo que dice
Cita: failed on Glassfish server 3.1
y
Cita: E:\Netbeans\Hibernate\HibernateSinAnotacion\nbproj ect\build-impl.xml:728
Leí mal, parece normal que en algo que se llama HibernateSinAnotacion no haya anotaciones de hibernate, pero te está diciendo que el error salta al intentar crear algún objeto según lo que tengas puesto en build-impl.xml.
Lee el log tal y como te dice el error, e investiga un poco sobre las excepciones que te marca.
java.lang.ExceptionInInitializerError.
http://download.oracle.com/javase/1,...izerError.html Cita: An ExceptionInInitializerError is thrown to indicate that an exception occurred during evaluation of a static initializer or the initializer for a static variable.