flowable / flowable/flowable-engine
Missing OSGI exports in flowable-engine-common
- Lingua principale
- Java
- Stelle
- 9.5k
- Fork
- 2.9k
- Merge medio
- 7h 8m
- PR unite (30g)
- 2
Descrizione
**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 .
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.