flowable / flowable/flowable-engine
Missing OSGI exports in flowable-engine-common
- Vorherrschende Sprache
- Java
- Sterne
- 9.5k
- Forks
- 2.9k
- Ø Merge
- 7 Std. 8 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
**Describe the bug**
The module flowable-engine-common is missing the following OSGI exports:
- org.flowable.common.db.mapping
- org.flowable.common.db.mapping.entity
Because of those missing exports, mybatis won't be able to load some files in an OSGI environment and will lauch the following error:
`org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: java.io.IOException: Could not find resource org/flowable/common/db/mapping/entity/Property.xml`
**Expected behavior**
Add the missing exports in flowable-engine-common pom.xml under section .
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.