Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: framework-2.4.2
-
Fix Version/s: openengsb-3.0.0.M1
-
Component/s: framework
-
Labels:
Description
org.openengsb.core.api.Event gets marshalled to:
{"name":"xxxx","type":"Event","processId":0}but should be:
{"name":"xxxx","processId":0}Maybe because BeanInfo.getPropertyDescriptors() returns an additional "type"-PropertyDescriptor.
this is a clone of
OPENENGSB-1814since this issue is fixed on the master in a different way than on the other branches