[ http://jira.codehaus.org/browse/XDP-192?page=all ]
Konstantin Pribluda closed XDP-192.
-----------------------------------
Resolution: Fixed
Thanks. Resolved in current CVS. snapshot deployed
> @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
-------------------------------------------------------------------------
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