Hi, I'll try that.
Thanks.

El mar., 16 de feb. de 2016 a la(s) 16:32, Romain Manni-Bucau [via TomEE &
OpenEJB] <[email protected]> escribió:

> Hi
>
> TomEE 1 targets JavaEE 6 and doesn't support Bean Validation 1.1 - TomEE
> 7M1 does.
>
> If syncope doesn't need bval 1.1 you can just downgrade
> hibernate-validator
> - or completely remove it if syncope doesn't need hibernate itself but
> just
> a bval implementation.
>
>
> Romain Manni-Bucau
> @rmannibucau <https://twitter.com/rmannibucau> |  Blog
> <http://rmannibucau.wordpress.com> | Github <
> https://github.com/rmannibucau> |
> LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
> <http://www.tomitribe.com>
>
> 2016-02-16 20:02 GMT+01:00 smoral <[hidden email]
> <http:///user/SendEmail.jtp?type=node&node=4677636&i=0>>:
>
> > Hello,
> > I'm Santiago Moral and I'm writing in order to ask if there is a way to
> use
> > TomEE like application server for Apache Syncope?
> >
> > I've proved combining apache-tomee-1.7.3-plume and apache-syncope-1.2.2.
> > But
> > I think I've had dependencies conflicts.
> >
> > This is de exception log:
> >
> > SEVERE: Unable to deploy collapsed ear in war
> >
> StandardEngine[Catalina].StandardHost[localhost].StandardContext[/syncope]
> > org.apache.openejb.OpenEJBException: Creating application failed:
> > /usr/local/apache-tomee-plume-1.7.3/webapps/syncope:
> >
> >
> javax.validation.spi.ConfigurationState.getParameterNameProvider()Ljavax/validation/ParameterNameProvider;
>
> >         at
> >
> >
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:843)
>
> >         at
> >
> >
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:677)
>
> >         at
> >
> >
> org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:1261)
>
> >         at
> >
> >
> org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:1100)
>
> >         at
> >
> >
> org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:130)
>
> >         at
> >
> >
> org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
>
> >         at
> >
> >
> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
>
> >         at
> >
> >
> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5419)
>
> >         at
> > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
> >         at
> >
> >
> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
>
> >         at
> > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
> >         at
> > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652)
> >         at
> > org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1095)
> >         at
> >
> org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1930)
> >         at
> > java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
> >         at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> >         at
> >
> >
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>
> >         at
> >
> >
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>
> >         at java.lang.Thread.run(Thread.java:745)
> > Caused by: java.lang.NoSuchMethodError:
> >
> >
> javax.validation.spi.ConfigurationState.getParameterNameProvider()Ljavax/validation/ParameterNameProvider;
>
> >         at
> >
> >
> org.hibernate.validator.internal.engine.ValidatorFactoryImpl.<init>(ValidatorFactoryImpl.java:135)
>
> >         at
> >
> >
> org.hibernate.validator.HibernateValidator.buildValidatorFactory(HibernateValidator.java:45)
>
> >         at
> >
> >
> org.apache.bval.jsr303.ConfigurationImpl.doPrivBuildValidatorFactory(ConfigurationImpl.java:252)
>
> >         at
> > org.apache.bval.jsr303.util.SecureActions$5.run(SecureActions.java:131)
> >         at
> > org.apache.bval.jsr303.util.SecureActions$5.run(SecureActions.java:129)
> >         at
> > org.apache.bval.jsr303.ConfigurationImpl.run(ConfigurationImpl.java:337)
> >         at
> >
> >
> org.apache.bval.jsr303.ConfigurationImpl.buildValidatorFactory(ConfigurationImpl.java:244)
>
> >         at
> >
> >
> org.apache.openejb.assembler.classic.ValidatorBuilder.buildFactory(ValidatorBuilder.java:77)
>
> >         at
> >
> >
> org.apache.openejb.assembler.classic.ValidatorBuilder.buildFactory(ValidatorBuilder.java:47)
>
> >         at
> >
> >
> org.apache.openejb.assembler.classic.LazyValidatorFactory.ensureDelegate(LazyValidatorFactory.java:53)
>
> >         at
> >
> >
> org.apache.openejb.assembler.classic.LazyValidatorFactory.getFactory(LazyValidatorFactory.java:62)
>
> >         at
> >
> >
> org.apache.openejb.assembler.classic.Assembler.bindValidators(Assembler.java:891)
>
> >         at
> >
> >
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:785)
>
> >         ... 18 more
> >
> >
> > Thanks in advance.
> > Santiago.
> >
> >
> >
> > --
> > View this message in context:
> >
> http://tomee-openejb.979440.n4.nabble.com/Tomee-and-Syncope-tp4677635.html
> > Sent from the TomEE Users mailing list archive at Nabble.com.
> >
>
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> http://tomee-openejb.979440.n4.nabble.com/Tomee-and-Syncope-tp4677635p4677636.html
> To unsubscribe from Tomee and Syncope, click here
> <http://tomee-openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=4677635&code=c2FudGFpZ29tb3JhbEBnbWFpbC5jb218NDY3NzYzNXwtMTczNDU0OTAwNA==>
> .
> NAML
> <http://tomee-openejb.979440.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>




--
View this message in context: 
http://tomee-openejb.979440.n4.nabble.com/Tomee-and-Syncope-tp4677635p4677638.html
Sent from the TomEE Users mailing list archive at Nabble.com.

Reply via email to