[jboss-user] [JBoss Seam] - Re: JBoss 4.2.1GA and Hibernate validator - broken

tynor do-not-reply at jboss.com
Mon Aug 13 21:22:30 EDT 2007


FWIW, 

I've managed to get a working @Email validator by replacing all the hiberate*.jar files in my JBOSS/server/default/lib directory with the following: 

hibernate-annotations.jar (from hibernate-annoations-3.3.0.GA)
  | hibernate-commons-annotations.jar (ditto)
  | hibernate-entitymanager.jar (from hibernate-entitymanager-3.3.1.GA)
  | ejb3-persistance.jar (from hibernate-entitymanager-3.3.1.GA)
  | hibernate-validator.jar (from hibernate-validator-3.0.0.GA)
  | hibernate3.jar (from hibernate-3.2.5.ga) 

I've replaced the lib/hibernate-all.jar bundled with Seam with the above for compile-time and all seems to work OK so far.

I've not tested the @Min validator that originally started this thread.

Seam 1.2.1-GA
JBoss 4.2.1


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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073780



More information about the jboss-user mailing list