hi all as per the question asked by Mark Wood i am woking with Dspace version 1.5.1 .Wanted to use JSPUI and wanted to cahnge the layout and stle
> > o JSPUI or XMLUI? > JSPUI > > o what do you want to change? styling? layout? behavior? information > content? > Layout and style On Tue, May 12, 2009 at 7:09 PM, <[email protected]> wrote: > Send Dspace-general mailing list submissions to > [email protected] > > To subscribe or unsubscribe via the World Wide Web, visit > http://mailman.mit.edu/mailman/listinfo/dspace-general > or, via email, send a message with subject or body 'help' to > [email protected] > > You can reach the person managing the list at > [email protected] > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Dspace-general digest..." > > > Today's Topics: > > 1. Re: Dspace-general Digest, Vol 70, Issue 10 (Timothy Gitonga) > 2. Metadata problem injecting content through LNI (Ricardo Borillo) > 3. Re: Dspace-general Digest, Vol 70, Issue 10 (Mark H. Wood) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 12 May 2009 11:33:08 +0300 > From: Timothy Gitonga <[email protected]> > Subject: Re: [Dspace-general] Dspace-general Digest, Vol 70, Issue 10 > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset="iso-8859-1" > > hi, > wanted to change the interface on Dspace,am quite new to Dspace,and > wanted to know which file one changes so as to change the html interface > -------------- next part -------------- > An HTML attachment was scrubbed... > URL: > http://mailman.mit.edu/pipermail/dspace-general/attachments/20090512/0ef3630f/attachment-0001.htm > > ------------------------------ > > Message: 2 > Date: Tue, 12 May 2009 13:14:52 +0200 > From: Ricardo Borillo <[email protected]> > Subject: [Dspace-general] Metadata problem injecting content through > LNI > To: [email protected] > Message-ID: > <[email protected]> > Content-Type: text/plain; charset=ISO-8859-1 > > Hi all, > > I'm using LNI to inject content into DSpace. It works perfect, but i > have a problem with the "contributor" metadata field. > > I use MODS to especifiy metadata and when i try to use a qualified > value for contributor like "contributor:author" all works fine: > > <?xml version="1.0" encoding="UTF-8"?> > <mods:mods xmlns:mods="http://www.loc.gov/mods/v3" > xmlns:xlink="http://www.w3.org/1999/xlink" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://www.loc.gov/mods/v3 > http://www.loc.gov/standards/mods/v3/mods-3-0.xsd" version="3.0"> > <mods:titleInfo> > <mods:title>Prueba de ejemplo 2</mods:title> > </mods:titleInfo> > <mods:name> > <mods:namePart>perico</mods:namePart> > <mods:role> > <mods:roleTerm type="text">author</mods:roleTerm> > </mods:role> > </mods:name> > </mods:mods> > > But, when i define contributor without qualification, the inyection fails: > > <?xml version="1.0" encoding="UTF-8"?> > <mods:mods xmlns:mods="http://www.loc.gov/mods/v3" > xmlns:xlink="http://www.w3.org/1999/xlink" > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > xsi:schemaLocation="http://www.loc.gov/mods/v3 > http://www.loc.gov/standards/mods/v3/mods-3-0.xsd" version="3.0"> > <mods:titleInfo> > <mods:title>Prueba de ejemplo 2</mods:title> > </mods:titleInfo> > <mods:name> > <mods:namePart>perico</mods:namePart> > </mods:name> > </mods:mods> > > java.io.IOException: PUT returned status = 500; text=Database access > error: java.sql.SQLException: bad_dublin_core schema=dc, contributor > at > edu.mit.libraries.facade.app.LNIclient.finishPut(LNIclient.java:385) > at > es.uji.dspace.ingest.lni.DSpaceSIPClient.ingest(DSpaceSIPClient.java:59) > at es.uji.dspace.ingest.test.Test.main(Test.java:35) > Exception in thread "main" java.io.IOException: No s'ha pogut inserir > el document a DSpace > at > es.uji.dspace.ingest.lni.DSpaceSIPClient.ingest(DSpaceSIPClient.java:65) > at es.uji.dspace.ingest.test.Test.main(Test.java:35) > > In the server, i can see these messages on the dspace.log: > > 2009-05-12 13:03:56,272 WARN org.dspace.content.Item @ > [email protected]::bad_dc:Bad DC field. schema=dc, element: > "contributor" qualifier: "" value: "perico" > 2009-05-12 13:03:56,272 ERROR org.dspace.app.dav.DAVServlet @ > java.sql.SQLException: bad_dublin_core schema=dc, contributor > java.sql.SQLException: bad_dublin_core schema=dc, contributor > at org.dspace.content.Item.update(Item.java:1550) > at org.dspace.content.WorkspaceItem.update(WorkspaceItem.java:511) > at > org.dspace.content.packager.AbstractMETSIngester.ingest(AbstractMETSIngester.java:454) > at org.dspace.app.dav.DAVCollection.put(DAVCollection.java:505) > at > org.dspace.app.dav.DAVServlet.serviceInternal(DAVServlet.java:578) > at org.dspace.app.dav.DAVServlet.service(DAVServlet.java:471) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128) > at > org.apache.catalina.ha.session.JvmRouteBinderValve.invoke(JvmRouteBinderValve.java:209) > at > org.apache.catalina.ha.tcp.ReplicationValve.invoke(ReplicationValve.java:347) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286) > > The fact is that i can insert more unqualified metadata fields like > "date" or "format" ... > And finally, if i try to do the injection process throught DSpace > JSPUI assistant, it works perfect, so i can not understand what is > happening :( > > Any ideas?? > > Best regards, > > --- > Salut, > ==================================== > Ricardo Borillo Domenech > http://xml-utils.com > > > ------------------------------ > > Message: 3 > Date: Tue, 12 May 2009 09:12:57 -0400 > From: "Mark H. Wood" <[email protected]> > Subject: Re: [Dspace-general] Dspace-general Digest, Vol 70, Issue 10 > To: [email protected] > Message-ID: <[email protected]> > Content-Type: text/plain; charset="us-ascii" > > On Tue, May 12, 2009 at 11:33:08AM +0300, Timothy Gitonga wrote: > > wanted to change the interface on Dspace,am quite new to Dspace,and > > wanted to know which file one changes so as to change the html interface > > It would be difficult to say, until you tell us a few things: > > o what version of DSpace? > > o JSPUI or XMLUI? > > o what do you want to change? styling? layout? behavior? information > content? > > -- > Mark H. Wood, Lead System Programmer [email protected] > Friends don't let friends publish revisable-form documents. > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: not available > Type: application/pgp-signature > Size: 198 bytes > Desc: not available > Url : > http://mailman.mit.edu/pipermail/dspace-general/attachments/20090512/bea238f0/attachment-0001.bin > > ------------------------------ > > _______________________________________________ > Dspace-general mailing list > [email protected] > http://mailman.mit.edu/mailman/listinfo/dspace-general > > > End of Dspace-general Digest, Vol 70, Issue 11 > ********************************************** >
_______________________________________________ Dspace-general mailing list [email protected] http://mailman.mit.edu/mailman/listinfo/dspace-general
