imixs / imixs-bpmn

Imixs BPMN2 Modelling Tool
10 stars 3 forks source link

getProperty generates empty extensionElements #21

Closed rsoika closed 9 years ago

rsoika commented 9 years ago

current implementation generates empty extensionElements because of not looking around for existing ones.

Method: Property getPropertyByName(BaseElement be, String itemName, String itemType, String defaultValue)

Class: ImixsDetailComposite

rsoika commented 9 years ago

fixed