[Resteasy-users] too much validation.xml loading?

2013-12-20 Thread John Franey
Hi, I have a resource that injects the validator, and the rest method invokes the validator. On every request, I see these entries in the log. That is 'Parsing XML based configuration by 4 on every request. Is that reasonable? If not, how do I workaround? 17:38:14,022 INFO [org.hibernate.val

Re: [Resteasy-users] too much validation.xml loading?

2013-12-21 Thread John Franey
hn On Fri, Dec 20, 2013 at 6:50 PM, John D. Ament wrote: > Hey John, > > How are you? > > It seems like your issue is more Hibernate Validator related. What > version are you using? I don't see that message on the 4.3 branch or > the 4.1 branch. > > - John

Re: [Resteasy-users] too much validation.xml loading?

2013-12-23 Thread John Franey
> >> Also, I assumed (possibly foolishly) that your rest endpoint is >> annotated with a CDI or EJB qualifying annotation. Is that the case? >> >> Just as a heads up as well, the InjectingConstraintValidator was >> recently ported from Seam3 to DeltaSpike.