Estou tentando salvar um autor novo através do botão "Gravar", contido na página Autor.xhtml, porem ao clicar no botão "Gravar", tenho recebido a seguinte mensagem de erro:
HTTP Status 500 - Internal Server Error
type Exception report
messageInternal Server Error
descriptionThe server encountered an internal error that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: java.lang.ExceptionInInitializerError
root cause
javax.faces.el.EvaluationException: java.lang.ExceptionInInitializerError
root cause
java.lang.ExceptionInInitializerError
root cause
javax.persistence.PersistenceException: No Persistence provider for EntityManager named livrariadb
note The full stack traces of the exception and its root causes are available in the GlassFish Server Open Source Edition 4.1.1 logs.
Aparentemente está tudo ok, tanto que consegui rodar o "PopulaBanco" referente ao exercício anterior, criando e inserindo as informações no meu banco de dados. Gostaria de pedir a ajuda dos colegas, para solucionar esse problema. Desde já agradeço.