Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
When I open the current develop branch in Eclipse, following FINERACT-846, I get the following red errors, in (only) the XBRLBuilderTest, only in the Eclipse IDE (building on the CLI with Gradle doesn't seem to care):
The package javax.xml.parsers is accessible from more than one module: <unnamed>, java.xml
in the import of javax.xml.parsers.DocumentBuilderFactory and javax.xml.parsers.ParserConfigurationException
and similarly:
The package org.w3c.dom is accessible from more than one module: <unnamed>, java.xml
on the import of org.w3c.dom.NodeList and org.xml.sax.SAXException.
There are also ...cannot be resolved to a type for NodeList, DocumentBuilderFactory, SAXException, ParserConfigurationException later, which presumably are just effects of above.
Attachments
Issue Links
- is part of
-
FINERACT-846 Upgrade Fineract 1.x to Java 11 and Upgrade Dependencies to latest versions
- Resolved
- is related to
-
FINERACT-943 Unit tests cannot be easily directly launced in Eclipse anymore
- Resolved
- requires
-
FINERACT-938 Document (or drop) use of Xerces2 (without requiring NekoHTML)
- Resolved
-
FINERACT-941 Upgrade Spring Boot from 2.2.4 to 2.2.7
- Resolved
- links to