Bug in Generation of Base DAOs toValueObject method
---------------------------------------------------

         Key: SPRING-160
         URL: http://jira.andromda.org/browse/SPRING-160
     Project: Spring Cartridge
        Type: Bug

    Versions: 3.2-RC1    
    Reporter: Harald Weyhing
 Assigned to: Chad Brandon 


- Spring with EJB enabled, defaultProvider is EJB
- Webservices enabled too.

I have two entities (Person, Adress) associated as composite, also two 
ValueObject PersonVO and AdressVO associated as composite.

After generation there is a constructor for PersonVO like

public PersonVO(String name,... AdressVO[] adresses) but in PersonDaoBase in 
the method toPersonVO the constructor is called with

new PersonVO(String name, ... ,(Collection<AdressVO>) null)

As I need Webservices I think at both places an array should get generated. 





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



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642

Reply via email to