TIBCOSoftware / be-tools

Collection of tools to work with TIBCO BusinessEvents
https://www.tibco.com/products/tibco-businessevents
Other
8 stars 4 forks source link

Add pom.xml for RMS #368

Closed ykalidin closed 1 month ago

ykalidin commented 1 month ago

Below error is seen in Windows RMS image log: 2024 Sep 13 04:50:56:002 GMT Z be-engine INFO [$default.be.mt$.Worker.3] - [Ops.Fetch.WS_RF_CreateRuleTemplateBuilderConceptFromSCSFactory] [WS-Inference-class] Requested fetch for ruletemplate builder Failed to build the effective model for project /opt/tibco/be/6.3/examples/standard/WebStudio/CreditCardApplication/pom.xml Parent info: com.tibco.cep:examples Reason: neither pomFile nor modelSource can be null

Adding the BE_HOME\pom.xml and BE_HOME\examples\pom.xml in docker image eliminates the error. Update the files accrdingly.