GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse
Remove jdo schema declaration on conversion
Open
enhancement
help wanted
p4
priority: p4
ready
- Dominant language
- Java
- Stars
- 90
- Forks
- 52
- PR merge metrics
- No merged PRs in 30d
Description
On project conversion remove
```
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://java.sun.com/xml/ns/jdo/jdoconfig"
```
from jdoconfig.xml if present. It's not needed and causes an error in Eclipse JEE since http://java.sun.com/xml/ns/jdo/jdoconfig is no longer the correct URL.
Description Resource Path Location Type
cvc-elt.1: Cannot find the declaration of element 'jdoconfig'. jdoconfig.xml /qagpeproject/src/META-INF line 4 XML Problem
Contributor guide
Assessment
This issue has not been assessed yet.