Ejb-jar.xml and argument multiciplicity
---------------------------------------

                 Key: SPRING-212
                 URL: http://jira.andromda.org/browse/SPRING-212
             Project: Spring Cartridge
          Issue Type: Bug
    Affects Versions: 3.4
            Reporter: Pierrick HYMBERT
            Assignee: Chad Brandon


If an operation argument is an upper multiplicity equals to -1, the ejb-jar.xml 
is misconfigured.

The method-param element of the method-permission and container-transaction 
tags should be the java.util.* type instead of the the 
argument.type.fullyQualifiedName.

At the moment generated by ejb-jar.xml.vm:
<method-param>a.b.model.ModelType</method-param>

Expected :
<method-param>java.util.Set</method-param>

Regards

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

        

------------------------------------------------------------------------------
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev

Reply via email to