Validating jdoconfig with incorrect url

前端 未结 4 1607
长情又很酷
长情又很酷 2020-12-15 10:31

I am using jdo and configuring the persistence manager with jdoconfig.xml

However everywhere I find documentation about jdoconfig.xml it states that http://java.sun.

4条回答
  •  萌比男神i
    2020-12-15 11:08

    The xmlns is not a real file/directory, more a namespace, so ought not exist! The version is appended to get the real XSD file, namely http://java.sun.com/xml/ns/jdo/jdoconfig_3_0.xsd

    Maybe

    
    

提交回复
热议问题