Joined: Thu Sep 15, 2005 2:16 pm Posts: 1
|
[b]Hibernate version:[/b]
3.0
[b]Mapping documents:[/b]
[b]Code between sessionFactory.openSession() and session.close():[/b]
[b]Full stack trace of any exception that occurs:[/b]
[b]Name and version of the database you are using:[/b]
[b]The generated SQL (show_sql=true):[/b]
[b]Debug level Hibernate log excerpt:[/b]
I am using the XML persistence feature of hibernate.
I am able to load the Element list successfully.
But when i use selectNodes(using XPath expression) on the elements retrieved, it doesnt give me expected result.
But if i write the same elements into physical XML file and do the same operation i am getting the expected result.
Could some one help me out?
Res
|
|