-
Bug
-
Resolution: Done
-
Major
-
None
-
None
I have used property inside beans.xml and configured the wildfly with spec-descriptor-property-replacement = true, but the property inside beans.xml is not parsed. Below an example of beans.xml used.
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation=" http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_1.xsd" bean-discovery-mode="all" > <alternatives> <class>${test:beans.InitBean}</class> </alternatives> </beans>
- clones
-
JBEAP-17801 [GSS] (7.1.z) Property inside beans.xml is not parsed using spec-descriptor-property-replacement on JBoss
- Closed
-
JBEAP-17921 [GSS] (7.3.z) Property inside beans.xml is not parsed using spec-descriptor-property-replacement on JBoss
- Closed
- is incorporated by
-
JBEAP-17800 [GSS] (7.0.z) Property inside beans.xml is not parsed using spec-descriptor-property-replacement on JBoss
- Closed
-
JBEAP-17491 [GSS](7.2.z) Upgrade weld from 3.0.6.Final-redhat-00002 to 3.0.6.Final-redhat-00003
- Closed
- is related to
-
WELD-2600 Property inside beans.xml is not parsed using spec-descriptor-property-replacement on wildfly
- Resolved