From: Konstantin P. <ko...@us...> - 2006-09-10 11:02:12
|
Update of /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1889/src/main/java/org/xdoclet/plugin/hibernate Modified Files: SqlOperations.jelly Log Message: fix for XDP-192 Index: SqlOperations.jelly =================================================================== RCS file: /cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/SqlOperations.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** SqlOperations.jelly 26 Apr 2005 07:00:08 -0000 1.1 --- SqlOperations.jelly 10 Sep 2006 11:02:05 -0000 1.2 *************** *** 8,12 **** </j:if> <!-- process sql-update --> ! <j:set var="sqlInsertTag" value="${sqlOperationEntity.getTagByName('hibernate.sql-update')}"/> <j:if test="${sqlUpdateTag != null}"> <sql-update callable="${sqlUpdateTag.callable}"> --- 8,12 ---- </j:if> <!-- process sql-update --> ! <j:set var="sqlUpdateTag" value="${sqlOperationEntity.getTagByName('hibernate.sql-update')}"/> <j:if test="${sqlUpdateTag != null}"> <sql-update callable="${sqlUpdateTag.callable}"> |