Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-20 Thread bcoballes
Hi Elvi,

I successfully modified the controlled vocabulary splitter, thanks to your
insights I could not do the work around without it. Here are my thoughts
regarding the issue:

1. I completely agree with you that the 'subject code autocomplete' from
dspace.cfg is different from the controlled vocabularies populated by
Subject Categories link (as per your experience).
2. Upon inspecting the codes of Kevin, the developer of this feature, I
noticed a single instance that the delimiter :: appeared. It is on
[dspace-src]/dspace-api/src/main/java/org/dspace/vocabulary/ControlledVocabulary.java.
I simply edited the file. But since I am now developing my template in
[dspace-src]/dspace/modules/xmlui/src/, no matter how many times I rebuild
DSpace, the effect won't be applied. So I tried copying
ControlledVocabulary.java file to
[dspace-src]/dspace/modules/src/main/java/org/dspace/vocabulary/. Rebuild
my DSpace and restart Tomcat and it worked like a charm.
3. BTW, I can't have the autocomplete feature work but since my original
objective is to modify the splitter from the vocabulary entries generated
by the Subject Categories' link, I'm fine with it.

Thanks again. I am almost done hard testing our DSpace. Just fine tuning
some stuff and fixing minor bugs.

Best regards,
Brian


On Fri, Aug 16, 2013 at 7:51 AM, Nemiz, Elvi S. [via DSpace] 
ml-node+s2283337n447...@n4.nabble.com wrote:

 Hello Brian,

 I have now recreated your problem, and I noticed a few things. If you are
 using the Subject Categories link to populate your subject keywords
 field, the :: splitter is being used. But try to use suggest in
 the choices.presentation.dc.subject of your dspace.cfg, this will sort of
 autocomplete the entries as you type in the subject keywords field, and
 you'll notice that it is using whatever values you have set as the
 splitter, in my case I used   . Please see attached file. As you can see
 in the attached file, the first entry I have in the subjects area is using
as the splitter whereas the second entry was using the default ::
 as the splitter. If you really want to use your custom splitter, then I
 suggest that you have to refrain from using the Subject Categories link
 to populate your subject keywords field. Perhaps Kevin of atmire (the
 developer of this feature) can help us why our custom splitter were not
 being used when using the Subject Categories link.

 Regards,
 Elvi


 On Fri, Aug 16, 2013 at 5:27 PM, [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=447i=0
  wrote:

 Hi Elvi, I tried the codes in a completely untouched dspace-src, with
 minimal changes in dspace.cfg and I get similar result - no effect on
 controlled vocabulary. Discovery is disabled this time. Are we using the
 same codes in the dspace.cfg or am I missing something? Thanks again Elvi.


 --

 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=447i=1
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 *vocabulary-splitter.jpg* (70K) Download 
 Attachmenthttp://dspace.2283337.n4.nabble.com/attachment/447/0/vocabulary-splitter.jpg


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541p447.html
  To unsubscribe from Parameters for vocabulary xmlui not working, click
 herehttp://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4666541code=YmNvYmFsbGVzQGF0ZW5lby5lZHV8NDY2NjU0MXwtMTE4MjI3MDk5OQ==
 .
 NAMLhttp://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




-- 
*Brian Aljer B. Coballes
Instructional Technology Center
Ateneo de Manila High School
Loyola Heights, Quezon City*
*Philippines*
*
*
*(063) 426-6001 loc. 6203
*
*
*

**
*En todo amar y servir.*




-
Librarian In-Charge of Non-Print 
Educational Media Center 
Ateneo de Manila High School 
Philippines
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541p494.html
Sent from the DSpace - Tech mailing list archive 

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-16 Thread Brian Aljer B. Coballes
Correction: I also included [dspace-src]/dspace/config/xmlui.xconf where
the discovery is enabled. I clear the cache from the Control Panel and
created a new database to eliminate other possibilities of error.


On Fri, Aug 16, 2013 at 1:31 PM, bcoballes bcobal...@ateneo.edu wrote:

 Oh that's weird. Theoretically that's supposed to do it but mine is not
 working. I actually tested it to an untouched dspace-src-release. I just
 merged my [dspace-src]/build.properties, [dspace-src]/config/dspace.cfg
 (which contains my changes as indicated above),
 [dspace-src]/config/controlled-vocabularies/srscmod.xml, and
 [dspace-src]/config/input-forms.xml just to test the controlled vocabulary
 function during submission. The discovery is still enabled (based from my
 dspace.cfg). I will try to disable the discovery to trace the error.


 On Thu, Aug 15, 2013 at 9:31 PM, Nemiz, Elvi S. [via DSpace] [hidden
 email] http://user/SendEmail.jtp?type=nodenode=436i=0 wrote:

 Hello Brian,

 I tried it here and my changes were reflected. See attached files. I did
 not run anything except restarting tomcat. I did not even change my
 discovery.xml since any values in your dspace.cfg will override the
 splitter value in discovery.xml. Sorry I can't recreate your problem in my
 test here. Did you try to clear the cache via control panel? (Though you
 said you deleted the cache).


 On Thu, Aug 15, 2013 at 6:48 PM, [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=409i=0
  wrote:


 I already edited my  [dspace-src]\dspace\config\spring\api\discovery.xml
 and change to the following:

 bean id=searchFilterSubject

 class=org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 property name=indexFieldName value=subject/
 property name=metadataFields
 list
 valuedc.subject.*/value
 /list
 /property
 property name=facetLimit value=10/
 property name=sortOrder value=COUNT/
 property name=splitter value=--/
 /bean

 I still retain these codes from my [dspace-src]\dspace\config\dspace.cfg:

 choices.plugin.dc.subject = srscmod
 choices.presentation.dc.subject = select
 vocabulary.plugin.srscmod.hierarchy.store = true
 vocabulary.plugin.srscmod.hierarchy.suggest = false
 vocabulary.plugin.srscmod.delimiter =  -- 

 Then I rebuild dspace and restarted tomcat. I also deleted the cache
 beforehand but there was still no changes seen in the discovery sidebar
 facet. Also, during the addition of subjects using the controlled
 vocabulary the delimiter :: is still being use. Do I need to run
 anything
 from my [dspace]\bin\ to implement the updates?


 --

 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.

 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=409i=1
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 *voc-splitter.jpg* (139K) Download 
 Attachmenthttp://dspace.2283337.n4.nabble.com/attachment/409/0/voc-splitter.jpg
 *splitter.jpg* (59K) Download 
 Attachmenthttp://dspace.2283337.n4.nabble.com/attachment/409/1/splitter.jpg


 --
  If you reply to this email, your message will be added to the
 discussion below:

 http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541p409.html
  To unsubscribe from Parameters for vocabulary xmlui not working, click
 here.
 NAMLhttp://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




 --
 *Brian Aljer B. Coballes
 Instructional Technology Center

 Ateneo de Manila High School
 Loyola Heights, Quezon City*
 *Philippines*
 *
 *
 *(063) 426-6001 loc. 6203
 *
 *
 *

 **
 *En todo amar y servir.*
   Librarian In-Charge of Non-Print
 Educational Media Center
 Ateneo de Manila High School
 Philippines

 --
 View this message in context: Re: Parameters for vocabulary xmlui not
 workinghttp://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541p436.html

 Sent from the DSpace - Tech mailing list 
 archivehttp://dspace.2283337.n4.nabble.com/DSpace-Tech-f3276945.htmlat 
 Nabble.com.


 

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-16 Thread Brian Aljer B. Coballes
Hi Elvi, I tried the codes in a completely untouched dspace-src, with
minimal changes in dspace.cfg and I get similar result - no effect on
controlled vocabulary. Discovery is disabled this time. Are we using the
same codes in the dspace.cfg or am I missing something? Thanks again Elvi.


On Fri, Aug 16, 2013 at 1:36 PM, Brian Aljer B. Coballes 
bcobal...@ateneo.edu wrote:

 Correction: I also included [dspace-src]/dspace/config/xmlui.xconf where
 the discovery is enabled. I clear the cache from the Control Panel and
 created a new database to eliminate other possibilities of error.


 On Fri, Aug 16, 2013 at 1:31 PM, bcoballes bcobal...@ateneo.edu wrote:

 Oh that's weird. Theoretically that's supposed to do it but mine is not
 working. I actually tested it to an untouched dspace-src-release. I just
 merged my [dspace-src]/build.properties, [dspace-src]/config/dspace.cfg
 (which contains my changes as indicated above),
 [dspace-src]/config/controlled-vocabularies/srscmod.xml, and
 [dspace-src]/config/input-forms.xml just to test the controlled vocabulary
 function during submission. The discovery is still enabled (based from my
 dspace.cfg). I will try to disable the discovery to trace the error.


 On Thu, Aug 15, 2013 at 9:31 PM, Nemiz, Elvi S. [via DSpace] [hidden
 email] http://user/SendEmail.jtp?type=nodenode=436i=0 wrote:

 Hello Brian,

 I tried it here and my changes were reflected. See attached files. I did
 not run anything except restarting tomcat. I did not even change my
 discovery.xml since any values in your dspace.cfg will override the
 splitter value in discovery.xml. Sorry I can't recreate your problem in my
 test here. Did you try to clear the cache via control panel? (Though you
 said you deleted the cache).


 On Thu, Aug 15, 2013 at 6:48 PM, [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=409i=0
  wrote:


 I already edited my  [dspace-src]\dspace\config\spring\api\discovery.xml
 and change to the following:

 bean id=searchFilterSubject

 class=org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 property name=indexFieldName value=subject/
 property name=metadataFields
 list
 valuedc.subject.*/value
 /list
 /property
 property name=facetLimit value=10/
 property name=sortOrder value=COUNT/
 property name=splitter value=--/
 /bean

 I still retain these codes from my
 [dspace-src]\dspace\config\dspace.cfg:

 choices.plugin.dc.subject = srscmod
 choices.presentation.dc.subject = select
 vocabulary.plugin.srscmod.hierarchy.store = true
 vocabulary.plugin.srscmod.hierarchy.suggest = false
 vocabulary.plugin.srscmod.delimiter =  -- 

 Then I rebuild dspace and restarted tomcat. I also deleted the cache
 beforehand but there was still no changes seen in the discovery sidebar
 facet. Also, during the addition of subjects using the controlled
 vocabulary the delimiter :: is still being use. Do I need to run
 anything
 from my [dspace]\bin\ to implement the updates?


 --

 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.

 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=409i=1
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 *voc-splitter.jpg* (139K) Download 
 Attachmenthttp://dspace.2283337.n4.nabble.com/attachment/409/0/voc-splitter.jpg
  *splitter.jpg* (59K) Download 
 Attachmenthttp://dspace.2283337.n4.nabble.com/attachment/409/1/splitter.jpg


 --
  If you reply to this email, your message will be added to the
 discussion below:

 http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541p409.html
  To unsubscribe from Parameters for vocabulary xmlui not working, click
 here.
 NAMLhttp://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




 --
 *Brian Aljer B. Coballes
 Instructional Technology Center

 Ateneo de Manila High School
 Loyola Heights, Quezon City*
 *Philippines*
 *
 *
 *(063) 426-6001 loc. 6203
 *
 *
 *

 **
 *En todo amar y servir.*
   Librarian In-Charge of Non-Print
 Educational Media Center
 Ateneo de Manila High School
 Philippines

 

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-15 Thread bcoballes
Thanks Elvi,

I already edited my  [dspace-src]\dspace\config\spring\api\discovery.xml
and change to the following:

bean id=searchFilterSubject
class=org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
property name=indexFieldName value=subject/
property name=metadataFields
list
valuedc.subject.*/value
/list
/property
property name=facetLimit value=10/
property name=sortOrder value=COUNT/
property name=splitter value=--/
/bean

I still retain these codes from my [dspace-src]\dspace\config\dspace.cfg:

choices.plugin.dc.subject = srscmod
choices.presentation.dc.subject = select
vocabulary.plugin.srscmod.hierarchy.store = true
vocabulary.plugin.srscmod.hierarchy.suggest = false
vocabulary.plugin.srscmod.delimiter =  -- 

Then I rebuild dspace and restarted tomcat. I also deleted the cache
beforehand but there was still no changes seen in the discovery sidebar
facet. Also, during the addition of subjects using the controlled
vocabulary the delimiter :: is still being use. Do I need to run anything
from my [dspace]\bin\ to implement the updates?



On Wed, Aug 14, 2013 at 3:17 PM, Nemiz, Elvi S. [via DSpace] 
ml-node+s2283337n4666545...@n4.nabble.com wrote:

 Hello Brian,

 Edit [dspace-src]\dspace\config\spring\api\discovery.xml, look
 for property name=splitter value=::/ in line 244. You can also add if
 you like search filters and sidebar facets in this file. Hope this helps.
 ;-)

 Regards,
 Elvi

 --

 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=4666545i=0
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541p4666545.html
  To unsubscribe from Parameters for vocabulary xmlui not working, click
 herehttp://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4666541code=YmNvYmFsbGVzQGF0ZW5lby5lZHV8NDY2NjU0MXwtMTE4MjI3MDk5OQ==
 .
 NAMLhttp://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




-- 
*Brian Aljer B. Coballes
Instructional Technology Center
Ateneo de Manila High School
Loyola Heights, Quezon City*
*Philippines*
*
*
*(063) 426-6001 loc. 6203
*
*
*

**
*En todo amar y servir.*




-
Librarian In-Charge of Non-Print 
Educational Media Center 
Ateneo de Manila High School 
Philippines
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541p4666590.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-15 Thread bcoballes
Oh that's weird. Theoretically that's supposed to do it but mine is not
working. I actually tested it to an untouched dspace-src-release. I just
merged my [dspace-src]/build.properties, [dspace-src]/config/dspace.cfg
(which contains my changes as indicated above),
[dspace-src]/config/controlled-vocabularies/srscmod.xml, and
[dspace-src]/config/input-forms.xml just to test the controlled vocabulary
function during submission. The discovery is still enabled (based from my
dspace.cfg). I will try to disable the discovery to trace the error.


On Thu, Aug 15, 2013 at 9:31 PM, Nemiz, Elvi S. [via DSpace] 
ml-node+s2283337n409...@n4.nabble.com wrote:

 Hello Brian,

 I tried it here and my changes were reflected. See attached files. I did
 not run anything except restarting tomcat. I did not even change my
 discovery.xml since any values in your dspace.cfg will override the
 splitter value in discovery.xml. Sorry I can't recreate your problem in my
 test here. Did you try to clear the cache via control panel? (Though you
 said you deleted the cache).


 On Thu, Aug 15, 2013 at 6:48 PM, [hidden 
 email]http://user/SendEmail.jtp?type=nodenode=409i=0
  wrote:


 I already edited my  [dspace-src]\dspace\config\spring\api\discovery.xml
 and change to the following:

 bean id=searchFilterSubject

 class=org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration
 property name=indexFieldName value=subject/
 property name=metadataFields
 list
 valuedc.subject.*/value
 /list
 /property
 property name=facetLimit value=10/
 property name=sortOrder value=COUNT/
 property name=splitter value=--/
 /bean

 I still retain these codes from my [dspace-src]\dspace\config\dspace.cfg:

 choices.plugin.dc.subject = srscmod
 choices.presentation.dc.subject = select
 vocabulary.plugin.srscmod.hierarchy.store = true
 vocabulary.plugin.srscmod.hierarchy.suggest = false
 vocabulary.plugin.srscmod.delimiter =  -- 

 Then I rebuild dspace and restarted tomcat. I also deleted the cache
 beforehand but there was still no changes seen in the discovery sidebar
 facet. Also, during the addition of subjects using the controlled
 vocabulary the delimiter :: is still being use. Do I need to run
 anything
 from my [dspace]\bin\ to implement the updates?


 --

 Get 100% visibility into Java/.NET code with AppDynamics Lite!
 It's a free troubleshooting tool designed for production.
 Get down to code-level detail for bottlenecks, with 2% overhead.
 Download for free and get started troubleshooting in minutes.
 http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
 ___
 DSpace-tech mailing list
 [hidden email] http://user/SendEmail.jtp?type=nodenode=409i=1
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

 *voc-splitter.jpg* (139K) Download 
 Attachmenthttp://dspace.2283337.n4.nabble.com/attachment/409/0/voc-splitter.jpg
 *splitter.jpg* (59K) Download 
 Attachmenthttp://dspace.2283337.n4.nabble.com/attachment/409/1/splitter.jpg


 --
  If you reply to this email, your message will be added to the discussion
 below:

 http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541p409.html
  To unsubscribe from Parameters for vocabulary xmlui not working, click
 herehttp://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_codenode=4666541code=YmNvYmFsbGVzQGF0ZW5lby5lZHV8NDY2NjU0MXwtMTE4MjI3MDk5OQ==
 .
 NAMLhttp://dspace.2283337.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewerid=instant_html%21nabble%3Aemail.namlbase=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespacebreadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml




-- 
*Brian Aljer B. Coballes
Instructional Technology Center
Ateneo de Manila High School
Loyola Heights, Quezon City*
*Philippines*
*
*
*(063) 426-6001 loc. 6203
*
*
*

**
*En todo amar y servir.*




-
Librarian In-Charge of Non-Print 
Educational Media Center 
Ateneo de Manila High School 
Philippines
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541p436.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-14 Thread Nemiz, Elvi
Hello Brian,

Edit [dspace-src]\dspace\config\spring\api\discovery.xml, look
for property name=splitter value=::/ in line 244. You can also add if
you like search filters and sidebar facets in this file. Hope this helps.
;-)

Regards,
Elvi
--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-13 Thread bcoballes
Hi everyone,

I'm trying to modify the delimiter string for my controlled vocabulary but I
already edited the following from my [dspace-src]/dspace/config/dspace.cfg:

choices.plugin.dc.subject = srscmod
choices.presentation.dc.subject = select
vocabulary.plugin.srscmod.hierarchy.store = true
vocabulary.plugin.srscmod.hierarchy.suggest = false
vocabulary.plugin.srscmod.delimiter =  -- 

but after rebuilding and restarting tomcat, no change was seen. The subjects
are delimited by default value :: and the hierarchy is still present. I am
using a modified controlled vocabulary. My discovery and
DSpaceControlledVocabulary plugin are enabled. I have the following codes in
my [dspace-src]/dspace/config/input-forms.xml:

field
 dc-schemadc/dc-schema
 dc-elementsubject/dc-element
 dc-qualifier/dc-qualifier
 
 repeatabletrue/repeatable
 labelSubject Keywords/label
 input-typetwobox/input-type
 hintEnter appropriate subject keywords or phrases below. /hint
 required/required
 vocabularysrscmod/vocabulary
   /field

Any insights?




-
Librarian In-Charge of Non-Print 
Educational Media Center 
Ateneo de Manila High School 
Philippines
--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Parameters-for-vocabulary-xmlui-not-working-tp4666541.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with 2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031iu=/4140/ostg.clktrk
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette