Closed GoogleCodeExporter closed 9 years ago
Original comment by tfmorris
on 3 Feb 2011 at 4:19
I'm not sure I'm going to have time to finish tracking this down, so here's
where I got to. In ReconConfig.reconstruct():
ReconConfig.reconstruct(JSONObject) line: 90
ReconOperation.<init>(JSONObject, String, ReconConfig) line: 93
ReconcileCommand.createOperation(Project, HttpServletRequest, JSONObject) line: 59
the mode is "freebase/strict" but the Map s_opNameToClass only contains an
entry for for "core/standard-service" and nothing else.
Not sure where it is supposed to be initialized yet...
match = "key"
namespace = {"id":"/base/ourairports/ourairports_id",
"name":"OurAirports namespace"
}
StrictReconConfig
Original comment by tfmorris
on 3 Feb 2011 at 5:14
Turns out that I was missing the Freebase extension. The Freebase extension is
probably always going to be there in a normal installation, but I wonder if
there's a need for checking what extensions an exported project depends on when
it is re-imported.
Opinions on whether I should close this or re-target it at better
checking/reporting?
Original comment by tfmorris
on 3 Feb 2011 at 11:50
Original comment by tfmorris
on 4 Feb 2011 at 2:21
Original issue reported on code.google.com by
tfmorris
on 3 Feb 2011 at 4:07