This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
It's important to understand that the xmlns attribute value is just a logical namespace and it need not be the location where the xsd is published. Usually the schemaLocation attribute maps the logical namespace to a location, most of the times it's a URL. However, in this case the xsd is packaged within the hibernate jars and is not published anywhere. If you are trying to setup your IDE for auto-completion and other such features for hibernate configuration files, then you'll have to setup the IDE to point to the xsd contained in the hibernate jar.
I want to get that xsd file to read the schema elements and than maybe customize my Eclipse for prompting xml elements.
Do you know the location o this xsd file? Which jar contains it?
Witold Marshal wrote:
Do you know the location o this xsd file? Which jar contains it?
It should be in the hibernate-core*.jar somewhere under a folder named schema inside it. I don't have ready access to hibernate jars right now to confirm. But you can probably do a quick check in your project dependencies.
Witold Marshal
Ranch Hand
Joined: Feb 05, 2012
Posts: 48
posted
0
Thanks a lof. You were right, I have found it. : )