erpcya / adempiere

ADempiere Business Suite ERP/CRM/MFG/SCM/POS done the Bazaar way in an open and unabated fashion. Focus is on the Community that includes Subject Matter Specialists, Implementors and End-Users.
www.adempiere.net
GNU General Public License v2.0
2 stars 5 forks source link

[Bug Report] Uso de Colas basado en concurrencia #59

Open yamelsenih opened 5 months ago

yamelsenih commented 5 months ago

Reporte de Error

Cuando se usa el nuevo manejador de colas en ambientes multi-usuarios y de producción, se mezclan los datos de unos con otros, esto debido a que se definió una clase del tipo singleton

Steps to reproduce

  1. Habilite el uso de colas para envío de correos
  2. Con dos o más usuarios a la vez intente enviar varios correos
  3. Se generan errores del tipo NPE por referencias cambiadas

Contexto Adicional

https://github.com/adempiere/adempiere/issues/4327 https://github.com/adempiere/adempiere/pull/4328

Issues-translate-bot commented 5 months ago

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Bug Report

When the new queue manager is used in multi-user and production environments, data is mixed with each other, this is because a singleton type class was defined

Steps to play

  1. Enable the use of queues for sending emails
  2. With two or more users at the same time try to send several emails
  3. NPE type errors are generated due to changed references