]
Tomaz Cerar updated AS7-5369:
-----------------------------
Git Pull Request:
Allow direct text value in parameter element.
---------------------------------------------
Key: AS7-5369
URL:
https://issues.jboss.org/browse/AS7-5369
Project: Application Server 7
Issue Type: Bug
Components: POJO
Affects Versions: 7.1.1.Final, 7.1.2.Final (EAP)
Reporter: Tomaz Cerar
Assignee: Ales Justin
Fix For: 7.1.3.Final (EAP), 7.2.0.Alpha1
pojo subsystem should allow both formats for defining paramters
currently only second format is accepted
{noformat}
<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>
{noformat}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: