[jira] Created: (XDP-207) [hibernate] sql-delete-all will not be inserted into the xml.

"Jens Zastrow (JIRA)" <jira-yCVjj/[email protected]>
Newsgroups gmane.comp.java.xdoclet-plugins
Message-ID <90511841.1163689951435.JavaMail.haus-jira@codehaus01.managed.contegix.com>
[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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.