[ http://jira.codehaus.org/browse/XDP-59?page=all ] Konstantin Pribluda closed XDP-59: ----------------------------------
> Hibernate type tag ignores parameters > ------------------------------------- > > Key: XDP-59 > URL: http://jira.codehaus.org/browse/XDP-59 > Project: XDoclet 2 Plugins > Type: Bug > Components: hibernate > Reporter: Sirvan Yahyaei > Assignee: Anatol Pomozov > Priority: Minor > > > /** > [EMAIL PROTECTED] name="a.B" > [EMAIL PROTECTED] name="p1" value="v1" > **/ > generates <type name="a.B"/> and ignored parameter. > Also, we can't use two or more typedefs in a mapping file: > /** > [EMAIL PROTECTED] name="TypeName1" class="EnumUserType" > [EMAIL PROTECTED] name="enumClassName" value="a.B" > [EMAIL PROTECTED] name="TypeName2" class="EnumUserType" > [EMAIL PROTECTED] name="enumClassName" value="a.C" > **/ > generates: > <typedef name="TypeName1" class="EnumUserType"> > <param name="enumClassName">a.B</param> > <param name="enumClassName">a.C</param> > </typedef> > <typedef name="TypeName2" class="EnumUserType"> > <param name="enumClassName">a.B</param> > <param name="enumClassName">a.C</param> > </typedef> > instead of: > <typedef name="TypeName1" class="EnumUserType"> > <param name="enumClassName">a.B</param> > </typedef> > <typedef name="TypeName2" class="EnumUserType"> > <param name="enumClassName">a.C</param> > </typedef> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ xdoclet-plugins-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
