How to fix this error at seam app startup?
Thanks
anonymous wrote :
| java.util.MissingResourceException: Can't find bundle for base name
org.hibernate.validator.resources.DefaultValidatorMessages, locale en_US
| at
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
| at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:726)
| at java.util.ResourceBundle.getBundle(ResourceBundle.java:549)
| at org.hibernate.validator.ClassValidator.(ClassValidator.java:129)
| at
org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfiguration.java:318)
| at org.hibernate.cfg.Configuration.buildMappings(Configuration.java:1112)
| at
org.hibernate.ejb.Ejb3Configuration.buildMappings(Ejb3Configuration.java:1233)
| at
org.hibernate.ejb.EventListenerConfigurator.configure(EventListenerConfigurator.java:154)
| at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:869)
| at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:183)
| at org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:240)
| at
org.hibernate.ejb.HibernatePersistence.createEntityManagerFactory(HibernatePersistence.java:120)
| at
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:51)
| at
javax.persistence.Persistence.createEntityManagerFactory(Persistence.java:33)
| at
org.jboss.seam.core.EntityManagerFactory.startup(EntityManagerFactory.java:70)
| at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
| at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
| at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
| at java.lang.reflect.Method.invoke(Method.java:585)
| at org.jboss.seam.util.Reflections.invoke(Reflections.java:20)
| at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:123)
| at org.jboss.seam.Component.callComponentMethod(Component.java:1842)
| at org.jboss.seam.Component.callCreateMethod(Component.java:1757)
| at org.jboss.seam.Component.newInstance(Component.java:1746)
| at org.jboss.seam.contexts.Lifecycle.startup(Lifecycle.java:175)
| at org.jboss.seam.contexts.Lifecycle.endInitialization(Lifecycle.java:145)
| at org.jboss.seam.init.Initialization.init(Initialization.java:504)
| at
org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33)
| at
weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:374)
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4033500#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...