axelor / axelor-open-platform

Open source Java framework for business application development
http://axelor.com
Other
391 stars 298 forks source link

domain-model in modules cannot be found #87

Open maikabo opened 3 years ago

maikabo commented 3 years ago

I am new to the axelor platform. I have managed to import into eclipse after running gradle. However, it is giving me errors on XML saying that it cannot find the declaration of the element 'domain model' and 'oject-view'. I have reviewed the XML files and noted that they are in line with the technical documentation. In addition, it is saying that it cannot read the following annotation.

xsi:schemaLocation="http://axelor.com/xml/ns/domain-models http://axelor.com/xml/ns/domain-models/domain-models_5.3.xsd"

I need help please.