[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 Exclus

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-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 "

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 associated

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

2012-04-25 Thread Blanco, Jose
mId. I'm either not really passing it, or I have some 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.

[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 = cocoon.reques

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-20 Thread Blanco, Jose
return; } 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

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

2012-04-19 Thread Blanco, Jose
am I missing? -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. ---

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

2012-04-19 Thread Blanco, Jose
If I add this to the ArtifactBrowse/sitemap.xmap Shouldn't I be able to go to /abc and get the Statistics page? -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu]

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

[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/200308&bitstream-id=487539 and I added a transform by the name RequestItem.java and I added the following To the

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: -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@lists.sourceforge.net Subject: Re: [Dspace-tech] DSpace statistics: Top country and Top

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? Request a Copy

Re: [Dspace-tech] change to mirage.

2012-04-18 Thread Blanco, Jose
05 PM 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 met

[Dspace-tech] change to mirage.

2012-04-17 Thread Blanco, Jose
I'm in mirage and would like to add some logic to 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 --

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

2012-04-16 Thread Blanco, Jose
2012 3:47 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 (lo

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/ I had the "

[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 no

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] 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,

[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

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

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
he can then view 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

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. In the

[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 en

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

[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 : ./dspace/modules/jspui/target/war/work/org.dspace/dspace-

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 pub

[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: webiso-login /webiso-login Cocoon /* But it seems to not go to my webiso-login servlet ( I have log statements there that never get written ). I

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 in

[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.

[Dspace-tech] creating a checkbox

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

[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 d

[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
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 Subjec

Re: [Dspace-tech] adding new uri

2011-11-14 Thread Blanco, Jose
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: Monday, November 14, 2011 12:19 PM To: Tim Donohue Cc: dspace-tech@lists.sourceforge.net; Mark H. Wood Subject: Re: [Dspace-tech] addi

Re: [Dspace-tech] adding new uri

2011-11-14 Thread Blanco, Jose
the xmlui world. I remember an email by Mark Diggory 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: Bla

Re: [Dspace-tech] adding new uri

2011-11-14 Thread Blanco, Jose
ber 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 wrote: > I guess my problem is that I'm having a real hard time understanding the flow > of a request in the manakin world. >

Re: [Dspace-tech] adding new uri

2011-11-11 Thread Blanco, Jose
n other words, what 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 M

[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: I was expecting t

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
11 6:22 AM 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 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] 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] search can't sort by date issued

2011-10-27 Thread Blanco, Jose
James, This is what I have in my dspace.cfg file # Browse indexes webui.browse.index.1 = title:item:title webui.browse.index.2 = author:metadata:dc.contributor.author:text webui.browse.index.3 = subject:metadata:dc.subject.*:text webui.browse.index.4 = dateissued:item:dateissued # Sorting option

[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

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 modifi

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

2011-10-25 Thread Blanco, Jose
n your instance? Do you have a test area where 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

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] 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: [Dspace-tec

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 ki

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 Su

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 Fr

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 col

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 be

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] 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: DSpace-tech@lists.sour

[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 left

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 that

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

2011-10-14 Thread Blanco, Jose
Andre, Just read your post again, and see you already have the lock file problem solved. I'm not sure what could be happening. I would try to import one item at a time and see if one in particular is causing the problem and then look into why. -Jose From: Blanco, Jose [mailto

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 tak

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: [Dspace-tec

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 hav

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 webui.browse.ind

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] 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
URL but no service defined. It almost seems like you have to say something like "*" do cosign? Any ideas? Thank you! Jose -Original 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

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
fined. at edu.umich.auth.cosign.CosignAuthenticationFilterIII.doFilter(CosignAuthenticationFilterIII.java:355) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:215) at org.apache.catalina.core.ApplicationFilterC -Original Message----- From: Blanco, Jose [mailto:blan...@umich.edu]

Re: [Dspace-tech] adding cosing to manakin

2011-10-04 Thread Blanco, Jose
posit* /webiso-login I think protected, should say cocoon. Right? -Original Message- 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 cosi

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 ma

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
4:42 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

Re: [Dspace-tech] submitting using manakin

2011-09-29 Thread Blanco, Jose
ay, September 23, 2011 10: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 a

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

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
--Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] 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", sp

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
ptember 21, 2011 11:19 AM To: Blanco, Jose Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] submitting using manakin Jose, A few more things to try: * Have you tried submitting to a different Collection? Maybe it's something in the Collection's settings? * I'm also w

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
- 'handle/TEMP-BOGUS/111499/submit/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] s

Re: [Dspace-tech] submitting using manakin

2011-09-21 Thread Blanco, Jose
al Message- From: 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

Re: [Dspace-tech] submitting using manakin

2011-09-20 Thread Blanco, Jose
slash ): http://blancoj.dev.deepblue.lib.umich.edu:8080/handle/TEMP-BOGUS/70048/submit gives me the 1st page in the submission form ( Initial question page ) -Original Message- From: Tim Donohue [mailto:tdono...@duraspace.org] Sent: Tuesday, September 20, 2011 3:12 PM To: Blanco, Jose Cc: d

Re: [Dspace-tech] submitting using manakin

2011-09-20 Thread Blanco, Jose
uot;Page" in xmlui 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 u

Re: [Dspace-tech] submitting using manakin

2011-09-20 Thread Blanco, Jose
om: Tim Donohue [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 s

Re: [Dspace-tech] change to browse

2011-09-01 Thread Blanco, Jose
I see some logic I could duplicate in IndexBrowse.java to do this for this case. I'm going to try that. -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Thursday, September 01, 2011 12:43 PM To: dspace-tech@lists.sourceforge.net Subject: [Dspace-tech] chan

[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 a

[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: http

[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: Display Order I get xmlui.administrative.item.EditItemStatusForm.display_order displayed when I do this: private static final Message T_display_order = message("xmlui.administrative.item.EditBitstreamForm.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
Etc... Thank you! Jose -Original Message- From: Blanco, Jose [mailto:blan...@umich.edu] Sent: Friday, July 22, 2011 3:15 PM To: Mark Diggory Cc: dspace-tech@lists.sourceforge.net; Mark H.

Re: [Dspace-tech] from aspect to theme

2011-07-29 Thread Blanco, Jose
e Test Area > 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...@

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 Diggo

Re: [Dspace-tech] from aspect to theme

2011-07-22 Thread Blanco, Jose
, "message"); } } -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, Jo

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 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 wrote: > > Mark,

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 for

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 user

Re: [Dspace-tech] from aspect to theme

2011-07-21 Thread Blanco, Jose
like this: But how do I get LABEL set 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

[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 either

Re: [Dspace-tech] sitemap.xmap error

2011-07-14 Thread Blanco, Jose
ut 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

  1   2   3   4   >