From EMIJIANG at uk.ibm.com Wed Jul 5 05:39:59 2017 From: EMIJIANG at uk.ibm.com (Emily Jiang) Date: Wed, 5 Jul 2017 10:39:59 +0100 Subject: [weld-dev] signed jar proxying Message-ID: There was a discussion on proxying the signed jars. Can you confirm whether Weld can deal with proxying classes from a signed jar? Many thanks, Emily =========================== Emily Jiang WebSphere Application Server, CDI & MicroProfile Development Lead MP 211, DE3A20, Winchester, Hampshire, England, SO21 2JN Phone: +44 (0)1962 816278 Internal: 246278 Email: emijiang at uk.ibm.com Lotus Notes: Emily Jiang/UK/IBM at IBMGB Unless stated otherwise above: IBM United Kingdom Limited - Registered in England and Wales with number 741598. Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20170705/34fd5974/attachment.html From manovotn at redhat.com Fri Jul 7 05:49:59 2017 From: manovotn at redhat.com (Matej Novotny) Date: Fri, 7 Jul 2017 05:49:59 -0400 (EDT) Subject: [weld-dev] signed jar proxying In-Reply-To: References: Message-ID: <802508235.29130981.1499420999920.JavaMail.zimbra@redhat.com> Hi Emily, let us track this in WELD-2402. Matej ----- Original Message ----- > From: "Emily Jiang" > To: "Weld" > Sent: Wednesday, July 5, 2017 11:39:59 AM > Subject: [weld-dev] signed jar proxying > > There was a discussion on proxying the signed jars. Can you confirm whether > Weld can deal with proxying classes from a signed jar? > > Many thanks, > Emily > =========================== > Emily Jiang > WebSphere Application Server, CDI & MicroProfile Development Lead > > MP 211, DE3A20, Winchester, Hampshire, England, SO21 2JN > Phone: +44 (0)1962 816278 Internal: 246278 > > Email: emijiang at uk.ibm.com > Lotus Notes: Emily Jiang/UK/IBM at IBMGB > > Unless stated otherwise above: > IBM United Kingdom Limited - Registered in England and Wales with number > 741598. > Registered office: PO Box 41, North Harbour, Portsmouth, Hampshire PO6 3AU > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev From ggastald at redhat.com Mon Jul 17 19:37:15 2017 From: ggastald at redhat.com (George Gastaldi) Date: Mon, 17 Jul 2017 20:37:15 -0300 Subject: [weld-dev] WELD-001417 while enabling interceptors in JBoss Forge addons Message-ID: Hello Welders ! Not sure if this is the right mailing list, but worth a shot ;) I am trying to enable a CDI interceptor inside JBoss Forge addons but I am facing a hard time making Weld understand that. The interceptor classes are in the classpath but I keep getting this error: WELD-001417: Enabled interceptor class org.jboss.forge.addon.infinispan.MyInterceptor (org.jboss.forge.addon.infinispan.MyInterceptor in jar:file:/home/ggastald/.forge/addons/org-foo-foo-1-0-0-SNAPSHOT/foo-1.0.0-SNAPSHOT-forge-addon.jar!/META-INF/beans.xml at 7) does not match an interceptor bean: the class is not found, or not annotated with @Interceptor and still not registered through a portable extension, or not annotated with @Dependent inside an implicit bean archive I have beans.xml with annotated-mode="all". I even added the @Dependent to the interceptor class, but no luck. The current thread ClassLoader can resolve the interceptor class also. I've opened https://issues.jboss.org/browse/FURNACE-145 with more information on the subject, in case someone feels brave enough to help me out on this :). I appreciate any help! Best Regards, George Gastaldi Principal Software Engineer Red Hat Remote Joinville - Santa Catarina ggastald at redhat.com M: +55-47-99711-1000 TRIED. TESTED. TRUSTED. @redhatnews Red Hat Red Hat -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20170717/4edb49f6/attachment-0001.html From manovotn at redhat.com Tue Jul 18 03:46:55 2017 From: manovotn at redhat.com (Matej Novotny) Date: Tue, 18 Jul 2017 03:46:55 -0400 (EDT) Subject: [weld-dev] WELD-001417 while enabling interceptors in JBoss Forge addons In-Reply-To: References: Message-ID: <1835248929.31783081.1500364015659.JavaMail.zimbra@redhat.com> Hi George Forge addons are far from my range of expertise so I am just going to shoot in the dark here :) Make sure you have beans.xml (with discovery mode all and enabled interceptor) in both JARS - the one which contains the interceptor, as well as the one trying to use it. If that doesn't work, try to tackle the interceptor a bit and use @Priority as a means of enablement (this enables interceptor globally as opposed to beans.xml which does that on per-bean-archive basis). Might not be what you seek but might also give us some additional information on whats going wrong. Matej ----- Original Message ----- > From: "George Gastaldi" > To: "Weld" > Sent: Tuesday, July 18, 2017 1:37:15 AM > Subject: [weld-dev] WELD-001417 while enabling interceptors in JBoss Forge addons > > Hello Welders ! > > Not sure if this is the right mailing list, but worth a shot ;) > > I am trying to enable a CDI interceptor inside JBoss Forge addons but I am > facing a hard time making Weld understand that. The interceptor classes are > in the classpath but I keep getting this error: > > WELD-001417: Enabled interceptor class > org.jboss.forge.addon.infinispan.MyInterceptor > (org.jboss.forge.addon.infinispan.MyInterceptor in > jar:file:/home/ggastald/.forge/addons/org-foo-foo-1-0-0-SNAPSHOT/foo-1.0.0-SNAPSHOT-forge-addon.jar!/META-INF/beans.xml at 7) > does not match an interceptor bean: the class is not found, or not annotated > with @Interceptor and still not registered through a portable extension, or > not annotated with @Dependent inside an implicit bean archive > > I have beans.xml with annotated-mode="all". I even added the @Dependent to > the interceptor class, but no luck. The current thread ClassLoader can > resolve the interceptor class also. > > I've opened https://issues.jboss.org/browse/FURNACE-145 with more information > on the subject, in case someone feels brave enough to help me out on this > :). > > I appreciate any help! > > Best Regards, > > > > > > > > > George Gastaldi > > Principal Software Engineer > > Red Hat > > Remote > > Joinville - Santa Catarina > > ggastald at redhat.com M: +55-47-99711-1000 > TRIED. TESTED. TRUSTED. > @redhatnews Red Hat Red Hat > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev From asd at redhat.com Tue Jul 18 09:12:38 2017 From: asd at redhat.com (Antoine Sabot-Durand) Date: Tue, 18 Jul 2017 13:12:38 +0000 Subject: [weld-dev] WELD-001417 while enabling interceptors in JBoss Forge addons In-Reply-To: <1835248929.31783081.1500364015659.JavaMail.zimbra@redhat.com> References: <1835248929.31783081.1500364015659.JavaMail.zimbra@redhat.com> Message-ID: Hi George, Can you send us some code that we can easily run to reproduce your issue ? Thx Antoine On Tue, Jul 18, 2017 at 9:50 AM Matej Novotny wrote: > Hi George > > Forge addons are far from my range of expertise so I am just going to > shoot in the dark here :) > > Make sure you have beans.xml (with discovery mode all and enabled > interceptor) in both JARS - the one which contains the interceptor, as well > as the one trying to use it. > > If that doesn't work, try to tackle the interceptor a bit and use > @Priority as a means of enablement (this enables interceptor globally as > opposed to beans.xml which does that on per-bean-archive basis). > Might not be what you seek but might also give us some additional > information on whats going wrong. > > Matej > > ----- Original Message ----- > > From: "George Gastaldi" > > To: "Weld" > > Sent: Tuesday, July 18, 2017 1:37:15 AM > > Subject: [weld-dev] WELD-001417 while enabling interceptors in JBoss > Forge addons > > > > Hello Welders ! > > > > Not sure if this is the right mailing list, but worth a shot ;) > > > > I am trying to enable a CDI interceptor inside JBoss Forge addons but I > am > > facing a hard time making Weld understand that. The interceptor classes > are > > in the classpath but I keep getting this error: > > > > WELD-001417: Enabled interceptor class > > org.jboss.forge.addon.infinispan.MyInterceptor > > (org.jboss.forge.addon.infinispan.MyInterceptor in > > > jar:file:/home/ggastald/.forge/addons/org-foo-foo-1-0-0-SNAPSHOT/foo-1.0.0-SNAPSHOT-forge-addon.jar!/META-INF/beans.xml at 7 > ) > > does not match an interceptor bean: the class is not found, or not > annotated > > with @Interceptor and still not registered through a portable extension, > or > > not annotated with @Dependent inside an implicit bean archive > > > > I have beans.xml with annotated-mode="all". I even added the @Dependent > to > > the interceptor class, but no luck. The current thread ClassLoader can > > resolve the interceptor class also. > > > > I've opened https://issues.jboss.org/browse/FURNACE-145 with more > information > > on the subject, in case someone feels brave enough to help me out on this > > :). > > > > I appreciate any help! > > > > Best Regards, > > > > > > > > > > > > > > > > > > George Gastaldi > > > > Principal Software Engineer > > > > Red Hat > > > > Remote > > > > Joinville - Santa Catarina > > > > ggastald at redhat.com M: +55-47-99711-1000 <+55%2047%2099711-1000> > > TRIED. TESTED. TRUSTED. > > @redhatnews Red Hat Red Hat > > > > > > _______________________________________________ > > weld-dev mailing list > > weld-dev at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/weld-dev > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20170718/a09a5f15/attachment.html From ggastald at redhat.com Tue Jul 18 11:48:55 2017 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 18 Jul 2017 12:48:55 -0300 Subject: [weld-dev] WELD-001417 while enabling interceptors in JBoss Forge addons In-Reply-To: References: <1835248929.31783081.1500364015659.JavaMail.zimbra@redhat.com> Message-ID: Yes, please find attached a ZIP containing two addons. To reproduce it, follow the steps: 1) Unzip the attached file (say in /tmp) 2) Start Forge 3) Run addon-build-and-install --project-root /tmp/infinispan 4) Run addon-build-and-install --project-root /tmp/foo 5) Stop Forge and start it again 6) In another bash window, run tail -f ~/.forge/log/forge.log and you should see the Weld output. 7) If no errors are found, running the command "x" should print something @Matej, same error using @Priority :( I am still investigating Best Regards, George Gastaldi Principal Software Engineer Red Hat Remote Joinville - Santa Catarina ggastald at redhat.com M: +55-47-99711-1000 TRIED. TESTED. TRUSTED. @redhatnews Red Hat Red Hat On Tue, Jul 18, 2017 at 10:12 AM, Antoine Sabot-Durand wrote: > Hi George, > > Can you send us some code that we can easily run to reproduce your issue ? > > Thx > > Antoine > > On Tue, Jul 18, 2017 at 9:50 AM Matej Novotny wrote: > >> Hi George >> >> Forge addons are far from my range of expertise so I am just going to >> shoot in the dark here :) >> >> Make sure you have beans.xml (with discovery mode all and enabled >> interceptor) in both JARS - the one which contains the interceptor, as well >> as the one trying to use it. >> >> If that doesn't work, try to tackle the interceptor a bit and use >> @Priority as a means of enablement (this enables interceptor globally as >> opposed to beans.xml which does that on per-bean-archive basis). >> Might not be what you seek but might also give us some additional >> information on whats going wrong. >> >> Matej >> >> ----- Original Message ----- >> > From: "George Gastaldi" >> > To: "Weld" >> > Sent: Tuesday, July 18, 2017 1:37:15 AM >> > Subject: [weld-dev] WELD-001417 while enabling interceptors in JBoss >> Forge addons >> > >> > Hello Welders ! >> > >> > Not sure if this is the right mailing list, but worth a shot ;) >> > >> > I am trying to enable a CDI interceptor inside JBoss Forge addons but I >> am >> > facing a hard time making Weld understand that. The interceptor classes >> are >> > in the classpath but I keep getting this error: >> > >> > WELD-001417: Enabled interceptor class >> > org.jboss.forge.addon.infinispan.MyInterceptor >> > (org.jboss.forge.addon.infinispan.MyInterceptor in >> > jar:file:/home/ggastald/.forge/addons/org-foo-foo-1-0-0- >> SNAPSHOT/foo-1.0.0-SNAPSHOT-forge-addon.jar!/META-INF/beans.xml at 7) >> > does not match an interceptor bean: the class is not found, or not >> annotated >> > with @Interceptor and still not registered through a portable >> extension, or >> > not annotated with @Dependent inside an implicit bean archive >> > >> > I have beans.xml with annotated-mode="all". I even added the @Dependent >> to >> > the interceptor class, but no luck. The current thread ClassLoader can >> > resolve the interceptor class also. >> > >> > I've opened https://issues.jboss.org/browse/FURNACE-145 with more >> information >> > on the subject, in case someone feels brave enough to help me out on >> this >> > :). >> > >> > I appreciate any help! >> > >> > Best Regards, >> > >> > >> > >> > >> > >> > >> > >> > >> > George Gastaldi >> > >> > Principal Software Engineer >> > >> > Red Hat >> > >> > Remote >> > >> > Joinville - Santa Catarina >> > >> > ggastald at redhat.com M: +55-47-99711-1000 <+55%2047%2099711-1000> >> > TRIED. TESTED. TRUSTED. >> > @redhatnews Red Hat Red Hat >> > >> > >> > _______________________________________________ >> > weld-dev mailing list >> > weld-dev at lists.jboss.org >> > https://lists.jboss.org/mailman/listinfo/weld-dev >> _______________________________________________ >> weld-dev mailing list >> weld-dev at lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/weld-dev >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20170718/63c1a1fc/attachment-0001.html -------------- next part -------------- A non-text attachment was scrubbed... Name: addons.zip Type: application/zip Size: 21444 bytes Desc: not available Url : http://lists.jboss.org/pipermail/weld-dev/attachments/20170718/63c1a1fc/attachment-0001.zip From mkouba at redhat.com Tue Jul 25 04:42:20 2017 From: mkouba at redhat.com (Martin Kouba) Date: Tue, 25 Jul 2017 10:42:20 +0200 Subject: [weld-dev] WELD-001417 while enabling interceptors in JBoss Forge addons In-Reply-To: References: <1835248929.31783081.1500364015659.JavaMail.zimbra@redhat.com> Message-ID: <66dfed2a-de0d-0d4a-ab41-04a370d7d7eb@redhat.com> Ok, so when looking at FURNACE-145 and FURNACE-32 the problem seems to be related to how Forge addons are isolated, right? Martin Dne 18.7.2017 v 17:48 George Gastaldi napsal(a): > Yes, please find attached a ZIP containing two addons. > > To reproduce it, follow the steps: > > 1) Unzip the attached file (say in /tmp) > 2) Start Forge > 3) Run addon-build-and-install --project-root /tmp/infinispan > 4) Run addon-build-and-install --project-root /tmp/foo > 5) Stop Forge and start it again > 6) In another bash window, run tail -f ~/.forge/log/forge.log and you > should see the Weld output. > 7) If no errors are found, running the command "x" should print something > > @Matej, same error using @Priority :( > > I am still investigating > > Best Regards, > > > > George Gastaldi > > Principal Software Engineer > > Red Hat > > Remote > > Joinville - Santa Catarina > > ggastald at redhat.com M: +55-47-99711-1000 > > > > TRIED. TESTED. TRUSTED. > > @redhatnews Red Hat > Red Hat > > > > On Tue, Jul 18, 2017 at 10:12 AM, Antoine Sabot-Durand > wrote: > > Hi George, > > Can you send us some code that we can easily run to reproduce your > issue ? > > Thx > > Antoine > > On Tue, Jul 18, 2017 at 9:50 AM Matej Novotny > wrote: > > Hi George > > Forge addons are far from my range of expertise so I am just > going to shoot in the dark here :) > > Make sure you have beans.xml (with discovery mode all and > enabled interceptor) in both JARS - the one which contains the > interceptor, as well as the one trying to use it. > > If that doesn't work, try to tackle the interceptor a bit and > use @Priority as a means of enablement (this enables interceptor > globally as opposed to beans.xml which does that on > per-bean-archive basis). > Might not be what you seek but might also give us some > additional information on whats going wrong. > > Matej > > ----- Original Message ----- > > From: "George Gastaldi" > > > To: "Weld" > > > Sent: Tuesday, July 18, 2017 1:37:15 AM > > Subject: [weld-dev] WELD-001417 while enabling interceptors > in JBoss Forge addons > > > > Hello Welders ! > > > > Not sure if this is the right mailing list, but worth a shot ;) > > > > I am trying to enable a CDI interceptor inside JBoss Forge > addons but I am > > facing a hard time making Weld understand that. The > interceptor classes are > > in the classpath but I keep getting this error: > > > > WELD-001417: Enabled interceptor class > > org.jboss.forge.addon.infinispan.MyInterceptor > > (org.jboss.forge.addon.infinispan.MyInterceptor in > > > jar:file:/home/ggastald/.forge/addons/org-foo-foo-1-0-0-SNAPSHOT/foo-1.0.0-SNAPSHOT-forge-addon.jar!/META-INF/beans.xml at 7) > > does not match an interceptor bean: the class is not found, > or not annotated > > with @Interceptor and still not registered through a portable > extension, or > > not annotated with @Dependent inside an implicit bean archive > > > > I have beans.xml with annotated-mode="all". I even added the > @Dependent to > > the interceptor class, but no luck. The current thread > ClassLoader can > > resolve the interceptor class also. > > > > I've opened https://issues.jboss.org/browse/FURNACE-145 > with more information > > on the subject, in case someone feels brave enough to help me > out on this > > :). > > > > I appreciate any help! > > > > Best Regards, > > > > > > > > > > > > > > > > > > George Gastaldi > > > > Principal Software Engineer > > > > Red Hat > > > > Remote > > > > Joinville - Santa Catarina > > > > ggastald at redhat.com M: > +55-47-99711-1000 > > TRIED. TESTED. TRUSTED. > > @redhatnews Red Hat Red Hat > > > > > > _______________________________________________ > > weld-dev mailing list > > weld-dev at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/weld-dev > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev > > > > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev > -- Martin Kouba Senior Software Engineer Red Hat, Czech Republic From ggastald at redhat.com Tue Jul 25 07:42:08 2017 From: ggastald at redhat.com (George Gastaldi) Date: Tue, 25 Jul 2017 08:42:08 -0300 Subject: [weld-dev] WELD-001417 while enabling interceptors in JBoss Forge addons In-Reply-To: <66dfed2a-de0d-0d4a-ab41-04a370d7d7eb@redhat.com> References: <1835248929.31783081.1500364015659.JavaMail.zimbra@redhat.com> <66dfed2a-de0d-0d4a-ab41-04a370d7d7eb@redhat.com> Message-ID: Ah yes, turns out that I can't enable interceptors if the JARs are not read by Weld, which I can't do because of classloading isolation. I tried to explicitly add the interceptors but failed to do so, therefore I closed the issue and introduced another Furnace implementation - still in Alpha stage [1] which runs on a single Weld instance and works as expected. [1] https://github.com/gastaldi/furnace-embedded Best Regards, George Gastaldi Em 25 de jul de 2017 05:42, "Martin Kouba" escreveu: Ok, so when looking at FURNACE-145 and FURNACE-32 the problem seems to be related to how Forge addons are isolated, right? Martin Dne 18.7.2017 v 17:48 George Gastaldi napsal(a): > Yes, please find attached a ZIP containing two addons. > > To reproduce it, follow the steps: > > 1) Unzip the attached file (say in /tmp) > 2) Start Forge > 3) Run addon-build-and-install --project-root /tmp/infinispan > 4) Run addon-build-and-install --project-root /tmp/foo > 5) Stop Forge and start it again > 6) In another bash window, run tail -f ~/.forge/log/forge.log and you > should see the Weld output. > 7) If no errors are found, running the command "x" should print something > > @Matej, same error using @Priority :( > > I am still investigating > > Best Regards, > > > > George Gastaldi > > Principal Software Engineer > > Red Hat > > > Remote > > Joinville - Santa Catarina > > ggastald at redhat.com M: +55-47-99711-1000 > > > > TRIED. TESTED. TRUSTED. > > @redhatnews Red Hat < > https://www.linkedin.com/company/red-hat> Red Hat < > https://www.facebook.com/RedHatInc> > > > > On Tue, Jul 18, 2017 at 10:12 AM, Antoine Sabot-Durand > wrote: > > Hi George, > > Can you send us some code that we can easily run to reproduce your > issue ? > > Thx > > Antoine > > On Tue, Jul 18, 2017 at 9:50 AM Matej Novotny > wrote: > > Hi George > > Forge addons are far from my range of expertise so I am just > going to shoot in the dark here :) > > Make sure you have beans.xml (with discovery mode all and > enabled interceptor) in both JARS - the one which contains the > interceptor, as well as the one trying to use it. > > If that doesn't work, try to tackle the interceptor a bit and > use @Priority as a means of enablement (this enables interceptor > globally as opposed to beans.xml which does that on > per-bean-archive basis). > Might not be what you seek but might also give us some > additional information on whats going wrong. > > Matej > > ----- Original Message ----- > > From: "George Gastaldi" > > > To: "Weld" > > > Sent: Tuesday, July 18, 2017 1:37:15 AM > > Subject: [weld-dev] WELD-001417 while enabling interceptors > in JBoss Forge addons > > > > Hello Welders ! > > > > Not sure if this is the right mailing list, but worth a shot ;) > > > > I am trying to enable a CDI interceptor inside JBoss Forge > addons but I am > > facing a hard time making Weld understand that. The > interceptor classes are > > in the classpath but I keep getting this error: > > > > WELD-001417: Enabled interceptor class > > org.jboss.forge.addon.infinispan.MyInterceptor > > (org.jboss.forge.addon.infinispan.MyInterceptor > in > > > jar:file:/home/ggastald/.forge/addons/org-foo-foo-1-0-0- > SNAPSHOT/foo-1.0.0-SNAPSHOT-forge-addon.jar!/META-INF/beans.xml at 7) > > does not match an interceptor bean: the class is not found, > or not annotated > > with @Interceptor and still not registered through a portable > extension, or > > not annotated with @Dependent inside an implicit bean archive > > > > I have beans.xml with annotated-mode="all". I even added the > @Dependent to > > the interceptor class, but no luck. The current thread > ClassLoader can > > resolve the interceptor class also. > > > > I've opened https://issues.jboss.org/browse/FURNACE-145 > with more > information > > on the subject, in case someone feels brave enough to help me > out on this > > :). > > > > I appreciate any help! > > > > Best Regards, > > > > > > > > > > > > > > > > > > George Gastaldi > > > > Principal Software Engineer > > > > Red Hat > > > > Remote > > > > Joinville - Santa Catarina > > > > ggastald at redhat.com M: > +55-47-99711-1000 > > > TRIED. TESTED. TRUSTED. > > @redhatnews Red Hat Red Hat > > > > > > _______________________________________________ > > weld-dev mailing list > > weld-dev at lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/weld-dev > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev > > > > > > > _______________________________________________ > weld-dev mailing list > weld-dev at lists.jboss.org > https://lists.jboss.org/mailman/listinfo/weld-dev > > -- Martin Kouba Senior Software Engineer Red Hat, Czech Republic -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/weld-dev/attachments/20170725/88df391c/attachment-0001.html