I already reduced it. Can you please look at my branch at Weld1950InjectionPointTest? You can find it in folder tests-arquillian (https://github.com/tremes/core/blob/d632c579bcf4bc3f809ff045be739c625fb92854/tests-arquillian/src/test/java/org/jboss/weld/tests/injectionPoint/weld1950/Weld1950InjectionPointTest.java) and you can execute it by following command in that folder:
mvn clean verify -Dincontainer -Dtest=Weld1950InjectionPointTest
|
Note that you need to point JBOSS_HOME variable to your JBoss installation directory at first. You can download EAP at http://www.jboss.org/products/eap/download/. I would like to know if it reproduces the same problem you encountered. Thank's
|