Hace algunos años atras un equipo en el Servicio de Administración Tributaria diseñamos una aplicacion llamada Planificador de procesos que despues intento ser una Rejilla de planificación, dicha aplicación maneja procesamiento de 10 declaraciones por segundo (procesamiento en lotes), sus ultimas versiones tendian a manejar una arquitectura basada en eventos en lo cuál dentro de su interfaz manejaba terminos como configuración de particula ya que intentaba idealizar el concepto de particulas en tareas de planificación en base de control por el tiempo, hace poco encontré en el libro de algoritmos de Sedgewick el diseño de como elaborar una arquitectura mas funcional y responsable pero guardando el mismo concepto de una aplicación de 'Planificación de procesos':
I have been caught by the time, after some years ago, my knowledge of configuration of IBM Message Queue is not being in practice because spending 2 hours trying to configure Channel Security the remembrance of how doing it stuck me.
I have decided to conserve some memories of script of configuration and this is the first part.
Recently working on transactional container may me found some exception described as following:
Having a configuration on Spring jdbc I did saw that my transaccional configuration was for read-only on true value so I have to change the configuration like this: @Transactional(value = "XXXXTransaccionManager", readOnly = false, propagation = Propagation.REQUIRED, timeout = 6000,isolation = Isolation.READ_COMMITTED)
The solution to the problem should be SET LOCK MODE WAIT or LOCK MODE in table, this resolution was only for a transacctional enviroment, please be free to make a revision of log file in database to check if this is the solution to your system.