Re: UnsatisfiedResolutionException with qualifiers -- what am I doing wrong?

2018-03-09 Thread Emmanuel Touzery
Hi,        finally tracked it down to a clause in the pom.xml...     Thank you! Emmanuel On 08/03/18 14:23, Romain Manni-Bucau wrote: yes, try reproducing it in a sample maybe Romain Manni-Bucau @rmannibucau | Blog |

Re: UnsatisfiedResolutionException with qualifiers -- what am I doing wrong?

2018-03-08 Thread Romain Manni-Bucau
yes, try reproducing it in a sample maybe Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github | LinkedIn | Bo

Re: UnsatisfiedResolutionException with qualifiers -- what am I doing wrong?

2018-03-08 Thread Emmanuel Touzery
Hello,     thank you for the answer! No, definitely it's not in the default excludes. Already injecting bunch of things from that JAR. Also, the interface is in a JAR, but the producer is in the main code of the app. And it's the producer which can't be found.     From your answer I take it t

Re: UnsatisfiedResolutionException with qualifiers -- what am I doing wrong?

2018-03-08 Thread Romain Manni-Bucau
Hi Emmanuel, did you check your jar was not in the default excludes? (try renaming it "foo.jar" to test quickly) Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

UnsatisfiedResolutionException with qualifiers -- what am I doing wrong?

2018-03-08 Thread Emmanuel Touzery
Hello,     I'm confused about a CDI error, I would expect this to work... What am I doing wrong? It's true otherwise that the interface is defined in another JAR than the producer but I wouldn't expect it to be a problem...     At runtime I get: 08-Mar-2018 12:27:57.287 SEVERE [localhost-sta