[jboss-jira] [JBoss JIRA] (AS7-5369) Allow direct text value in parameter element.
Tomaz Cerar (JIRA)
jira-events at lists.jboss.org
Tue Aug 14 17:10:15 EDT 2012
[ https://issues.jboss.org/browse/AS7-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tomaz Cerar updated AS7-5369:
-----------------------------
Git Pull Request: https://github.com/jbossas/jboss-as/pull/2904 (was: https://github.com/jbossas/jboss-as/pull/2904)
Forum Reference: https://community.jboss.org/message/753521#753521
> 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: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list