[hibernate] sql-delete-all will not be inserted into the xml.
-------------------------------------------------------------

                 Key: XDP-207
                 URL: http://jira.codehaus.org/browse/XDP-207
             Project: XDoclet 2 Plugins
          Issue Type: Bug
            Reporter: Jens Zastrow


@hibernate.sql-delete is working, @hibernate.sql-delete-all not.

It seem to be implemented in SqlDeleteAll.jelly.

I put the following lines to SqlOperations.jelly and it workd.

<!-- process sql-delete-all -->
    <j:set var="sqlDeleteAllTag" 
value="${sqlOperationEntity.getTagByName('hibernate.sql-delete-all')}"/>
    <j:if test="${sqlDeleteAllTag != null}">
        <sql-delete-all callable="${sqlDeleteAllTag.callable}">
          ${sqlDeleteAllTag.value_}
        </sql-delete-all>
    </j:if>

-- 
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

Reply via email to