Vishal Pawar
Vishal Pawar
Hi @fm-tibco, the "condition" input data type is boolean because it is expected that the filter expression evalutes to true or false. Example - for condition expression `string.contains($pipeline.input,"keyword")`, the activity...
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...
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...
Hi @transferobject, Please check - - Apache Maven is installed. Execute `mvn --version` - Check if plugin jar is available at `\repository\com\tibco\plugins\bw6-maven-plugin\2.7.0`. if not, reinstall the plugin. Check if jar...
@transferobject There is an eclipse m2e plugin bug for similar error - https://bugs.eclipse.org/bugs/show_bug.cgi?id=534232 An alternative is to use `mvn dependency:tree -Dverbose` command.
Hi @athotasage Do you see shared module project created in the workspace as described here - https://github.com/TIBCOSoftware/bw6-plugin-maven/wiki/SharedModule ? Please provide more details on - > Unable to launch the application...
Hi @dmassimi The maven plugin does not have full support for building custom xpath functions yet. So I am marking this issue as an enhancement. However, based on the code...
Hi @dmassimi Please change "maven.mc-genapp.parent->pom.xml" to include "test-sm" module. ```xml ../test-sm ../bw.mc-genapp ../bw.mc-genapp.application ``` Or you could also do the same by re-generating application pom files using the wizard. Thanks.
The difference is between how the shared module is being used. - Shared Module : The Shared module project is present in the workspace and added as module in parent...
Hi @dmassimi, Please have a look at - https://github.com/TIBCOSoftware/bw6-plugin-maven/wiki/Custom-XPath-Function-with-Maven Please let us know if it helps resolve your issue.