Created attachment 889280 [details] reproducer Description of problem: Currently it is not possible to inject property into other bean besides service. For example: @Named("UpdateStatus") public class OrderInterceptor implements ExchangeInterceptor { @Property(name = "propertyName") private String propertyName; @Override public void before(String target, Exchange exchange) throws HandlerException { //propertyName is always null } Version-Release number of selected component (if applicable): FSW 6.0.0 How reproducible: always Steps to Reproduce: 1. download reproducer 2. mvn clean package jboss:as-deploy (running FSW is required) 3. mvn exec:java Actual results: Property value is always null Expected results: Property value is correctly retrieved Additional info:
This product has been discontinued or is no longer tracked in Red Hat Bugzilla.