Closed yvesgoupil closed 3 years ago
@hacenesh : @yvesgoupil and @mgiannoni see this in their OpenWIS 3.15 deployments. Do you see this behavior in your OpenWIS 3.15 release and deployment? How do you suggest fixing this?
This ticket can be closed. This work becomes part of the revised middleware RFP.
10 errors occur systematically at management-service deployment and during Wildfly start. These errors do not block the data-service and management-service operations.
2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.date 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.date 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.message 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.message 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.module 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.module 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.severity 2020-05-13 14:16:54,810 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.severity 2020-05-13 14:16:54,811 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000112: Getters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.source 2020-05-13 14:16:54,811 ERROR [org.hibernate.tuple.entity.PojoEntityTuplizer] (ServerService Thread Pool -- 89) HHH000243: Setters of lazy classes cannot be final: org.openwis.management.entity.AlarmEvent.source