GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse

Remove jdo schema declaration on conversion

Open
#2,035 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.