Sigh. Nothing is ever easy, eh!

I get:

===

javax.servlet.ServletException: could not instantiate ClassValidator
        at javax.faces.webapp.FacesServlet.service(FacesServlet.java:121)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)

        ...

        at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
        at java.lang.Thread.run(Unknown Source)
18:22:05,562 INFO  [SeamExceptionFilter] killing transaction
18:22:05,562 ERROR [[Faces Servlet]] Servlet.service() for servlet Faces 
Servlet threw exception
java.lang.IllegalArgumentException: could not instantiate ClassValidator
        at 
org.hibernate.validator.ClassValidator.createValidator(ClassValidator.java:265)
        at 
org.hibernate.validator.ClassValidator.createMemberValidator(ClassValidator.java:233)
        at 
org.hibernate.validator.ClassValidator.initValidator(ClassValidator.java:176)

        ...

        at 
org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.util.MissingResourceException: Can't find resource for bundle 
java.util.PropertyResourceBundle, key validator.length
        at java.util.ResourceBundle.getObject(Unknown Source)
        at java.util.ResourceBundle.getString(Unknown Source)
        at 
org.hibernate.validator.ClassValidator.replace(ClassValidator.java:518)
        at 
org.hibernate.validator.ClassValidator.createValidator(ClassValidator.java:260)
        ... 46 more

===

I saw this:

http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3928305

Is this still an issue...should I go to the shiny new version in CVS (planning 
to give it a try anyhow...)

Cheers,

Alph

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3977459#3977459

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3977459
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to