[jboss-user] [JBoss Seam] - Re: Seam 2.0 is tightly coupled with Hibernate validator

2007-07-10 Thread thejavafreak
Thanks gavin. I think it would be best for users just to instantiate hibernate-validator component via components.xml View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062808#4062808 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=

[jboss-user] [JBoss Seam] - Re: Seam 2.0 is tightly coupled with Hibernate validator

2007-07-10 Thread [EMAIL PROTECTED]
I checked the code - there are actually four hard dependencies to Hibernate Validator: FacesMessages Param Validators BaseSeamTest I guess it would be *possible* to get rid of the hard dependency, but it wouldn't be simple. View the original post : http://www.jboss.com/index.html?module=bb&op

[jboss-user] [JBoss Seam] - Re: Seam 2.0 is tightly coupled with Hibernate validator

2007-07-09 Thread thejavafreak
The issue is not that. The issue is whether I want to use it or not. If I don't use hibernate-validator at all, that means I'm wasting one library that never will be used at all in my apps. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061906#4061906 Reply

[jboss-user] [JBoss Seam] - Re: Seam 2.0 is tightly coupled with Hibernate validator

2007-07-08 Thread [EMAIL PROTECTED]
Hibernate Validator now works with any JPA provider, check the docs. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061820#4061820 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061820 __