bw6-plugin-maven icon indicating copy to clipboard operation
bw6-plugin-maven copied to clipboard

Build entry is missing

Open nunotunes opened this issue 5 years ago • 7 comments


BUG REPORT INFORMATION

Maven Plugin version: 2.7.0

Maven version: 1.6.2

Product : TIBCO Businessworks Container edition

Product version: 2.5.3

Component: Maven build plugin

Steps to reproduce the issue: Import shared modules with maven.

Additional environment details if any: Windows 7

Describe the results you received: errors

Describe the results you expected:

Additional information you deem important (e.g. issue happens only occasionally): We are using maven plug-in in tibco bw ce 2.5.3, with tibco maven plugin 2.7.0. However, the following errors are shown in problems:

Description Resource Path Location Type 'source.external:C:\Users\i051663.m2\repository\com\santander\cib\mw\common\CrossReference.shared\1.0.2-SNAPSHOT\CrossReference.shared-1.0.2-SNAPSHOT.jar' build entry is missing build.properties /HomeBankingCLParser.module line 1 Plug-in Problem

nunotunes avatar Jul 02 '20 17:07 nunotunes

Are the snapshot jars present in the .m2 local repository?

awagle avatar Jul 06 '20 14:07 awagle

Yes, they are. An example of one of them:

[cid:[email protected]]

nunotunes avatar Jul 06 '20 14:07 nunotunes

Could you please share the projects and the snapshot jars. If Github cannot be used please create an SR with TIBCO support to share the artifacts and provide the SR number here.

awagle avatar Jul 07 '20 03:07 awagle

I've attached jars to the Tibco's case. Case #: 01877374 Can you please check it?

nunotunes avatar Jul 29 '20 09:07 nunotunes

Hi @nunotunes

Thanks for sharing the code. I see you are using bw6-maven-plugin version 2.4.0 and the shared module dependency jars getting added into "Bundle-Classpath". Could you try using version 2.7.0?

vpawar-tibco avatar Jul 30 '20 11:07 vpawar-tibco

Hi @vpawar-ai

I've changed to 2.7.0 but still the same issue:

err

nunotunes avatar Jul 30 '20 13:07 nunotunes

Hi @nunotunes Could you confirm whether you followed below steps -

  • Install 2.7.0 plugin release (https://github.com/TIBCOSoftware/bw6-plugin-maven/releases/download/v2.7.0/TIB_BW_Maven_Plugin_2.7.0.zip)

  • Remove jars entry from "Bundle-ClassPath" from app module Manifest file. Keep only Bundle-ClassPath: .

  • Regenerate POM files for your application.

  • Remove all module dependencies and again add all module dependencies.

  • Check Bundle-ClassPath

vpawar-tibco avatar Jul 31 '20 11:07 vpawar-tibco