Re: [Dspace-tech] DCInput.java

2013-04-18 Thread Jose Blanco
I found it. DCInputsReader.java In there I blocked the use of the cache. -Jose On Thu, Apr 18, 2013 at 3:07 PM, Jose Blanco wrote: > I tried this in aspects/Submission/sitemap.xmap: > > > > and no change. > > I also tried changes the SubmissionInfo.java so that it would not use the > cache a

Re: [Dspace-tech] DCInput.java

2013-04-18 Thread Jose Blanco
I tried this in aspects/Submission/sitemap.xmap: and no change. I also tried changes the SubmissionInfo.java so that it would not use the cache and no change. Really stuck on this one. -Jose On Thu, Apr 18, 2013 at 11:04 AM, helix84 wrote: > > Hi Jose, > > that's most likely due to Cocoo

Re: [Dspace-tech] DCInput.java

2013-04-18 Thread helix84
Hi Jose, that's most likely due to Cocoon caching. I don't have much experience with it, but try looking how to declare an URL endpoint "not cached". It's probably configurable via the sitemap. Try starting here: http://cocoon.apache.org/2.1/userdocs/concepts/caching.html Regards, ~~helix84 Co

[Dspace-tech] DCInput.java

2013-04-18 Thread Jose Blanco
I have made a modification in DCInput.java that changes what is shown in the submission form depending on who is logged in. This page should look differently for each user, but what I'm seeing is that once DCInput runs by one user, the Describe Page gets cached and so the same page is shown for ea