flowable / flowable/flowable-engine
Missing OSGI exports in flowable-engine-common
- Lenguaje dominante
- Java
- Estrellas
- 9.5k
- Forks
- 2.9k
- Merge medio
- 7 h 8 min
- PR fusionados (30 d)
- 2
Descripción
**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 .
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Abre flowable-engine-common pom.xml y localiza la sección . Añade los dos packages indicados en el issue y verifica después que las exportaciones de OSGI incluyan org.flowable.common.db.mapping y org.flowable.common.db.mapping.entity para solucionar el error reportado al cargar recursos de MyBatis.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- build-system
- Tipo de issue
- Error
- Dificultad
- 1/5
- Tiempo estimado
- Menos de una hora
- Estado de actividad
- Estancado
- Claridad
- Bien especificado
- Aptitud para principiantes
- 55/100