2006/2/27, Akbarr <[EMAIL PROTECTED]>:

> No, the query is in just 1 line:
>
> /**
>  * @hibernate.class table="I18N_Textos"
>  *
>  * @hibernate.query name="getTextoI18N" query="from I18NTextos i where 
> i.locale=:locale and i.texto=:texto"
>  *
>  */
>
> The generated XML is:
>
>   <query name="getTextoI18N">
>     <representation/><![CDATA[from I18NTextos i where i.locale=:locale and 
> i.texto=:texto]]>
>   </query>
>
> (the "representation" node raises an error)

Hi,

This is a bug, which I've come across, too. I once checked out the
sources of plugin-hibernate to fix it, but was unable to find some
spare time to do it actually.

> Andrés

Jacek

--
Jacek Laskowski
http://www.laskowski.org.pl

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to