Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0052541Openbravo ERPA. Platformpublic2023-05-24 09:572023-05-24 11:16
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
PR23Q3 
Core
No
0052541: allow to notify IEM via JMX
After running each cycle, Import Entry Manager awaits for a period of time before running its next cycle. If there is a notification (for example an Import Entry was created in the node running the IEM), it starts the next without awaiting for the time to complete.

In certain cases, mainly while debugging but it might also be interesting when facing some issues, it would be useful to allow administrators to notify IEM so it resumes its next cycle without waiting.
-
Extend JXM [1] with a method to perform the notification.

[1] http://wiki.openbravo.com/wiki/Retail:Configuration_Guide#Import_Entry_JMX_Extension [^]
No tags attached.
Issue History
2023-05-24 09:57alostaleNew Issue
2023-05-24 09:57alostaleAssigned To => alostale
2023-05-24 09:57alostaleModules => Core
2023-05-24 09:57alostaleTriggers an Emergency Pack => No
2023-05-24 10:02hgbotNote Added: 0150194
2023-05-24 10:13hgbotResolutionopen => fixed
2023-05-24 10:13hgbotStatusnew => closed
2023-05-24 10:13hgbotNote Added: 0150197
2023-05-24 10:13hgbotFixed in Version => PR23Q3
2023-05-24 10:13hgbotNote Added: 0150198
2023-05-24 11:16hgbotNote Added: 0150204

Notes
(0150194)
hgbot   
2023-05-24 10:02   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/892 [^]
(0150197)
hgbot   
2023-05-24 10:13   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/892 [^]
(0150198)
hgbot   
2023-05-24 10:13   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 894292b46a7f1207d118498d8e2e4f9b4f1109f9
Author: Asier Lostalé <asier.lostale@openbravo.com>
Date: 24-05-2023 10:01:14
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/894292b46a7f1207d118498d8e2e4f9b4f1109f9 [^]

fixes FR-52541: implements a method to notify IEM through JMX

---
M src/org/openbravo/service/importprocess/ImportEntryManager.java
M src/org/openbravo/service/importprocess/ImportEntryManagerMBean.java
---
(0150204)
hgbot   
2023-05-24 11:16   
Repository: https://gitlab.com/openbravo/ci/backoffice-api [^]
Changeset: b40fe1604da98cd2a59736f949919ba18e776d02
Author: Carlos Aristu <carlos.aristu@openbravo.com>
Date: 24-05-2023 11:15:34
URL: https://gitlab.com/openbravo/ci/backoffice-api/-/commit/b40fe1604da98cd2a59736f949919ba18e776d02 [^]

related to FR-52541: new method in ImportEntryManagerMBean interface

---
M java/reference/java.japi.gz
---