You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table of Contents

Non-Fedora Context

ISSUE-1: Ingest of demo:5,18,29,14 fail
CAUSE: Hardcoded URLs that don't use local.fedora.server.
ACTION: Review all demo objects and use local.fedora.server where possible
WHO: Aaron
STATUS: ?

ISSUE-2: Smiley demo "list" dissemination doesn't work.
CAUSE: The SDep, demo:CollectionImpl requires the "fedora" part of the path to be specified: <http:operation location="fedora/risearch[...]">
ACTION: Modify Fedora so that, when the service URL is constructed, if it is not an http[s] URL: 1) If it starts with /, assume http://host:port is prefix, or 2) If it does not start with /, assume http://host:port/context/ is prefix.
WHO: Aaron
STATUS: ?

ISSUE-3: System tests don't pass
CAUSE: Not fully determined, but ISSUE-1 above is one probable cause.  At least ConfigA was failing for Eddie when he tried it.  Saw strange references to 127.0.1.1, but grepping the code for this turned up no result.
ACTION: Re-run tests, making sure to set the correct fedora.appServerContext in build.xml beforehand.
WHO: Eddie
STATUS: ?

ISSUE-4: fedora-ingest-demos doesn't work with non-fedora context and usage message is incorrect.
CAUSE: Doesn't pass optional parameters, so the ctx param is never passed in.
ACTION: Fix usage message and allow it to take ctx
WHO: Kai
STATUS: ?

ISSUE-5: fedora-rebuild gives confusing error message when WEBAPP_NAME is not given in env-server.sh/bat
CAUSE: The fedora-rebuild script uses this info to determine what the classpath is, in order to run the right java ... command.
ACTION: Give better error message.  Future:
WHO: Kai
STATUS: ?

ISSUE-6:

#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels