To overcome the issue described here, I have a requirement to set a system property,
com.sun.jersey.server.impl.cdi.lookupExtensionInBeanManager=true
Due to environment constraints, I can not use standalone.xml or the web interface in WildFly 8.1 to do so. Is there a way to achieve this from within my EAR or WAR file?
I would imagine this would be done using jboss-deployment-structure.xml or jboss-web.xml, but can't find any references to this.
I appreciate any assistance.