From 0a8953cd883a95a24d34d101f851d44b097ee50a Mon Sep 17 00:00:00 2001 From: EKT Date: Sat, 22 Sep 2012 08:23:53 +0300 Subject: [PATCH 1/2] Fix issue with service manager and BTE --- dspace/config/spring/bte/bte.xml | 177 ------------------------------- 1 file changed, 177 deletions(-) delete mode 100644 dspace/config/spring/bte/bte.xml diff --git a/dspace/config/spring/bte/bte.xml b/dspace/config/spring/bte/bte.xml deleted file mode 100644 index dc714f83f5..0000000000 --- a/dspace/config/spring/bte/bte.xml +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - - - - - - bibtex - - - - csv - - - - tsv - - - - endnote - - - - ris - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Title - - - - - - Type - - - - - - Author - - - - - - Journal - - - - - - Year - - - - - - ISSN - - - - - - - - - - - - - Title - - - - - - Type - - - - - - - - - - - - - dc - - - - - - ekt - - - - - - - - - - - - - - \ No newline at end of file From d4823f12ba3815cce75d5c01b652ec882891b990 Mon Sep 17 00:00:00 2001 From: EKT Date: Sat, 22 Sep 2012 08:27:46 +0300 Subject: [PATCH 2/2] Fix issue with Service Manager and BTE --- dspace/config/dspace.cfg | 7 -- dspace/config/spring/api/bte.xml | 177 +++++++++++++++++++++++++++++++ 2 files changed, 177 insertions(+), 7 deletions(-) create mode 100644 dspace/config/spring/api/bte.xml diff --git a/dspace/config/dspace.cfg b/dspace/config/dspace.cfg index 59968b92de..7924248cfe 100644 --- a/dspace/config/dspace.cfg +++ b/dspace/config/dspace.cfg @@ -1404,13 +1404,6 @@ google-metadata.config = ${dspace.dir}/config/crosswalks/google-metadata.propert google-metadata.enable = true -#### DSpace services configuration #### -# -# Declare the Spirng xml resources for the SpringServiceManager -# (currently, only bibliotransformation-engine xml file) -# -service.manager.spring.configs=spring/bte/bte.xml - #---------------------------------------------------------------# #--------------JSPUI SPECIFIC CONFIGURATIONS--------------------# diff --git a/dspace/config/spring/api/bte.xml b/dspace/config/spring/api/bte.xml new file mode 100644 index 0000000000..dc714f83f5 --- /dev/null +++ b/dspace/config/spring/api/bte.xml @@ -0,0 +1,177 @@ + + + + + + + + + + + bibtex + + + + csv + + + + tsv + + + + endnote + + + + ris + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Title + + + + + + Type + + + + + + Author + + + + + + Journal + + + + + + Year + + + + + + ISSN + + + + + + + + + + + + + Title + + + + + + Type + + + + + + + + + + + + + dc + + + + + + ekt + + + + + + + + + + + + + + \ No newline at end of file