bw6-plugin-maven
bw6-plugin-maven copied to clipboard
Maven test not working when using xpath dependencies
Maven Plugin version:2.6.0 Maven version:3.6.1 Product : TIBCO Businessworks Container edition Product version: 2.5.2 Component: Maven build plugin
Steps to reproduce the issue:
-
Import projects attached (bw module, bw application, bw parent, bw camunda xpath dependency)
-
Export fragments plugin bw.core_transco_camunda.xpath
-
Configure module property /Services/mc-timer-genapp/MCI/Order-esb-in/folderDmnSinistre to point to bw.mc-genapp\Resources\sinistre\GestionSinistre.dmn
-
Run mvn test goal from Studio
Additional environment details if any:
Describe the results you received: Test doesn't start and console shows this log
[INFO] ----BW Engine Logs Start--------------------------------------------------------------------------------------------------------------------------------------------------- [INFO] ...16:35:38.380 INFO [main] com.tibco.thor.frwk - TIBCO BusinessWorks version 2.5.2, build V67, 2020-03-05 ...!SESSION 2020-08-10 16:35:34.446 ----------------------------------------------- eclipse.buildId=unknown java.version=1.8.0_221 java.vendor=Oracle Corporation BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US Command-line arguments: -os win32 -ws win32 -arch x86_64 -consoleLog -clean 16:35:51.445 INFO [Framework Event Dispatcher: Equinox Container: 90cb46c0-16db-001a-1b92-d7394d41b804] com.tibco.thor.frwk.Deployer - TIBCO-THOR-FRWK-300001: Started OSGi Framework of AppNode [BWEclipseAppNode] in AppSpace [BWEclipseAppSpace] of Domain [BWEclipseDomain] 16:35:51.767 INFO [Framework Event Dispatcher: Equinox Container: 90cb46c0-16db-001a-1b92-d7394d41b804] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300018: Deploying BW Application [bw.mc-genapp.application:1.0]. ...16:35:56.428 INFO [EventAdminThread #15] com.tibco.thor.frwk.Application - TIBCO-THOR-FRWK-300019: BW Application [bw.mc-genapp.application:1.0] is impaired. 16:35:56.431 INFO [Framework Event Dispatcher: Equinox Container: 90cb46c0-16db-001a-1b92-d7394d41b804] com.tibco.thor.frwk.Application - Started by BusinessStudio, ignoring .enabled settings.
!ENTRY org.eclipse.osgi 4 0 2020-08-10 16:35:56.442 !MESSAGE Bundle initial@reference:file:../../../../../../../git/tbwce-sample-timer/bw.mc-genapp/ was not resolved. .........
The same application (same POMs) without using dependencies (deleting dependencies in application POM and in Module Descriptor/Dependencies BW project) it works. Why when I use dependencies it doesn't work?
Attached project with dependencies and without dependencies. proj-with-dependencies.zip proj-without-dependencies.zip bw.core_transco_camunda.xpath.zip Describe the results you expected: Test working for both projects
Additional information you deem important (e.g. issue happens only occasionally):