Hi,
I'm using 3.0 (release, binary)
If you create a one-to-meny connection between two entities, then in the generation of DAO on the "many" side it tries to use in the creation function the parameter as an entity and not as a set or collection... than it comes to an error. If you are using the 1,0..* connection than it's ok.
Balazs
eg.:
(ignore the name many2many...)
[javac] Compiling 36 source files to D:\develop\andromda\many2many\core\targ
et\classes
D:\develop\andromda\many2many\core\target\src\org\many2many\B1DaoBase.java:153:
setA1tob1one(java.util.Set) in org.many2many.B1 cannot be applied to (org.many2m
any.A1)
entity.setA1tob1one(a1tob1one);
^
1 error
BUILD FAILED
anyway it was correct in the 3.0RC1
Thanks!