[hibernate-dev] JSR-303 bean validation with Spring does not kick in

2014-02-22 Thread Abhijit Sarkar
Hi, I've configured a JSR-303 custom validator following what's given in the docs ( http://docs.spring.io/spring/docs/4.0.x/spring-framework-reference/html/validation.html), complete with LocalValidatorFactoryBean and Hibernate validator on the classpath. However, my validator just refuses to kick

Re: [hibernate-dev] WELD-1606

2014-02-20 Thread Abhijit Sarkar
> Brett Meyer > Red Hat, Hibernate ORM > > - Original Message - > From: "Abhijit Sarkar" > To: "Brett Meyer" > Cc: hibernate-dev@lists.jboss.org > Sent: Wednesday, February 19, 2014 7:05:20 PM > Subject: RE: [hibernate-dev] WELD-1606 > &

Re: [hibernate-dev] WELD-1606

2014-02-19 Thread Abhijit Sarkar
files to your JIRA issue ? > > On 20 February 2014 00:05, Abhijit Sarkar > wrote: > > Brett,Thanks for taking a look. I'm not getting a javassist class cast, > so I don't see the relevance with HHH-8778. I still upgraded to javassist > 3.18.1-GA but it did not help.

Re: [hibernate-dev] WELD-1606

2014-02-19 Thread Abhijit Sarkar
t; https://hibernate.atlassian.net/browse/HHH-8778 > > There is an interface change in newer versions of Javassist (ProxyObject -> > Proxy) > > Brett Meyer > Red Hat, Hibernate ORM > > - Original Message - > From: "Abhijit Sarkar" > To: hibernate-dev@l

[hibernate-dev] WELD-1606

2014-02-18 Thread Abhijit Sarkar
Hi, Does anyone want to take a look at WELD-1606 and help me out? It seems pretty similar to WELD-1498, a fix for which is targeted for 2.1.0.Beta2. Regards, Abhijit Sarkar ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https

[hibernate-dev] RESTEasy, CDI, embedded Jetty, bean validation is ignored‏

2014-02-11 Thread Abhijit Sarkar
Hi, I've a Groovy project where I use RESTEasy with CDI (Weld) and deploy to embedded Jetty. What I can't seem to get working is bean validation. The documentation says that adding 'resteasy-validator-provider-11' along with hibernate validator dependencies (hibernate-validator, hibernate-validator