[Dspace-tech] indexing tiff files

2012-05-09 Thread Blanco, Jose
I see from our configuration that that dspace indexes jpeg files, but not tiff files. I wonder why that is the case. Is there just not a filter available yet? Thank you! Jose -- Live Security Virtual Conference

Re: [Dspace-tech] No files associated with articles after upgrade from 1.7.2 to 1.8.0

2012-05-02 Thread Blanco, Jose
This sounds a bit familiar - not sure this is the cause, but did you upgrade the db. Run database_schema_17-18.sql? -Jose From: amutsikiwa [mailto:amutsik...@uzlib.uz.ac.zw] Sent: Wednesday, May 02, 2012 3:06 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] No files

Re: [Dspace-tech] sendPageAndWait not moving on.

2012-05-02 Thread Blanco, Jose
: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Tuesday, May 01, 2012 3:29 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] sendPageAndWait not moving on. Hi Jose, I tried taking a quick look at this work today, but nothing has jumped out at me as wrong per

Re: [Dspace-tech] sendPageAndWait not moving on.

2012-05-02 Thread Blanco, Jose
I had a typo in my declaration. Working as expected now. -Jose -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Tuesday, May 01, 2012 3:29 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] sendPageAndWait not moving on. Hi

Re: [Dspace-tech] sendPageAndWait not moving on.

2012-04-25 Thread Blanco, Jose
setup error. Any ideas? -Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Tuesday, April 24, 2012 2:02 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] sendPageAndWait not moving on. I'm stuck. I created a page where the user enters some data, I

[Dspace-tech] sendPageAndWait not moving on.

2012-04-24 Thread Blanco, Jose
I'm stuck. I created a page where the user enters some data, I then want to process the data based on button that is pressed. To do this I have created a js file that contains this function: function startRequestItem() { var handle = cocoon.request.get(handle); var itemId =

Re: [Dspace-tech] creating a new page in Mirage

2012-04-20 Thread Blanco, Jose
; } From: mdigg...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of Mark Diggory Sent: Thursday, April 19, 2012 7:47 PM To: Blanco, Jose Cc: DSpace Tech Subject: Re: [Dspace-tech] creating a new page in Mirage Jose, Lately my pile of DSpace list emails has built up to the point I can't deal

Re: [Dspace-tech] creating a new page in Mirage

2012-04-20 Thread Blanco, Jose
Mark, I realize now that I can’t count on the dso object to have item in it, so I will use the parameters passed in. Hopefully soon I will have a page show up. Thanks again for your help! From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Friday, April 20, 2012 11:18 AM To: Mark Diggory Cc

Re: [Dspace-tech] creating a new page in Mirage

2012-04-19 Thread Blanco, Jose
I have no idea why I'm not getting a page with this request. -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Wednesday, April 18, 2012 1:50 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] creating a new page in Mirage I have added this link from

Re: [Dspace-tech] creating a new page in Mirage

2012-04-19 Thread Blanco, Jose
? -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Thursday, April 19, 2012 11:43 AM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] creating a new page in Mirage I have no idea why I'm not getting a page with this request. -Original Message

Re: [Dspace-tech] change to mirage.

2012-04-18 Thread Blanco, Jose
To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] change to mirage. Hi Jose, I believe this is not a problem and that the only way to influence processing of mets or dim based on DRI is to save state in a variable when in DRI and use the variable in mets/dim

Re: [Dspace-tech] DSpace statistics: Top country and Top city views

2012-04-18 Thread Blanco, Jose
OK, I think I may have something wrong with my xsl. I'm expecting the code inside the if to show up (I'm just experimenting here), but it does not. Can you tell why? xsl:variable name='requestcopy'xsl:value-of select=available//xsl:variable xsl:if test=$requestcopy='available'

Re: [Dspace-tech] DSpace statistics: Top country and Top city views

2012-04-18 Thread Blanco, Jose
Never mind, I see I should have done: xsl:variable name='requestcopy'xsl:value-of select='available'//xsl:variable -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Wednesday, April 18, 2012 10:50 AM To: heli...@centrum.sk; Smith, Ina Cc: dspace-tech

[Dspace-tech] creating a new page in Mirage

2012-04-18 Thread Blanco, Jose
I have added this link from one of the pages: http://x.lib.umich.edu/request-item?handle=TEMP-BOGUS/200308bitstream-id=487539 and I added a transform by the name RequestItem.java and I added the following !-- restricted resource -- map:match pattern=request-item

[Dspace-tech] change to mirage.

2012-04-17 Thread Blanco, Jose
I'm in mirage and would like to add some logic to xsl:template match=mets:file In item-view.xsl based on a flag I have added to the DRI xml. Is there a way to do this? Is it better to add the flag to the mets xml file? Would that not violate the METs namespace? Thank you! Jose

[Dspace-tech] login as not quite working.

2012-04-16 Thread Blanco, Jose
When as an admin I try to login as another user I successfully login but I get a Page not found on the browser. In order to debug this I've been trying to find where this happens and have not been successful. The last thing I tried was to comment out this code in administrative.js file and

Re: [Dspace-tech] login as not quite working.

2012-04-16 Thread Blanco, Jose
This is in xmlui. From: Fábio Haertel Kochhann [mailto:fabioud...@gmail.com] Sent: Monday, April 16, 2012 3:16 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] login as not quite working. did you check dspace logs? /dspace/log/something.log I had the page

Re: [Dspace-tech] login as not quite working.

2012-04-16 Thread Blanco, Jose
PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] login as not quite working. Hi Jose, It looks like two more files might be relevant: \dspace-xmlui\dspace-xmlui-api\src\main\java\org\dspace\app\xmlui\utils\AuthenticationUtil.java (loginAs) \dspace-xmlui\dspace

[Dspace-tech] question about Page Not found

2012-04-10 Thread Blanco, Jose
I have been working on changing the xmlui code so that depositors can add bitstreams after they have made the deposit, and when a depositor hits the upload bitstream link which should take him to the upload page, I'm getting Page not Found. I've been trying to find the url that it's failing on,

Re: [Dspace-tech] question about Page Not found

2012-04-10 Thread Blanco, Jose
I have found a solution to this, so disregard this question. Thanks! Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Tuesday, April 10, 2012 10:13 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] question about Page Not found I have been

[Dspace-tech] giving depositor right to upload a bitstream from admin page.

2012-04-06 Thread Blanco, Jose
I have changed the code so that in the Item Bitstream page the Upload a new bitstream shows up when a depositor is logged in ( not just for admins ), but when a depositor hits that link he gets the Insufficient Privileges message. I have tried to comment out these lines in administrative.js

[Dspace-tech] authorization question.

2012-04-04 Thread Blanco, Jose
In the jspui environment, when a user does not have say READ permission to access a bitstream he is asked to authenticate. The code that sends the page to the user to authenticate is in DSpaceServlet.java in the method processRequest. Where is this sort of decision making done in the jspui

Re: [Dspace-tech] authorization question.

2012-04-04 Thread Blanco, Jose
Correction: . Where is this sort of decision making done in the xmlui environment? -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Wednesday, April 04, 2012 10:09 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] authorization question

Re: [Dspace-tech] authorization question.

2012-04-04 Thread Blanco, Jose
the bitstream after authenticating. -Jose -Original Message- From: helix84 [mailto:heli...@centrum.sk] Sent: Wednesday, April 04, 2012 10:22 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] authorization question. Hi Jose, perhaps this is what you're looking

Re: [Dspace-tech] authorization question.

2012-04-04 Thread Blanco, Jose
Yes. This is it, thank you! -Jose -Original Message- From: helix84 [mailto:heli...@centrum.sk] Sent: Wednesday, April 04, 2012 10:36 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] authorization question. On Wed, Apr 4, 2012 at 16:32, Blanco, Jose

Re: [Dspace-tech] authorization question.

2012-04-04 Thread Blanco, Jose
Yes. I must have just responded to him. He pointed out the line to look at and I saw what was happening. Thank you! -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Wednesday, April 04, 2012 11:37 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net

[Dspace-tech] web.xml file location and contents in 182

2012-03-14 Thread Blanco, Jose
I'm upgrading from 170 to 182, and I have noticed two things that have me confused. 1. I have made some changes to: dspace-jspui/dspace-jspui-webapp/src/main/webapp/WEB-INF/web.xml But my changes are not showing up in the target area :

Re: [Dspace-tech] web.xml file location and contents in 182

2012-03-14 Thread Blanco, Jose
Great! Thank you! Jose -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Wednesday, March 14, 2012 11:38 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] web.xml file location and contents in 182 Hi Jose, On 3/14/2012 9:27

Re: [Dspace-tech] XMLUI themes

2012-02-14 Thread Blanco, Jose
Hey Brian, We're in the process of making that transition from jspui to xmlui, and I'm wondering if all the changes you made to get the image collection up and going involved the themes, or did you have to make changes to the aspects also? -Jose -Original Message- From: Brian Stamper

[Dspace-tech] integrating cosign in xmlui

2012-01-10 Thread Blanco, Jose
I have been working on getting cosign integrated in the xmlui interface and have a couple of questions. I have this in dspace.cfg plugin.sequence.org.dspace.authenticate.AuthenticationMethod = \ org.dspace.authenticate.PasswordAuthentication AND in PasswordAuthentication I do this

[Dspace-tech] using a servlet in xmlui

2011-12-22 Thread Blanco, Jose
I would like to use a sevlet in the xmlui interface. I have these two servlet mappings in the web.xml file: servlet-mapping servlet-namewebiso-login/servlet-name url-pattern/webiso-login/url-pattern /servlet-mapping servlet-mapping servlet-nameCocoon/servlet-name

[Dspace-tech] output of bitstream in xmlui

2011-12-21 Thread Blanco, Jose
I want to put a log statement in the xmlui code that ouputs the bitstream. In the jspui world this is done in the BistreamServlet.java, but where does this happen in the xmlui interface? Thank you! Jose -- Write once.

Re: [Dspace-tech] output of bitstream in xmlui

2011-12-21 Thread Blanco, Jose
Never mind, I found it BitstreamReader.java. Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Wednesday, December 21, 2011 10:35 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] output of bitstream in xmlui I want to put a log statement

[Dspace-tech] creating a checkbox

2011-12-14 Thread Blanco, Jose
I want to create a checkbox that will eventually be rendered as: input type=checkbox name=checkall onclick=checkUncheckAll(this); / I have tried this: CheckBox select1 = actions.addCheckBox(checkall).setValue(Select); select1.setLabel(Select);

[Dspace-tech] giving submitter certain right

2011-12-06 Thread Blanco, Jose
I would like to change the code to allow submitters to have the right to add more bitstreams to an item they submitted, but not allow them to remove existing bitstreams. I'm not seeing clearly how I would change AuthorizeManager.java to do this. Has anyone done it? Any suggestions? -Jose

[Dspace-tech] upload.max in xmlui

2011-11-30 Thread Blanco, Jose
Is the dspace.cfg parameter upload.max used in xmlui? I only see it being used in the jspui. If it's not, what is the max? Thank you! Jose -- All the data continuously generated in your IT infrastructure contains a

[Dspace-tech] setting up an aspect.

2011-11-17 Thread Blanco, Jose
I'm working on creating a new aspect to support a hierarchical subject browsing in manikin, and have been pretty successful creating the aspects I need just looking at similar aspects that already exist and changing a few things, now I'm getting to the point where I would like to add a division

Re: [Dspace-tech] adding new uri

2011-11-14 Thread Blanco, Jose
, as oppose to what is in the BrowseArtifacts dir? -Jose -Original Message- From: Mark H. Wood [mailto:mw...@iupui.edu] Sent: Friday, November 11, 2011 4:49 PM To: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] adding new uri On Fri, Nov 11, 2011 at 05:03:59PM +, Blanco, Jose

Re: [Dspace-tech] adding new uri

2011-11-14 Thread Blanco, Jose
about deleting a certain directory, but can't remember what directory that is, do you know? Thank you again! Jose -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Monday, November 14, 2011 11:22 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net; Mark H

Re: [Dspace-tech] adding new uri

2011-11-14 Thread Blanco, Jose
is in my config file. I just want to check that I can make a different URI do the same as one that already exist. I need to add a new URI to our instance so I'm taking baby steps to get there. Frustrated, -Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent

Re: [Dspace-tech] adding new uri

2011-11-14 Thread Blanco, Jose
Never mind Tim about this one, it was the cache not being cleared. It's working now the way I expected it. -Original Message- From: Blanco, Jose Sent: Monday, November 14, 2011 12:53 PM To: Blanco, Jose; Tim Donohue Cc: dspace-tech@lists.sourceforge.net; Mark H. Wood Subject: RE

Re: [Dspace-tech] adding new uri

2011-11-11 Thread Blanco, Jose
are my options when I think I'm not seeing my changes and I suspect it's a caching problem. I never saw this in jspui world. Once I refreshed my browser, there was the change. Many, many thanks to whomever takes on these questions. -Jose -Original Message- From: Blanco, Jose [mailto:blan

[Dspace-tech] adding new uri

2011-11-10 Thread Blanco, Jose
I'm trying to add a new uri to my test manakin area. The uri is /subject-list I added this, for now, to test to the aspects/BrowseArtifacts/sitemap.xmap file: map:match pattern=subject-list map:transform type=CommunityBrowser

Re: [Dspace-tech] Batch import problems

2011-11-04 Thread Blanco, Jose
The line of code where it blows up seems to be accessing the directory where the data is at. I would check that you are importing from the right directory, and that the permissions there are good. -Jose From: Paul Go [mailto:pgo...@gmail.com] Sent: Friday, November 04, 2011 4:50 PM To: Dspace

Re: [Dspace-tech] xslt queston

2011-10-28 Thread Blanco, Jose
To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] xslt queston On Thu, Oct 27, 2011 at 23:35, Blanco, Jose blan...@umich.edu wrote: I don't understand the use of the priority  attribute in the structural.xsl file.  Wouldn't you always use the template

[Dspace-tech] finding xsl for nav bar in xmlui

2011-10-27 Thread Blanco, Jose
I am trying to find the xslt in structural.xsl that displays the section in the navigation bar that has: Browse: * All of Dspace * Community Collection * Titles * Authors * Subjects * By Issue Date I want to remove this from the nav bar. Where is it? The only way I see how to

[Dspace-tech] xslt queston

2011-10-27 Thread Blanco, Jose
I don't understand the use of the priority attribute in the structural.xsl file. Wouldn't you always use the template with the highest priority? Maybe I don't know what priority means. Also, I find it quite overwhelming to work with the structural.xsl file. The one I have is close to 3,500

Re: [Dspace-tech] Some items (most) show up twice using discovery

2011-10-26 Thread Blanco, Jose
Have you tried [dspace]/bin/dspace index-init ? -Jose From: Joseph [mailto:joseph.rho...@gmail.com] Sent: Wednesday, October 26, 2011 9:32 AM To: Dspace-tech Subject: [Dspace-tech] Some items (most) show up twice using discovery Dear Dspace-tech, I'm using DSpace 1.7.2 and XMLUI with a

Re: [Dspace-tech] bitstream descriptions fail on import

2011-10-25 Thread Blanco, Jose
Josh, I'm not familiar with the switches you are using: -r -s n -f You put these inside the content file? -Jose From: Gomez, Joshua [mailto:jngo...@email.gwu.edu] On Behalf Of Joshua Gomez Sent: Tuesday, October 25, 2011 1:25 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject

Re: [Dspace-tech] restrict access to tiff bitstreams only

2011-10-25 Thread Blanco, Jose
Gloria, This is a tricky one. If you change the default setting for the collection be read for admin, then all the bitstreams loaded into that collection will get that permission, not just the tif files, and I don't think this is what you want, right? Do some of your items contain all 3

Re: [Dspace-tech] restrict access to tiff bitstreams only

2011-10-25 Thread Blanco, Jose
Gloria, Take a look at http://www.dspace.org/1_6_0Documentation/ch08.html Section 8.6.2 . It may have what you need. -Jose -Original Message- From: Gloria Sena [mailto:s...@wrlc.org] Sent: Tuesday, October 25, 2011 1:16 PM To: dspace-tech@lists.sourceforge.net Subject: Re:

Re: [Dspace-tech] bitstream descriptions fail on import

2011-10-25 Thread Blanco, Jose
(note that the filename and the description are separated by a tab ). Try this in the dev area first, just to make sure. -Jose From: Gomez, Joshua [mailto:jngo...@email.gwu.edu] On Behalf Of Joshua Gomez Sent: Tuesday, October 25, 2011 2:01 PM To: Blanco, Jose Cc: dspace-tech

Re: [Dspace-tech] bitstream descriptions fail on import

2011-10-25 Thread Blanco, Jose
you could actually load it and make sure it looks good? Or you could try just loading one item and see what happens. -Jose From: Gomez, Joshua [mailto:jngo...@email.gwu.edu] On Behalf Of Joshua Gomez Sent: Tuesday, October 25, 2011 3:41 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net

Re: [Dspace-tech] bitstream descriptions fail on import

2011-10-21 Thread Blanco, Jose
Josh, This is what I do. I run the import command like this: ./import org.dspace.app.itemimport.ItemImport -a -e admin_id -c collection_handle -s directory_to_data -m mapfile And the in the content file you want to make sure you have File_name\tdescription:The_actual_description -Jose

Re: [Dspace-tech] resource policy recursive

2011-10-20 Thread Blanco, Jose
You have to change the policy individually on the items. Every item from now on will get the policies you just gave to the collection. Changing the collection's resource policy only affects future items to be submitted to the collection, not items already in the collection. That makes sense

Re: [Dspace-tech] Turning an item into a collection

2011-10-20 Thread Blanco, Jose
George, This is a bit tricky, but I think it can be done. Perhaps someone else can OK this since I've never done it. If you have a test environment, try it there and see how it works first. (1)Make a collection a community. I would create an new community and give it the name of the

Re: [Dspace-tech] Feedback form problem

2011-10-19 Thread Blanco, Jose
Dennis, I went over to see what was going on line 65 of FeedbackServlet.java, and I think you may not have dspace.hostname set correctly in dpsace.cfg. -Jose -Original Message- From: Dennis Tobar [mailto:dennis.to...@gmail.com] Sent: Wednesday, October 19, 201 To:

Re: [Dspace-tech] Feedback form problem

2011-10-19 Thread Blanco, Jose
Dennis, just read the rest of your email. We have our hostname set without the http part, have you tried that: dspace.mycompany.com -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Wednesday, October 19, 2011 1:07 PM To: Dennis Tobar; DSpace-tech

Re: [Dspace-tech] alternative to solr statistics

2011-10-17 Thread Blanco, Jose
Jesus, We had very specific requirements we needed to meet, and so I wrote a perl cgi that can be accessed via the collection edit page if you are an administrator. I have this running in the jspui interface and so if you are using manakin, you're going to have to figure out how to change

[Dspace-tech] xmlui vs jspui

2011-10-17 Thread Blanco, Jose
I am looking into what it would take to convert our jspui interface into a manakin instance. Way back ( perhaps about 5 years ago ), we took the jspui interface and made it our own. In doing this we moved things around, for example, we have the browsing choices that normally appear on the

Re: [Dspace-tech] Java fatal error on dspace import

2011-10-14 Thread Blanco, Jose
Andre, The Lock error you are getting when you resume is because there is a write.lock file in your search repository directory. So go into [dspace]/search And you should see a write.lock file in there. Take a look at it. I think it should be empty. It is just used to stop indexing from

Re: [Dspace-tech] DSpace 1.8 - Item Import

2011-10-12 Thread Blanco, Jose
This is probably the 1st time you try this, right? Is this a test environment? Have you done: ./dspace idex-inint And was it successful? -Jose From: Wendy J Bossons [mailto:wboss...@mit.edu] Sent: Wednesday, October 12, 2011 10:34 AM To: DSpace-tech@lists.sourceforge.net Subject:

Re: [Dspace-tech] Dspace 1.7.2 Indexing problem

2011-10-10 Thread Blanco, Jose
After I upgrade, I always roun index-init ./dspace index-init Have you tried this? -Jose From: Bodnar Robert [mailto:bodnar_rob...@yahoo.com] Sent: Monday, October 10, 2011 2:11 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] Dspace 1.7.2 Indexing problem Hello! We still

Re: [Dspace-tech] Stats on 1.5.1, ERROR: invalid input syntax for type timestamp: 2007

2011-10-07 Thread Blanco, Jose
Alan, I'd query metadtafieldregistry to find out the metadata_field_id for date.accissioned: dspace-prod= select metadata_field_id from metadatafieldregistry where element='date' and qualifier='accessioned'; metadata_field_id --- 11 ( so for us it happens to by

Re: [Dspace-tech] Combine Index Browse doesn't work

2011-10-07 Thread Blanco, Jose
Dennis, Not sure this is the cause, but one thing that I noticed some time back is that when you declare the indices, you can't have a gap in the listing. So, for example, webui.browse.index.1 = title:item:title webui.browse.index.2 = author:metadata:dc.contributor.author:text

Re: [Dspace-tech] adding cosing to manakin

2011-10-06 Thread Blanco, Jose
Robin, I have not made much progress with this. Do you have any idea as to what might be happening. Thank you! Jose -Original Message- From: Blanco, Jose Sent: Tuesday, October 04, 2011 4:29 PM To: Blanco, Jose; Robin Taylor Cc: dspace-tech@lists.sourceforge.net Subject: RE: [Dspace

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
AM To: Mark Diggory Cc: Blanco, Jose; dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] adding cosing to manakin Will do. Unfortunately I'm on holiday for the next two weeks and don't have access to the source code so there will be a delay. Cheers

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
Robin, Is this the sitemap that goes in: dspace-xmlui/dspace-xmlui-api/src/main/resources/aspects/EPerson -Original Message- From: Robin Taylor [mailto:robin.tay...@ed.ac.uk] Sent: Tuesday, October 04, 2011 11:40 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: RE

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
I see now it's from: dspace-xmlui/dspace-xmlui-webapp/src/main/webapp -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Tuesday, October 04, 2011 1:18 PM To: Robin Taylor Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] adding cosing to manakin

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Tuesday, October 04, 2011 1:34 PM To: Robin Taylor Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] adding cosing to manakin I see now it's from: dspace-xmlui/dspace-xmlui-webapp/src/main/webapp -Original Message- From

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
Robin, I think I have something wrong in my consignConfig.xml file. Could you send me yours. Thanks! Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Tuesday, October 04, 2011 3:00 PM To: Robin Taylor Cc: dspace-tech@lists.sourceforge.net Subject: Re

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
Message- From: Blanco, Jose Sent: Tuesday, October 04, 2011 3:44 PM To: Blanco, Jose; Robin Taylor Cc: dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] adding cosing to manakin Robin, I think I have something wrong in my consignConfig.xml file. Could you send me yours. Thanks! Jose

Re: [Dspace-tech] submitting using manakin

2011-09-29 Thread Blanco, Jose
:06 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] submitting using manakin Hi Jose, I'm not sure which version of DSpace you are running, but I'm assuming it's likely 1.7.x. If so, there are known issues with Maven 3 and DSpace 1.7.x. See the prerequisites

Re: [Dspace-tech] submitting using manakin

2011-09-22 Thread Blanco, Jose
3:59 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] submitting using manakin Hi Jose, addBody() is actually called from the Wing Framework API, specifically from org.dspace.app.xmlui.wing.AbstractWingTransformer. But, to be honest, I doubt that's

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
: Blanco, Jose [mailto:blan...@umich.edu] Sent: Tuesday, September 20, 2011 3:44 PM To: Tim Donohue Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] submitting using manakin Tim, I'm using the input-fomrs.xml that came with the code release for 1.7 ( just to make sure ), and that one

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
/1523554d761d142b024e86892705552f46481c3b.continue' Processed by Apache Cocoon in 54 milliseconds. -Original Message- From: Blanco, Jose Sent: Wednesday, September 21, 2011 9:24 AM To: Blanco, Jose; Tim Donohue Cc: dspace-tech@lists.sourceforge.net Subject: RE: [Dspace-tech] submitting using manakin Tim, Have you had

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
] Sent: Wednesday, September 21, 2011 3:59 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] submitting using manakin Hi Jose, addBody() is actually called from the Wing Framework API, specifically from org.dspace.app.xmlui.wing.AbstractWingTransformer

Re: [Dspace-tech] submitting using manakin

2011-09-20 Thread Blanco, Jose
[mailto:tdono...@duraspace.org] Sent: Wednesday, August 17, 2011 11:28 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] submitting using manakin Hi Jose, You'll need to check your logs to let us know if there are any underlying errors. The URL you sent is just

Re: [Dspace-tech] submitting using manakin

2011-09-20 Thread Blanco, Jose
is not showing up. Any ideas will be highly appreciated. -Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Tuesday, September 20, 2011 12:00 PM To: Tim Donohue Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] submitting using manakin I'm back

[Dspace-tech] change to browse

2011-09-01 Thread Blanco, Jose
I would like to make the following change to the browse. I have a new dc called description.restricted. I want the browse not to display the items that have the string 'restricted' in this field. This would apply to the following browse: Title Author Date And Subject I have been looking

[Dspace-tech] submitting using manakin

2011-08-17 Thread Blanco, Jose
In my development environment I was trying to submit an item using the xmlui interface and when I select a collection to submit into, I get a Page Not found response in the browser. Do I not have some config parameter set? The url from which I get the Page Not found response is this one:

[Dspace-tech] adding an entry to the messages.xml file

2011-08-12 Thread Blanco, Jose
When I add an entry to the messages.xml file, like: message key=xmlui.administrative.item.EditItemStatusForm.display_orderDisplay Order/message I get xmlui.administrative.item.EditItemStatusForm.display_order displayed when I do this: private static final Message T_display_order =

[Dspace-tech] updating db via script

2011-08-11 Thread Blanco, Jose
I need to add two metadata data values to about 200 items and I want to write a script to do this. Whenever I do this, I bring down our instance to run index-init after the metadtavalue table is updated. There was one time when I did not bring down our instance and ran index-init and I got db

Re: [Dspace-tech] from aspect to theme

2011-08-03 Thread Blanco, Jose
map:call function=startEditItem map:parameter name=handle value={1}/{2}/ /map:call /map:when Etc... Thank you! Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent

Re: [Dspace-tech] from aspect to theme

2011-07-29 Thread Blanco, Jose
University of Michigan Transportation Research Institute Reports View Item How do I get this to show up? I've tried a couple of things but can't find the mechanism that handles this. Thank you! Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Friday, July 22

Re: [Dspace-tech] from aspect to theme

2011-07-25 Thread Blanco, Jose
Hey Mark, Have you had a chance to look at this. I know it's Monday, and you probably have higher priority, but if you have a chance let me know. Thank you! JOse -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Friday, July 22, 2011 4:50 PM To: Mark Diggory Cc

Re: [Dspace-tech] from aspect to theme

2011-07-22 Thread Blanco, Jose
Mark, I'm working on trying to get tombstone behavior to work in the xmlui environment. I have it working on in the jspui webapp. So, I have successfully changed an aspect so that when an item is withdrawn a pick list of 3 options ( reasons ) for withdrawing the items is presented to the

Re: [Dspace-tech] from aspect to theme

2011-07-22 Thread Blanco, Jose
like here: http://deepblue.lib.umich.edu/handle/2027.42/34788 From: Mark Diggory [mailto:mdigg...@atmire.com] Sent: Friday, July 22, 2011 11:32 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net; Mark H. Wood Subject: Re: [Dspace-tech] from aspect to theme Jose, Storing the reason

Re: [Dspace-tech] from aspect to theme

2011-07-22 Thread Blanco, Jose
[mailto:mdigg...@atmire.com] Sent: Friday, July 22, 2011 1:48 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net; Mark H. Wood Subject: Re: [Dspace-tech] from aspect to theme On Fri, Jul 22, 2011 at 10:28 AM, Blanco, Jose blan...@umich.edu wrote: Mark, I was kind of trying to do this.  I started

Re: [Dspace-tech] from aspect to theme

2011-07-22 Thread Blanco, Jose
); } } -Original Message- From: Mark Diggory [mailto:mdigg...@atmire.com] Sent: Friday, July 22, 2011 3:25 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net; Mark H. Wood Subject: Re: [Dspace-tech] from aspect to theme On Fri, Jul 22, 2011 at 12:15 PM, Blanco, Jose blan...@umich.edu

[Dspace-tech] from aspect to theme

2011-07-21 Thread Blanco, Jose
The aspect aspect.artifactbrowser.ItemViewer prepares a DRI that is later processed by the theme General-Handler.xsl. How does the system know to go to General-Handler.xsl? I've created a new aspect called aspect.artifactbrowser.ItemViewerNew, and I changed the aspect sitemap to go to

Re: [Dspace-tech] from aspect to theme

2011-07-21 Thread Blanco, Jose
to 'Dspace Item 2' from the aspect code? How do I create a new type of item? Any help would be greatly appreciated. -Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Thursday, July 21, 2011 10:19 AM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech

[Dspace-tech] adding cosign to xmlui instance

2011-07-14 Thread Blanco, Jose
I have been trying to add cosign, which I have working in jspui just fine, in xmlui, and I have a few questions. I see that in /aspects/EPerson/sitemap.xmap There is this code: map:match pattern=profile map:select type=AuthenticatedSelector map:when test=eperson

[Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
I created an error in the sitemap.xmap error. I went back to a version that worked, and I'm still getting the same error. It's like in the cache. Is there a way to clear it. I rebuild and redeployed. Jose --

Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
I just restarted tomcat and that fixed it, but there must be an easier way. I was deploying the app with tomcat. -Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Thursday, July 14, 2011 2:28 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech

Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
it. Thanks! Jose -Original Message- From: Mark Diggory [mailto:mdigg...@atmire.com] Sent: Thursday, July 14, 2011 2:38 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] sitemap.xmap error Jose, Yes, this the challenge, cocoon is caching in tomcats work

Re: [Dspace-tech] adding cosing to manakin

2011-07-11 Thread Blanco, Jose
Any suggestions? Really stuck here. From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Wednesday, July 06, 2011 3:09 PM To: Mark Diggory Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] adding cosing to manakin Mark, I’m getting closer, now I can get the cosign page and login

Re: [Dspace-tech] adding cosing to manakin

2011-07-06 Thread Blanco, Jose
...@gmail.com [mailto:mdigg...@gmail.com] On Behalf Of Mark Diggory Sent: Monday, June 27, 2011 8:26 PM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] adding cosing to manakin No, each webapp needs to list its needed dependencies separately. Listing cosign as a dependency

Re: [Dspace-tech] adding cosing to manakin

2011-06-24 Thread Blanco, Jose
Mark, the dspace/pom.xml is the only place that the jscosign is listed, and it seems like it would hold for all the apps. Take a look. From: Mark Diggory [mailto:mdigg...@atmire.com] Sent: Friday, June 24, 2011 1:48 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace

[Dspace-tech] adding cosing to manakin

2011-06-23 Thread Blanco, Jose
I have cosign running in my jspui, and I'm trying to run it now in xmlui, so I added the following to the xmui web.xml file: filter filter-nameCosign Authentication Filter/filter-name filter-classedu.umich.auth.cosign.CosignAuthenticationFilterIII/filter-class init-param

  1   2   3   >