Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Wiki Markup
    (Required) Modify Fedora so that http\[s\]/local.fedora.server/fedora/ is interpreted at runtime (and translated when appropriate at export time) with protocol://host:port/context/ and all other occurances of http\[s\]://local.fedora.server/ are interpreted/translated as protocol://host:port/
    • In content of WSDL and other "special" datastreams identified in DOTranslationUtility, when in the "migration" export context (in the same spirit as is done currently with local.fedora.server).  This solution will be backward compatible.
    • For E and R datastreams
    • Wiki Markup
      At runtime when reading the WSDL to decide which URL to send the dissemination request to.  In this case, "splitting up" the URL in the WSDL should work, so doing the local.fedora.server\[/fedora\] substitution should happen after the operation URL is constructed from the two places in the WSDL.  But it's not required for the translation at export (with "public" context) to do the replacement.
  • (Required) Make sure all demo objects use this where appropriate (See ISSUE-1)
  • (Required) Document this behavior where appropriate in the user docs.  Note that it's not recommended to "split up" local.fedora.server/fedora/ in the WSDL because replacement won't be done on export (with "public" context) that case.
  • (Optional) Create src/test-objects to make sure it works (with possible unit tests)
  • (Optional) Find a way to avoid the hardcoding of "/fedora" in the stylesheet used by the smiley demos.  Ideally, the correct URL for the images can be constructed without the stylesheet knowing where Fedora is mounted.

WHO: Aaron

STATUS: (tick) Code work is committed to trunk.  Have not looked at stylesheet yetWill probably not have time to address stylesheet, so image links in 'view' dissemination will be broken ((tick) this is now documented as a known issue).  But at least it no longer returns a 500 error.  TODO: document in wiki.

...

ISSUE-3: System tests don't pass with non-fedora context

...

STATUS: (Aaron) env-server.bat has been modified as part of FCREPO-487 to use environment variable WEBAPP_HOME NAME (if defined) to set alternate context.  If WEBAPP_HOME NAME is not set, it defaults to 'fedora'.  If that is incorrect, then the error message is the same.. I didn't change any messages

...

ACTION: Make a build.xml target for a self-contained jar distribution (with version=3.2) and note it's existence in journaling documentation.

WHO: Aaron

STATUS: TODO thursday AM (tick) build targets created.  ant rmi-journal-receiver will build a zip file in dist containing the executable jar + a README.  TODO:Documentation on Wiki

...

ISSUE-11: ConfigA test fails with alternate context

...