Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0058201
TypeCategorySeverityReproducibilityDate SubmittedLast Update
feature request[Modules] Openbravo Business APIminorhave not tried2025-03-11 12:482025-03-11 17:14
ReportercaristuView Statuspublic 
Assigned Tocaristu 
PriorityhighResolutionopenFixed in Version
StatusnewFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Merge Request Statusopen
Regression date
Regression introduced by commit
Regression level
Review Assigned To
Support ticket
OBNetwork customerNo
Regression introduced in release
Summary

0058201: Support triggering Push API events from DAL observers for newly created records

DescriptionCurrently is not supported to trigger Push API event from a DAL observer (event handler) for newly created records
Steps To Reproduce1) Create a DAL observer, i.e., a class extending EntityPersistenceEventObserver with a method to be executed when a new record is created
2) Implement the method by triggering a Push API event:

onSave(@Observes EntityNewEvent event) {
  ...
  if (!isValidEvent(event)) {
    return;
  }
  final BaseOBObject bob = (BaseOBObject) event.getTargetInstance();
  SynchronizationEvent.getInstance().triggerEvent("TEST_Event", bob.getId());
}

3) Create an event subscription for the Push API event triggered by the observer
4) Create a new record so the new observer is executed. Note that no event is eventually sent.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0176666)
hgbot (developer)
2025-03-11 13:20

Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/openbravo/-/merge_requests/1581 [^]
(0176681)
hgbot (developer)
2025-03-11 17:14

Merge Request created: https://gitlab.com/orisha-group/bu-commerce/openbravo/product/pmods/org.openbravo.api/-/merge_requests/443 [^]

- Issue History
Date Modified Username Field Change
2025-03-11 12:48 caristu New Issue
2025-03-11 12:48 caristu Assigned To => caristu
2025-03-11 12:48 caristu OBNetwork customer => No
2025-03-11 13:20 hgbot Merge Request Status => open
2025-03-11 13:20 hgbot Note Added: 0176666
2025-03-11 17:14 hgbot Note Added: 0176681


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker