openEHR / java-libs

Standard Java libraries for Java implementations of openEHR
Other
48 stars 60 forks source link

CAttribute.parentNodePath() returns empty string for COMPOSITION attributes #6

Open ppazos opened 11 years ago

ppazos commented 11 years ago

For a CAttribute with path /category in a COMPOSITION archetype, the parentNodePath returns '' (invalid path) instead of '/' (path to the container CComplexObject).