I donĀ“t understant why i got this error. : (
I hope that somebody can help me
Thanks
Hibernate version: 3.0
Mapping documents:
This are the lines 34 to 37
<query name = "finduser"><! [CDATA[
from TUSUARIO WHERE SUSERNAME = :name AND SPASSWORD = :pass
]]>
</query>
Full stack trace of any exception that occurs:
Caused by: org.dom4j.DocumentException: Error on line 34 of document : <Line 34, Column 44>: XML-0201: (Fatal Error) Expected name instead of !. Nested exception: <Line 34, Column 44>: XML-0201: (Fatal Error) Expected name instead of !.
|