[
https://issues.apache.org/jira/browse/DAFFODIL-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Thompson closed DAFFODIL-2938.
-----------------------------------
Verified the specified commit (commit 96dbe0bc7542aa9ea50fed61cea7dcd50f3db125)
is included in the latest pull from the daffodil repository.
Verified, via review, changes identified in the commit comment were
implemented.
Verified the affected daffodil subproject sbt test suites executed
successfully, including the modified and added tests.
Rolled commit back to pre-fix commit and verified that test
"test_nestedGroupRefs2" genetated the specified SDW.
> Namespace Difference check generates warning for same namespaces
> ----------------------------------------------------------------
>
> Key: DAFFODIL-2938
> URL: https://issues.apache.org/jira/browse/DAFFODIL-2938
> Project: Daffodil
> Issue Type: Bug
> Components: Back End
> Affects Versions: 3.9.0
> Reporter: Olabusayo Kilo
> Assignee: Olabusayo Kilo
> Priority: Major
> Fix For: 4.0.0
>
>
> Test test_nestedGroupRefs2 generates the below warning, but the namespaces
> are the same which indicates a bug with the check not properly checking
> differing namespaces.
> {code:java}
> Schema Definition Warning: Neighboring QNames differ only by namespaces.
> Infoset representations that do not support namespaces cannot differentiate
> between these elements and may fail to unparse. QNames are:
> ex:{http://example.com}inty, ex:{http://example.com}inty (id:
> namespaceDifferencesOnly)
> Schema context: group[4] Location line 1184 in
> /org/apache/daffodil/section14/sequence_groups/SequenceGroup.tdml
> Schema Definition Warning: Neighboring QNames differ only by namespaces.
> Infoset representations that do not support namespaces cannot differentiate
> between these elements and may fail to unparse. QNames are:
> ex:{http://example.com}stringy, ex:{http://example.com}stringy (id:
> namespaceDifferencesOnly)
> Schema context: group[4] Location line 1184 in
> /org/apache/daffodil/section14/sequence_groups/SequenceGroup.tdml
> {code}
>
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)