fabio.cbrandao 16 de out. de 2011
Grande zoren,
dei uma lida no changelog do vraptor e removi o jar do google collect da minha app, não funcionou ainda mas já alterou o erro. Acredito q o erro q esteja dando agora seja apenas algumas configurações de Hibernate…
13 : 26 : 02 , 211 INFO [ BasicConfiguration ] Using class br . com . caelum . vraptor . ioc . spring . SpringProvider as Container Provider
13 : 26 : 02 , 241 INFO [ DefaultSpringLocator ] No application context found
13 : 26 : 02 , 380 INFO [ WebAppBootstrapFactory ] No static WebAppBootstrap found .
13 : 26 : 02 , 380 INFO [ BasicConfiguration ] br . com . caelum . vraptor . scanning = null
13 : 26 : 02 , 537 INFO [ ScannotationComponentScanner ] scanning url jar : file : / D : / Workspaces / workspace - loucaliza / . metadata / . plugins / org . eclipse . wst . server . core / tmp0 / wtpwebapps / Loucaliza / WEB - INF / lib / restrictrex - 1.0.2 . jar ! / br / com / bronx / vraptor / restrictrex
13 : 26 : 02 , 551 INFO [ ScannotationComponentScanner ] scanning url jar : file : / D : / Workspaces / workspace - loucaliza / . metadata / . plugins / org . eclipse . wst . server . core / tmp0 / wtpwebapps / Loucaliza / WEB - INF / lib / vraptor - 3.4.0 . jar ! / br / com / caelum / vraptor / util / hibernate
log4j : WARN No appenders could be found for logger ( org . springframework . web . context . support . AnnotationConfigWebApplicationContext ).
log4j : WARN Please initialize the log4j system properly .
log4j : WARN See http : // logging . apache . org / log4j / 1.2 / faq . html#noconfig for more info .
13 : 26 : 04 , 159 INFO [ DefaultConverters ] Registering bundled converters
13 : 26 : 04 , 658 INFO [ Version ] Hibernate Commons Annotations 3.2.0 . Final
13 : 26 : 04 , 698 INFO [ Environment ] Hibernate 3.6.1 . Final
13 : 26 : 04 , 698 INFO [ Environment ] hibernate . properties not found
13 : 26 : 04 , 708 INFO [ Environment ] Bytecode provider name : javassist
13 : 26 : 04 , 718 INFO [ Environment ] using JDK 1.4 java . sql . Timestamp handling
13 : 26 : 04 , 908 INFO [ Configuration ] configuring from resource : / hibernate . cfg . xml
13 : 26 : 04 , 908 INFO [ Configuration ] Configuration resource : / hibernate . cfg . xml
13 : 26 : 05 , 045 WARN [ DTDEntityResolver ] recognized obsolete hibernate namespace http : // hibernate . sourceforge . net / . Use namespace http : // www . hibernate . org / dtd / instead . Refer to Hibernate 3.6 Migration Guide !
13 : 26 : 05 , 145 INFO [ Configuration ] Configured SessionFactory : null
13 : 26 : 05 , 235 INFO [ AnnotationBinder ] Binding entity from annotated class : br . com . loucaliza . model . Usuario
13 : 26 : 05 , 336 INFO [ EntityBinder ] Bind entity br . com . loucaliza . model . Usuario on table Usuario
13 : 26 : 05 , 454 INFO [ AnnotationBinder ] Binding entity from annotated class : br . com . loucaliza . model . Convite
13 : 26 : 05 , 454 INFO [ EntityBinder ] Bind entity br . com . loucaliza . model . Convite on table Convite
13 : 26 : 05 , 469 INFO [ AnnotationBinder ] Binding entity from annotated class : br . com . loucaliza . model . ConviteCadastrado
13 : 26 : 05 , 470 INFO [ EntityBinder ] Bind entity br . com . loucaliza . model . ConviteCadastrado on table ConviteCadastrado
13 : 26 : 05 , 479 INFO [ AnnotationBinder ] Binding entity from annotated class : br . com . loucaliza . model . UsuarioAmigo
13 : 26 : 05 , 479 INFO [ EntityBinder ] Bind entity br . com . loucaliza . model . UsuarioAmigo on table UsuarioAmigo
13 : 26 : 05 , 481 INFO [ AnnotationBinder ] Binding entity from annotated class : br . com . loucaliza . model . Categoria
13 : 26 : 05 , 481 INFO [ EntityBinder ] Bind entity br . com . loucaliza . model . Categoria on table Categoria
13 : 26 : 05 , 482 INFO [ AnnotationBinder ] Binding entity from annotated class : br . com . loucaliza . model . SubCategoria
13 : 26 : 05 , 483 INFO [ EntityBinder ] Bind entity br . com . loucaliza . model . SubCategoria on table SubCategoria
13 : 26 : 05 , 484 INFO [ AnnotationBinder ] Binding entity from annotated class : br . com . loucaliza . model . RelCategoria
13 : 26 : 05 , 484 INFO [ EntityBinder ] Bind entity br . com . loucaliza . model . RelCategoria on table RelCategoria
13 : 26 : 05 , 486 INFO [ AnnotationBinder ] Binding entity from annotated class : br . com . loucaliza . model . Localizacao
13 : 26 : 05 , 487 INFO [ EntityBinder ] Bind entity br . com . loucaliza . model . Localizacao on table Localizacao
16 / 10 / 2011 13 : 26 : 05 org . apache . catalina . core . StandardContext filterStart
GRAVE : Exception starting filter vraptor
org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'sessionFactoryCreator' : Invocation of init method failed ; nested exception is java . lang . NoSuchMethodError : javax . persistence . OneToMany . orphanRemoval () Z
at org . springframework . beans . factory . annotation . InitDestroyAnnotationBeanPostProcessor . postProcessBeforeInitialization ( InitDestroyAnnotationBeanPostProcessor . java : 133 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . applyBeanPostProcessorsBeforeInitialization ( AbstractAutowireCapableBeanFactory . java : 394 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . initializeBean ( AbstractAutowireCapableBeanFactory . java : 1413 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . doCreateBean ( AbstractAutowireCapableBeanFactory . java : 519 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBean ( AbstractAutowireCapableBeanFactory . java : 456 )
at org . springframework . beans . factory . support . AbstractBeanFactory $ 1. getObject ( AbstractBeanFactory . java : 291 )
at org . springframework . beans . factory . support . DefaultSingletonBeanRegistry . getSingleton ( DefaultSingletonBeanRegistry . java : 222 )
at org . springframework . beans . factory . support . AbstractBeanFactory . doGetBean ( AbstractBeanFactory . java : 288 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getBean ( AbstractBeanFactory . java : 190 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . preInstantiateSingletons ( DefaultListableBeanFactory . java : 580 )
at org . springframework . context . support . AbstractApplicationContext . finishBeanFactoryInitialization ( AbstractApplicationContext . java : 895 )
at org . springframework . context . support . AbstractApplicationContext . refresh ( AbstractApplicationContext . java : 425 )
at br . com . caelum . vraptor . ioc . spring . SpringBasedContainer . start ( SpringBasedContainer . java : 106 )
at br . com . caelum . vraptor . ioc . spring . SpringProvider . start ( SpringProvider . java : 87 )
at br . com . caelum . vraptor . VRaptor . init ( VRaptor . java : 110 )
at br . com . caelum . vraptor . VRaptor . init ( VRaptor . java : 103 )
at org . apache . catalina . core . ApplicationFilterConfig . getFilter ( ApplicationFilterConfig . java : 295 )
at org . apache . catalina . core . ApplicationFilterConfig . setFilterDef ( ApplicationFilterConfig . java : 422 )
at org . apache . catalina . core . ApplicationFilterConfig . < init > ( ApplicationFilterConfig . java : 115 )
at org . apache . catalina . core . StandardContext . filterStart ( StandardContext . java : 4001 )
at org . apache . catalina . core . StandardContext . start ( StandardContext . java : 4651 )
at org . apache . catalina . core . ContainerBase . start ( ContainerBase . java : 1045 )
at org . apache . catalina . core . StandardHost . start ( StandardHost . java : 785 )
at org . apache . catalina . core . ContainerBase . start ( ContainerBase . java : 1045 )
at org . apache . catalina . core . StandardEngine . start ( StandardEngine . java : 445 )
at org . apache . catalina . core . StandardService . start ( StandardService . java : 519 )
at org . apache . catalina . core . StandardServer . start ( StandardServer . java : 710 )
at org . apache . catalina . startup . Catalina . start ( Catalina . java : 581 )
at sun . reflect . NativeMethodAccessorImpl . invoke0 ( Native Method )
at sun . reflect . NativeMethodAccessorImpl . invoke ( Unknown Source )
at sun . reflect . DelegatingMethodAccessorImpl . invoke ( Unknown Source )
at java . lang . reflect . Method . invoke ( Unknown Source )
at org . apache . catalina . startup . Bootstrap . start ( Bootstrap . java : 289 )
at org . apache . catalina . startup . Bootstrap . main ( Bootstrap . java : 414 )
Caused by : java . lang . NoSuchMethodError : javax . persistence . OneToMany . orphanRemoval () Z
at org . hibernate . cfg . AnnotationBinder . processElementAnnotations ( AnnotationBinder . java : 1912 )
at org . hibernate . cfg . AnnotationBinder . processIdPropertiesIfNotAlready ( AnnotationBinder . java : 796 )
at org . hibernate . cfg . AnnotationBinder . bindClass ( AnnotationBinder . java : 707 )
at org . hibernate . cfg . Configuration $ MetadataSourceQueue . processAnnotatedClassesQueue ( Configuration . java : 3977 )
at org . hibernate . cfg . Configuration $ MetadataSourceQueue . processMetadata ( Configuration . java : 3931 )
at org . hibernate . cfg . Configuration . secondPassCompile ( Configuration . java : 1368 )
at org . hibernate . cfg . Configuration . buildSessionFactory ( Configuration . java : 1826 )
at br . com . caelum . vraptor . util . hibernate . SessionFactoryCreator . create ( SessionFactoryCreator . java : 43 )
at sun . reflect . NativeMethodAccessorImpl . invoke0 ( Native Method )
at sun . reflect . NativeMethodAccessorImpl . invoke ( Unknown Source )
at sun . reflect . DelegatingMethodAccessorImpl . invoke ( Unknown Source )
at java . lang . reflect . Method . invoke ( Unknown Source )
at org . springframework . beans . factory . annotation . InitDestroyAnnotationBeanPostProcessor $ LifecycleElement . invoke ( InitDestroyAnnotationBeanPostProcessor . java : 340 )
at org . springframework . beans . factory . annotation . InitDestroyAnnotationBeanPostProcessor $ LifecycleMetadata . invokeInitMethods ( InitDestroyAnnotationBeanPostProcessor . java : 293 )
at org . springframework . beans . factory . annotation . InitDestroyAnnotationBeanPostProcessor . postProcessBeforeInitialization ( InitDestroyAnnotationBeanPostProcessor . java : 130 )
... 33 more
16 / 10 / 2011 13 : 26 : 05 org . apache . catalina . core . StandardContext start
GRAVE : Error filterStart
16 / 10 / 2011 13 : 26 : 05 org . apache . catalina . core . StandardContext start
GRAVE : Context [ /Loucaliza ] startup failed due to previous errors
Lucas_Cavalcanti 16 de out. de 2011
o primeiro erro era pra substituir o google-collect pelo guava, e o segundo erro é incompatibilidade dos jars do hibernate…
dá uma olhada nos jars que começam com hibernate e veja se tem versões diferentes do mesmo jar
fabio.cbrandao 16 de out. de 2011
Ok Lucas,
Eu estava utilizando o Hibernate 3.3.2 e troquei para o jar do Hibernate 3.6.1, agora q voltei o jar do hibernate q eu estava utilizando funcionou!!!
Tks!
fabio.cbrandao 16 de out. de 2011
Ops,
ainda deu mais um erro, dessa vez o server iniciou sem erros, mas quando fui acessar a home da minha app gerou o seguinte erro do validator do vraptor…
16 / 10 / 2011 14 : 40 : 20 org . apache . catalina . core . StandardWrapperValve invoke
GRAVE : Servlet . service () for servlet default threw exception
org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'commonsUploadMultipartInterceptor' : Unsatisfied dependency expressed through constructor argument with index 3 of type [ br . com . caelum . vraptor . Validator ]: : Error creating bean with name 'defaultValidator' : Unsatisfied dependency expressed through constructor argument with index 4 of type [ java . util . List ]: : Error creating bean with name 'JSR303Validator' : Unsatisfied dependency expressed through constructor argument with index 1 of type [ javax . validation . Validator ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303Validator' : Unsatisfied dependency expressed through constructor argument with index 1 of type [ javax . validation . Validator ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'defaultValidator' : Unsatisfied dependency expressed through constructor argument with index 4 of type [ java . util . List ]: : Error creating bean with name 'JSR303Validator' : Unsatisfied dependency expressed through constructor argument with index 1 of type [ javax . validation . Validator ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303Validator' : Unsatisfied dependency expressed through constructor argument with index 1 of type [ javax . validation . Validator ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider
at org . springframework . beans . factory . support . ConstructorResolver . createArgumentArray ( ConstructorResolver . java : 730 )
at org . springframework . beans . factory . support . ConstructorResolver . autowireConstructor ( ConstructorResolver . java : 196 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . autowireConstructor ( AbstractAutowireCapableBeanFactory . java : 1003 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBeanInstance ( AbstractAutowireCapableBeanFactory . java : 907 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . doCreateBean ( AbstractAutowireCapableBeanFactory . java : 485 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBean ( AbstractAutowireCapableBeanFactory . java : 456 )
at org . springframework . beans . factory . support . AbstractBeanFactory $ 2. getObject ( AbstractBeanFactory . java : 329 )
at org . springframework . web . context . request . AbstractRequestAttributesScope . get ( AbstractRequestAttributesScope . java : 43 )
at org . springframework . beans . factory . support . AbstractBeanFactory . doGetBean ( AbstractBeanFactory . java : 325 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getBean ( AbstractBeanFactory . java : 194 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . getBean ( DefaultListableBeanFactory . java : 263 )
at org . springframework . context . support . AbstractApplicationContext . getBean ( AbstractApplicationContext . java : 1083 )
at br . com . caelum . vraptor . ioc . spring . SpringBasedContainer . instanceFor ( SpringBasedContainer . java : 86 )
at br . com . caelum . vraptor . core . ToInstantiateInterceptorHandler . execute ( ToInstantiateInterceptorHandler . java : 47 )
at br . com . caelum . vraptor . core . DefaultInterceptorStack . next ( DefaultInterceptorStack . java : 54 )
at br . com . caelum . vraptor . core . EnhancedRequestExecution . execute ( EnhancedRequestExecution . java : 44 )
at br . com . caelum . vraptor . VRaptor $ 1. insideRequest ( VRaptor . java : 92 )
at br . com . caelum . vraptor . ioc . spring . SpringProvider . provideForRequest ( SpringProvider . java : 58 )
at br . com . caelum . vraptor . VRaptor . doFilter ( VRaptor . java : 89 )
at org . apache . catalina . core . ApplicationFilterChain . internalDoFilter ( ApplicationFilterChain . java : 235 )
at org . apache . catalina . core . ApplicationFilterChain . doFilter ( ApplicationFilterChain . java : 206 )
at org . apache . catalina . core . StandardWrapperValve . invoke ( StandardWrapperValve . java : 233 )
at org . apache . catalina . core . StandardContextValve . invoke ( StandardContextValve . java : 191 )
at org . apache . catalina . core . StandardHostValve . invoke ( StandardHostValve . java : 127 )
at org . apache . catalina . valves . ErrorReportValve . invoke ( ErrorReportValve . java : 102 )
at org . apache . catalina . core . StandardEngineValve . invoke ( StandardEngineValve . java : 109 )
at org . apache . catalina . connector . CoyoteAdapter . service ( CoyoteAdapter . java : 298 )
at org . apache . coyote . http11 . Http11Processor . process ( Http11Processor . java : 857 )
at org . apache . coyote . http11 . Http11Protocol $ Http11ConnectionHandler . process ( Http11Protocol . java : 588 )
at org . apache . tomcat . util . net . JIoEndpoint $ Worker . run ( JIoEndpoint . java : 489 )
at java . lang . Thread . run ( Unknown Source )
Caused by : org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'defaultValidator' : Unsatisfied dependency expressed through constructor argument with index 4 of type [ java . util . List ]: : Error creating bean with name 'JSR303Validator' : Unsatisfied dependency expressed through constructor argument with index 1 of type [ javax . validation . Validator ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303Validator' : Unsatisfied dependency expressed through constructor argument with index 1 of type [ javax . validation . Validator ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider
at org . springframework . beans . factory . support . ConstructorResolver . createArgumentArray ( ConstructorResolver . java : 730 )
at org . springframework . beans . factory . support . ConstructorResolver . autowireConstructor ( ConstructorResolver . java : 196 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . autowireConstructor ( AbstractAutowireCapableBeanFactory . java : 1003 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBeanInstance ( AbstractAutowireCapableBeanFactory . java : 907 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . doCreateBean ( AbstractAutowireCapableBeanFactory . java : 485 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBean ( AbstractAutowireCapableBeanFactory . java : 456 )
at org . springframework . beans . factory . support . AbstractBeanFactory $ 2. getObject ( AbstractBeanFactory . java : 329 )
at org . springframework . web . context . request . AbstractRequestAttributesScope . get ( AbstractRequestAttributesScope . java : 43 )
at org . springframework . beans . factory . support . AbstractBeanFactory . doGetBean ( AbstractBeanFactory . java : 325 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getBean ( AbstractBeanFactory . java : 190 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . findAutowireCandidates ( DefaultListableBeanFactory . java : 844 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . doResolveDependency ( DefaultListableBeanFactory . java : 786 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . resolveDependency ( DefaultListableBeanFactory . java : 703 )
at org . springframework . beans . factory . support . ConstructorResolver . resolveAutowiredArgument ( ConstructorResolver . java : 795 )
at org . springframework . beans . factory . support . ConstructorResolver . createArgumentArray ( ConstructorResolver . java : 723 )
... 30 more
Caused by : org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303Validator' : Unsatisfied dependency expressed through constructor argument with index 1 of type [ javax . validation . Validator ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider
at org . springframework . beans . factory . support . ConstructorResolver . createArgumentArray ( ConstructorResolver . java : 730 )
at org . springframework . beans . factory . support . ConstructorResolver . autowireConstructor ( ConstructorResolver . java : 196 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . autowireConstructor ( AbstractAutowireCapableBeanFactory . java : 1003 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBeanInstance ( AbstractAutowireCapableBeanFactory . java : 907 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . doCreateBean ( AbstractAutowireCapableBeanFactory . java : 485 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBean ( AbstractAutowireCapableBeanFactory . java : 456 )
at org . springframework . beans . factory . support . AbstractBeanFactory $ 2. getObject ( AbstractBeanFactory . java : 329 )
at org . springframework . web . context . request . AbstractRequestAttributesScope . get ( AbstractRequestAttributesScope . java : 43 )
at org . springframework . beans . factory . support . AbstractBeanFactory . doGetBean ( AbstractBeanFactory . java : 325 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getBean ( AbstractBeanFactory . java : 190 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . findAutowireCandidates ( DefaultListableBeanFactory . java : 844 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . doResolveDependency ( DefaultListableBeanFactory . java : 744 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . resolveDependency ( DefaultListableBeanFactory . java : 703 )
at org . springframework . beans . factory . support . ConstructorResolver . resolveAutowiredArgument ( ConstructorResolver . java : 795 )
at org . springframework . beans . factory . support . ConstructorResolver . createArgumentArray ( ConstructorResolver . java : 723 )
... 44 more
Caused by : org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.JSR303ValidatorFactory' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider
at org . springframework . beans . factory . support . FactoryBeanRegistrySupport . doGetObjectFromFactoryBean ( FactoryBeanRegistrySupport . java : 149 )
at org . springframework . beans . factory . support . FactoryBeanRegistrySupport . getObjectFromFactoryBean ( FactoryBeanRegistrySupport . java : 109 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getObjectForBeanInstance ( AbstractBeanFactory . java : 1429 )
at org . springframework . beans . factory . support . AbstractBeanFactory . doGetBean ( AbstractBeanFactory . java : 245 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getBean ( AbstractBeanFactory . java : 190 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . findAutowireCandidates ( DefaultListableBeanFactory . java : 844 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . doResolveDependency ( DefaultListableBeanFactory . java : 786 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . resolveDependency ( DefaultListableBeanFactory . java : 703 )
at org . springframework . beans . factory . support . ConstructorResolver . resolveAutowiredArgument ( ConstructorResolver . java : 795 )
at org . springframework . beans . factory . support . ConstructorResolver . createArgumentArray ( ConstructorResolver . java : 723 )
... 58 more
Caused by : org . springframework . beans . factory . UnsatisfiedDependencyException : Error creating bean with name 'JSR303ValidatorFactory' : Unsatisfied dependency expressed through constructor argument with index 0 of type [ javax . validation . ValidatorFactory ]: : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider
at org . springframework . beans . factory . support . ConstructorResolver . createArgumentArray ( ConstructorResolver . java : 730 )
at org . springframework . beans . factory . support . ConstructorResolver . autowireConstructor ( ConstructorResolver . java : 196 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . autowireConstructor ( AbstractAutowireCapableBeanFactory . java : 1003 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBeanInstance ( AbstractAutowireCapableBeanFactory . java : 907 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . doCreateBean ( AbstractAutowireCapableBeanFactory . java : 485 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBean ( AbstractAutowireCapableBeanFactory . java : 456 )
at org . springframework . beans . factory . support . AbstractBeanFactory $ 1. getObject ( AbstractBeanFactory . java : 291 )
at org . springframework . beans . factory . support . DefaultSingletonBeanRegistry . getSingleton ( DefaultSingletonBeanRegistry . java : 222 )
at org . springframework . beans . factory . support . AbstractBeanFactory . doGetBean ( AbstractBeanFactory . java : 288 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getBean ( AbstractBeanFactory . java : 194 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . getBean ( DefaultListableBeanFactory . java : 263 )
at org . springframework . context . support . AbstractApplicationContext . getBean ( AbstractApplicationContext . java : 1083 )
at br . com . caelum . vraptor . ioc . spring . SpringBasedContainer . instanceFor ( SpringBasedContainer . java : 86 )
at br . com . caelum . vraptor . ioc . spring . ComponentFactoryBean . getObject ( ComponentFactoryBean . java : 43 )
at org . springframework . beans . factory . support . FactoryBeanRegistrySupport . doGetObjectFromFactoryBean ( FactoryBeanRegistrySupport . java : 142 )
... 67 more
Caused by : org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'br.com.caelum.vraptor.validator.ValidatorFactoryCreator' : FactoryBean threw exception on object creation ; nested exception is org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider
at org . springframework . beans . factory . support . FactoryBeanRegistrySupport . doGetObjectFromFactoryBean ( FactoryBeanRegistrySupport . java : 149 )
at org . springframework . beans . factory . support . FactoryBeanRegistrySupport . getObjectFromFactoryBean ( FactoryBeanRegistrySupport . java : 109 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getObjectForBeanInstance ( AbstractBeanFactory . java : 1429 )
at org . springframework . beans . factory . support . AbstractBeanFactory . doGetBean ( AbstractBeanFactory . java : 245 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getBean ( AbstractBeanFactory . java : 190 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . findAutowireCandidates ( DefaultListableBeanFactory . java : 844 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . doResolveDependency ( DefaultListableBeanFactory . java : 786 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . resolveDependency ( DefaultListableBeanFactory . java : 703 )
at org . springframework . beans . factory . support . ConstructorResolver . resolveAutowiredArgument ( ConstructorResolver . java : 795 )
at org . springframework . beans . factory . support . ConstructorResolver . createArgumentArray ( ConstructorResolver . java : 723 )
... 81 more
Caused by : org . springframework . beans . factory . BeanCreationException : Error creating bean with name 'validatorFactoryCreator' : Invocation of init method failed ; nested exception is javax . validation . ValidationException : Unable to find a default provider
at org . springframework . beans . factory . annotation . InitDestroyAnnotationBeanPostProcessor . postProcessBeforeInitialization ( InitDestroyAnnotationBeanPostProcessor . java : 133 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . applyBeanPostProcessorsBeforeInitialization ( AbstractAutowireCapableBeanFactory . java : 394 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . initializeBean ( AbstractAutowireCapableBeanFactory . java : 1413 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . doCreateBean ( AbstractAutowireCapableBeanFactory . java : 519 )
at org . springframework . beans . factory . support . AbstractAutowireCapableBeanFactory . createBean ( AbstractAutowireCapableBeanFactory . java : 456 )
at org . springframework . beans . factory . support . AbstractBeanFactory $ 1. getObject ( AbstractBeanFactory . java : 291 )
at org . springframework . beans . factory . support . DefaultSingletonBeanRegistry . getSingleton ( DefaultSingletonBeanRegistry . java : 222 )
at org . springframework . beans . factory . support . AbstractBeanFactory . doGetBean ( AbstractBeanFactory . java : 288 )
at org . springframework . beans . factory . support . AbstractBeanFactory . getBean ( AbstractBeanFactory . java : 194 )
at org . springframework . beans . factory . support . DefaultListableBeanFactory . getBean ( DefaultListableBeanFactory . java : 263 )
at org . springframework . context . support . AbstractApplicationContext . getBean ( AbstractApplicationContext . java : 1083 )
at br . com . caelum . vraptor . ioc . spring . SpringBasedContainer . instanceFor ( SpringBasedContainer . java : 86 )
at br . com . caelum . vraptor . ioc . spring . ComponentFactoryBean . getObject ( ComponentFactoryBean . java : 43 )
at org . springframework . beans . factory . support . FactoryBeanRegistrySupport . doGetObjectFromFactoryBean ( FactoryBeanRegistrySupport . java : 142 )
... 90 more
Caused by : javax . validation . ValidationException : Unable to find a default provider
at javax . validation . Validation $ GenericBootstrapImpl . configure ( Validation . java : 264 )
at br . com . caelum . vraptor . validator . ValidatorFactoryCreator . buildFactory ( ValidatorFactoryCreator . java : 48 )
at sun . reflect . NativeMethodAccessorImpl . invoke0 ( Native Method )
at sun . reflect . NativeMethodAccessorImpl . invoke ( Unknown Source )
at sun . reflect . DelegatingMethodAccessorImpl . invoke ( Unknown Source )
at java . lang . reflect . Method . invoke ( Unknown Source )
at org . springframework . beans . factory . annotation . InitDestroyAnnotationBeanPostProcessor $ LifecycleElement . invoke ( InitDestroyAnnotationBeanPostProcessor . java : 340 )
at org . springframework . beans . factory . annotation . InitDestroyAnnotationBeanPostProcessor $ LifecycleMetadata . invokeInitMethods ( InitDestroyAnnotationBeanPostProcessor . java : 293 )
at org . springframework . beans . factory . annotation . InitDestroyAnnotationBeanPostProcessor . postProcessBeforeInitialization ( InitDestroyAnnotationBeanPostProcessor . java : 130 )
... 103 more
Lucas_Cavalcanti 16 de out. de 2011
ainda é problema de jars… vc colocou um validation*.jar no classpath e não colocou uma implementação (hibernate-validator-4)
fabio.cbrandao 17 de out. de 2011
Tks Lucas,
Eu estava com outra versão do hibernate-validator, foi só alterar para o hibernate-validator-4 que funcionou.