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
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
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