-
Bug
-
Resolution: Done
-
Major
-
7.1.1.Final, 7.1.2.Final (EAP)
-
None
pojo subsystem should allow both formats for defining paramters
currently only second format is accepted
<bean name="ParamTextValue" class="org.jboss.as.test.integration.pojo.support.TInjectee">
<constructor>
<parameter>Wazup, </parameter>
</constructor>
<install method="sayHello">
<parameter><value>POJO subsystem!</value></parameter>
</install>
</bean>