I only had a quick look at the stacktrace, but it looks like Hibernate is trying to use the Bean Validation API and the bootstrapping process fails for some reason. Perhaps the implementation is missing? Do you have Hibernate Validator on the classpath? You could try to add this and see if it helps.
Christian 2012/6/2 Rafael Pestano <[email protected]> > Hi everyone, > > im trying to migrante a simple Spring crud app to OWB running in tomcat > 7.0.27, CDI container starts without problems but im facing some problems > with Hibernate, here is the startup log + error when i access the login > page: http://pastebin.com/UTpuk18p > > the application can be found here: > https://github.com/rmpestano/jsf-issuetracker-project > > the libs i'm deploying within my war are here: > https://github.com/rmpestano/jsf-issuetracker-project/tree/master/WebContent/WEB-INF/lib > > and the class which is referred in error log is this one: > https://github.com/rmpestano/jsf-issuetracker-project/blob/master/src/br/com/triadworks/issuetracker/dao/impl/UsuarioDaoImpl.java > > which is failing to be injected in this bean: > https://github.com/rmpestano/jsf-issuetracker-project/blob/master/src/br/com/triadworks/issuetracker/controller/LoginBean.java > > > any help is appreciated, thanks in advance. > > > Att, > > Rafael M. Pestano > > Desenvolvedor Java Cia. de Processamento de Dados do Rio Grande do Sul > Graduando em Ciência da Computação UFRGS > http://code.google.com/p/jsf-conventions-framework/ > http://rpestano.wordpress.com > @realpestano > -- Christian Kaltepoth Blog: http://chkal.blogspot.com/ Twitter: http://twitter.com/chkal
