flowable / flowable/flowable-engine
Missing OSGI exports in flowable-engine-common
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.9k
- Avg merge
- 7h 8m
- Merged PRs (30d)
- 2
Description
**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 .
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.