Helix (et al.):

I think I figured out my problem!  If I go to my xmlui interface (which I am 
not officially using), the metadata tags DO appear in the HTML headers.   So, 
it appears that the JSPUI is not displaying the google metadata tags but the 
XMLUI is.

We made a bunch of changes to the JSPUI a few years ago which I have migrated 
from one release to another.  In doing a careful compare of the 
header-default.jsp, I see that the modified version that we have is missing the 
call:
<meta name="Generator" content="<%= generator %>" />

among a few other things...so, this is my problem.  I missed some changes to 
the JSPUI when I migrated our local mods.  More reasons to go to an XMLUI 
interface!

George Kozak
Digital Library Specialist
Cornell University Library Information Technologies (CUL-IT)
501 Olin Library
Cornell University
Ithaca, NY 14853
607-255-8924


-----Original Message-----
From: ivan.ma...@gmail.com [mailto:ivan.ma...@gmail.com] On Behalf Of helix84
Sent: Wednesday, October 10, 2012 4:00 PM
To: George S Kozak
Cc: dspace-tech@lists.sourceforge.net
Subject: Re: [Dspace-tech] Question about Google Scholar Metadata Mappings

That's strange. It sounds like you did everything that was necessary.
I checked the source code for JSPUI.

> I do not see any errors in the log files.  Any ideas, anyone?

Exactly, if the google-metadata.config wasn't loaded, you'd see an ERROR 
message:
https://github.com/DSpace/DSpace/blob/dspace-1_8_x/dspace-api/src/main/java/org/dspace/app/util/GoogleMetadata.java#L132

The google-metadata.enable property should be the only other thing needed:
https://github.com/DSpace/DSpace/blob/dspace-1_8_x/dspace-jspui/dspace-jspui-api/src/main/java/org/dspace/app/webui/servlet/HandleServlet.java#L359

I'm not sure what to do next.

Regards,
~~helix84
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to