From ac9a7c0453e578dd40c17ec63431fa1f64a761a0 Mon Sep 17 00:00:00 2001 From: hugh-unicenta Date: Thu, 5 Oct 2023 16:50:50 +0100 Subject: [PATCH] UOCL-244: poc working --- pom.xml | 2 +- src/main/java/com/unicenta/pos/forms/StartPOS.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e5380fc..89ac094 100644 --- a/pom.xml +++ b/pom.xml @@ -325,7 +325,7 @@ com.unicenta unicenta-plugins - 1.1 + 1.2-SNAPSHOT com.gluonhq diff --git a/src/main/java/com/unicenta/pos/forms/StartPOS.java b/src/main/java/com/unicenta/pos/forms/StartPOS.java index dce2ea3..06c0e22 100644 --- a/src/main/java/com/unicenta/pos/forms/StartPOS.java +++ b/src/main/java/com/unicenta/pos/forms/StartPOS.java @@ -129,7 +129,7 @@ public class StartPOS { metrics.setUniCentaVersion(AppLocal.APP_VERSION); Application application = new Application(); application.postMetrics(metrics); - //application.startEventListener(host, jRootApp); + application.startEventListener(host, jRootApp); } catch (Exception e) { log.error("Problem with starting the uniCenta plugin application:${}", e.getMessage()); }