[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 16:46:15 EDT 2012


Tomaz Cerar created AS7-5369:
--------------------------------

             Summary: 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.3.Final (EAP), 7.1.2.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>
{nofomrat}

--
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