Re: [Hibernate] Hibernate and Oracle XML datatype

2003-12-15 Thread Patrick Burleson
grendelAI wrote: Does Hibernate support Oracle's XML Data type? I have a table with a xml data type field that I need to query based on values in the xml document stored. Can Hibernate facilitate the sql? Probably more a question for the forums and not the dev list, but you might want to look at

[Hibernate] build file improvement for hibernate begginers

2003-12-15 Thread Andrew Premdas
When following Documentation > Getting Started, you have to run the task 'eg' in the build file to build and run the sample. If your database properties are not correct the build still says it has suceeded even though it has failed. Fix Add failonerror="true" as an attribute to the java task. Li

[Hibernate] Small fix for build.xml in hibernate dist

2003-12-15 Thread Andrew Premdas
When following Documentation > Getting Started, you have to run the task 'eg' in the build file to build and run the sample. If your database properties are not correct the build still says it has suceeded even though it has failed. Fix Add failonerror="true" as an attribute to the java task. L