Ticket #68 (closed defect: fixed)
Cannot add a new repository in the registry
| Reported by: | frederic.bergeron@… | Owned by: | jlsantoso |
|---|---|---|---|
| Priority: | minor | Component: | ARIADNE Registry |
| Version: | Keywords: | ||
| Cc: |
Description
I tried the latest revision of the code today (r723) and got the following problem when adding a new repository. The finish.jsp page doesn't compile at the execution because of the following expressions:
RepositoryConstants?.REG_CATALOG
They must be replaced by:
RepositoryConstants?.getInstance().REG_CATALOG
Attachments
Change History
Changed 2 years ago by frederic.bergeron@…
-
attachment
fixRegCatalog.patch
added
Note: See
TracTickets for help on using
tickets.

Patch file