[jboss-jira] [JBoss JIRA] Created: (JBJCA-108) SJC: Add support for <constructor>

Jesper Pedersen (JIRA) jira-events at lists.jboss.org
Mon Jul 6 14:28:52 EDT 2009


SJC: Add support for <constructor>
----------------------------------

                 Key: JBJCA-108
                 URL: https://jira.jboss.org/jira/browse/JBJCA-108
             Project: JBoss JCA
          Issue Type: Task
          Components: Core
            Reporter: Jesper Pedersen
            Assignee: Jesper Pedersen
             Fix For: 1.0.0.Alpha2


Add support for <constructor> constructs for beans. 

An example

    <bean name="LookupPool">
        <constructor factoryMethod="newFixedThreadPool"  factoryClass="java.util.concurrent.Executors">
            <parameter>2</parameter>
        </constructor>
    </bean>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list