[
https://issues.jboss.org/browse/AS7-5369?page=com.atlassian.jira.plugin.s...
]
Tomaz Cerar updated AS7-5369:
-----------------------------
Description:
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}
was:
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>
{nofomrat}
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
Reporter: Tomaz Cerar
Assignee: Ales Justin
Fix For: 7.1.2.Final (EAP), 7.1.3.Final (EAP)
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:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira