@hibernate.sql-update is not working ------------------------------------ Key: XDP-192 URL: http://jira.codehaus.org/browse/XDP-192 Project: XDoclet 2 Plugins Issue Type: Bug Components: hibernate Affects Versions: 1.0.4 Environment: JDK 1.5.0_06-b05, Win32 Reporter: Daniel Mitterdorfer Priority: Minor
A Copy and Paste error in SqlOperations.jelly. The fragment: <!-- process sql-update --> <j:set var="sqlInsertTag" value="${sqlOperationEntity.getTagByName('hibernate.sql-update')}"/> <j:if test="${sqlUpdateTag != null}"> <sql-update callable="${sqlUpdateTag.callable}"> ${sqlUpdateTag.value_} </sql-update> </j:if> should be corrected to: <!-- process sql-update --> <j:set var="sqlUpdateTag" value="${sqlOperationEntity.getTagByName('hibernate.sql-update')}"/> <j:if test="${sqlUpdateTag != null}"> <sql-update callable="${sqlUpdateTag.callable}"> ${sqlUpdateTag.value_} </sql-update> </j:if> (Note that j:set var="..." has changed) -- 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ xdoclet-plugins-interest mailing list xdoclet-plugins-interest@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest