Details
-
Type:
Task
-
Status: Closed
-
Priority:
L3 - Default
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.4.0, 7.4.0-alpha3
-
Component/s: bpmn model api, cmmn model api
-
Labels:None
Description
The methods:
- org.camunda.bpm.model.xml.impl.ModelImpl#getAlternativeNamespace
- org.camunda.bpm.model.xml.impl.ModelImpl#getActualNamespace
should return null if there is no namespace mapping is defined. Currently the method returns the provided namespace if no mapping exists.