Re: cdi reuse the route

2016-11-10 Thread a746076drdrb
Hi Antonin, thanks a lot for help! I tried to play with it and get: ContextName is not repeatable annotation type. Are there any working examples using the same cdi route twice? Cheerz! -- View this message in context:

Re: cdi reuse the route

2016-11-10 Thread a746076drdrb
I'm using org.jboss.weld.se weld-se 2.4.0.Final

cdi reuse the route

2016-10-13 Thread a746076drdrb
Hello, I have a few question hot to use CDI routes. With spring xml it was easy to reuse routes and separate them into context. Is it also possible to use the same route twice with CDI but with diffrent config and maybe in difftent contexts? Is it possible to disable routes per configuration?