Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0056195Openbravo ERPA. Platformpublic2024-08-06 09:362024-09-24 12:54
cberner 
cberner 
normalmajorhave not tried
closedfixed 
5
 
PR24Q4 
Core
No
0056195: New infrastructure for sending messages, using websockets
A new infrastructure should be created to allow sending messages between frontend and backend in an agnostic way. With an implementation using websockets.
-
No tags attached.
related to feature request 0056183 closed gonzalo_fernandez POS2 Websocket Implementation - Core2 infrastructure implementation and example module 
causes defect 0056538 closed alostale Openbravo ERP db transaction remains idle forever after Tomcat start 
Issue History
2024-08-06 09:36cbernerNew Issue
2024-08-06 09:36cbernerAssigned To => cberner
2024-08-06 09:36cbernerModules => Core
2024-08-06 09:36cbernerTriggers an Emergency Pack => No
2024-08-07 14:14hgbotNote Added: 0167805
2024-08-20 08:31cbernerRelationship addedrelated to 0056183
2024-08-20 08:31cbernerStatusnew => scheduled
2024-09-16 13:51hgbotResolutionopen => fixed
2024-09-16 13:51hgbotStatusscheduled => closed
2024-09-16 13:51hgbotFixed in Version => PR24Q4
2024-09-16 13:51hgbotNote Added: 0169239
2024-09-16 13:51hgbotNote Added: 0169241
2024-09-16 15:41hgbotNote Added: 0169255
2024-09-24 12:54alostaleRelationship addedcauses 0056538

Notes
(0167805)
hgbot   
2024-08-07 14:14   
Merge Request created: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1325 [^]
(0169239)
hgbot   
2024-09-16 13:51   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 2125d7c307f7800604da50c51e89e27ef489697a
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 16-09-2024 13:47:31
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/2125d7c307f7800604da50c51e89e27ef489697a [^]

Fixes FR-56195: New infrastructure for sending and receiving messages, using websockets

A new infrastructure has been created to allow sending and receiving
messages between client and server through an initial implementation of
websockets. The infrastructure is agnostic to websockets particular
technology, and in the future it can be swapped or include other
implementations with or without websockets.

---
---
(0169241)
hgbot   
2024-09-16 13:51   
Merge request merged: https://gitlab.com/openbravo/product/openbravo/-/merge_requests/1325 [^]
(0169255)
hgbot   
2024-09-16 15:41   
Repository: https://gitlab.com/openbravo/product/openbravo [^]
Changeset: 1a1f77e12665900005e12fe3899ad42dc91ffc55
Author: Cristian Berner <cristian.berner@openbravo.com>
Date: 16-09-2024 15:40:04
URL: https://gitlab.com/openbravo/product/openbravo/-/commit/1a1f77e12665900005e12fe3899ad42dc91ffc55 [^]

Related to FR-56195: Fix problem with preference modified to non-property list incorrectly

The original commit was intended to change the default value to N,
instead the propertylist property was modified.

---
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_PREFERENCE.xml
---