Error retrieving keys for insertion in contextualized topic
Posted: Tue Apr 04, 2023 4:32 pm
Hello,
We define a custom view in oXygen Web Author. This custom view allow user to drag and drop reusable keyref phrase.
To do this, we try to load all keys available for insertion.
The context map is :
Why this error ?
Same operation with same topic and map in the oXygen desktop version is a successfull.
Thanks a lot
Vincent
We define a custom view in oXygen Web Author. This custom view allow user to drag and drop reusable keyref phrase.
To do this, we try to load all keys available for insertion.
The context map is :
Code: Select all
<bookmap>
<frontmatter>
<keydef format="ditamap"
href="VARIABLES.ditamap"
keys="variables"
processing-role="resource-only"/>
</frontmatter>
<chapter>
<topicref href="EDITING_TOPIC.dita">
</chapter>
</bookmap>
Code: Select all
2023-04-04 15:12:47,317 WARN [ http-nio-8081-exec-5 ] ro.sync.ecss.dita.e - DITA keys will not be resolved for this request.
java.lang.IllegalStateException: null
at ro.sync.ecss.dita.e.b(Unknown Source)
at ro.sync.ecss.dita.DITAAccess.getKeysForInsertion(Unknown Source)
...
Thanks a lot
Vincent