@hibernate.query
----------------

         Key: XDP-144
         URL: http://jira.codehaus.org/browse/XDP-144
     Project: XDoclet 2 Plugins
        Type: Bug

  Components: hibernate  
    Versions: 1.0.2    
    Reporter: Domenico Loiacono


If the query attribute of @hibernate.query tag contain CRLF, xdoclet produce a 
wrong xml.
The problem may be jetty ?

This is part of source file with xdoclet:
/**
 * @hibernate.class
 *  table="allevamento"
 *  dynamic-update="true"
 *  lazy="true"  
*
 * @hibernate.query
 *      name="list.allevamenti.all"
 *      query="from it.lispa.turismo.persist.AllevamentoH allevamentoH 
 *          WHERE (upper(allevamentoH.deleted) <> 'T')
 *          ORDER BY upper(allevamentoH.descr)" 
*/
This is hbml.xml result file:



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



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
xdoclet-plugins-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to