[ http://jira.codehaus.org/browse/XDP-145?page=all ]
     
Konstantin Pribluda closed XDP-145:
-----------------------------------

     Assign To: Konstantin Pribluda
    Resolution: Won't Fix

This problem comes from qdox, and can not be fixed by us directly.
To work around place your query tag on single string ( I know, this suks... ) 

> @hibernate.query
> ----------------
>
>          Key: XDP-145
>          URL: http://jira.codehaus.org/browse/XDP-145
>      Project: XDoclet 2 Plugins
>         Type: Bug

>   Components: hibernate
>     Versions: 1.0.2
>     Reporter: Domenico Loiacono
>     Assignee: Konstantin Pribluda

>
>
> 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 part of hbml.xml result file:
> <query name="list.allevamenti.all"><![CDATA[from 
> it.lispa.turismo.persist.AllevamentoH allevamentoH ]]></query>

-- 
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
xdoclet-plugins-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest

Reply via email to