From: Vance K. <va...@us...> - 2006-06-26 16:09:36
|
User: vancek Date: 06/06/26 08:12:23 Modified: andromda-ejb3/src/changes changes.xml Log: update Revision Changes Path 1.12 +6 -1 cartridges/andromda-ejb3/src/changes/changes.xml Index: changes.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-ejb3/src/changes/changes.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -w -r1.11 -r1.12 --- changes.xml 26 Jun 2006 14:40:34 -0000 1.11 +++ changes.xml 26 Jun 2006 15:12:23 -0000 1.12 @@ -171,12 +171,17 @@ </action> <action dev="vancek" due-to="tlu" type="fix"> Fix erroneous signature of entity constructor where no entity attributes exist but navigable associations - do exist. + do exist. JIRA EJB-34 </action> <action dev="vancek" type="update"> Revert the build back to using the default Java compiler (1.4) - 1.5 isn't supported for the automated build process for andromda-plugins. </action> + <action dev="vancek" due-to="tlu" type="add"> + Add support for a select few meta type annotations for attribues in embedded value classes. Need to + confirm if @Transient, @Version, @Lob and @Basic are supported. @Column, @Temporal and @Enumerated have + been confirmed to work. JIRA EJB-31 + </action> </release> </body> </document> \ No newline at end of file |