FHIR Chat · Build Error on branch that I can't debug · committers

Stream: committers

Topic: Build Error on branch that I can't debug


view this post on Zulip Eric Haas (Jun 03 2019 at 15:11):

Creating a branch with proposed updates to Subscription and I am unable debug the following error. I have removed the element criteria from the Subscription resource and Search etc..., I have searched and cannot find @criteria anywhere.

I will look in the the Java classes and clear the caches but any other suggestions would be helpful.

~~~
[java] ERROR @ subscription.html: Fragment Error in page subscription.html: Unrecognised property '@criteria' at line -1 col -1 (src = Publisher)
[java] ERROR @ subscription.html: Fragment Error in page subscription.html: This property must be an Object, not a com.google.gson.JsonPrimitive at line -1 col -1 (src = Publisher)


view this post on Zulip Eric Haas (Jun 03 2019 at 15:42):

still stumped. what does line -1 and col - 1 mean?

view this post on Zulip Lloyd McKenzie (Jun 03 2019 at 15:48):

It means it didn't get to the point where it started counting line and column numbers

view this post on Zulip Lloyd McKenzie (Jun 03 2019 at 15:48):

(Or the error got thrown in a part of the code that didn't have access to that information)

view this post on Zulip Eric Haas (Jun 03 2019 at 15:53):

so somewhere its looking for @ criteria

view this post on Zulip Eric Haas (Jun 03 2019 at 16:00):

where are the classes?

view this post on Zulip Grahame Grieve (Jun 04 2019 at 00:31):

it's in a fragment in the narrative

view this post on Zulip Grahame Grieve (Jun 04 2019 at 00:32):

like in http://hl7.org/fhir/subscription.html#2.46.8.1

view this post on Zulip Eric Haas (Jun 04 2019 at 04:18):

what is "fragment in the narrative" tab content? and when I inspect the page and search for 'criteria' I only see it as narrative text except in the diff . What am I looking for?

view this post on Zulip Grahame Grieve (Jun 04 2019 at 04:27):

somewhere in the source you have a fragment="Subscription" in html that still references criteria

view this post on Zulip Grahame Grieve (Jun 04 2019 at 04:28):

the only one I see are all in subscription-notes.xml


Last updated: Apr 12 2022 at 19:14 UTC