-
Bug
-
Resolution: Won't Do
-
Critical
-
6.0.1
-
None
-
Release Notes
-
-
-
-
-
ER5
Description of problem:
[business-central]
Project which includes
– XLS table (which can't be built out of the box)
– dependency for a jar which includes the same XLS table, model classes, etc..
fails upon build & deploy. The problem here is not the failed build itself, but the fact that the build process never stops, it goes into infinite loop and will end by causing PermGen space error.
Version-Release number of selected component (if applicable):
BPM 6.0.1
BPM 6.0.2-er2
How reproducible:
always
Steps to Reproduce:
1. Import XLS file (attached)
2. Build&deploy
3. Upload jar (-SNAPSHOT.jar) to the artifact repository
4. Add it as a project dependency
5. build & deploy
– observe warnings and exceptions in the log (attached) and that they will continue to be displayed in the loop.
Actual results:
Process of project build never stops.
Expected results:
If the build of the process shall be not successful, it should simply failed and not go into infinite loop.
Additional info:
It seems that the process fails only when the dependency of the project is the jar created by the maven (mvn clean package). When I have added the jar to this project, which was exported via Eclipse, behavior was expected.
- is related to
-
RHBPMS-787 Huge amount ClassNotFoundException WARNs on project build
- Verified
-
RHBPMS-1280 "org.guvnor.common.services.builder.Builder" build() method swallow Exception
- Verified
- relates to
-
RHBPMS-787 Huge amount ClassNotFoundException WARNs on project build
- Verified
-
RHBPMS-1280 "org.guvnor.common.services.builder.Builder" build() method swallow Exception
- Verified