|
Description:
|
In SWITCHYARD-1743 the usage of the PORTABLE_EXTENSIONS was changed. However there are still references to it (for fallback for different versions?) The problem is that compiling under 6.1.1 that field does not exist and we get
[ERROR]...../release/jboss-as7/extension/src/main/java/org/switchyard/as7/extension/deployment/SwitchYardCdiIntegrationProcessor.java:[89,98] cannot find symbol
symbol: variable PORTABLE_EXTENSIONS
location: class org.jboss.as.weld.deployment.WeldAttachments
|