[Dspace-tech] handle problem

2010-10-06 Thread Gaetano Rufino
Hello All, I am working on Dspace 1.6.2 JSPUI. the handle is working , but if for example we use this URL: http://hdl.handle.net/10556/115, we have this result: http://elea.unisa.it:8080/xmlui/handle/10556/1

Re: [Dspace-tech] A simplified version of dspace-services and Tomcat unloading

2010-10-06 Thread Mark Diggory
Graham, Thanks for the detailed overview... Any chance you can provide some pointers into the changes? Maybe using fisheye... https://fisheye3.atlassian.com/changelog/dspace/modules/dspace-services/branches/simplified-prototype?cs=5379 You know I'm for (1) simplified spring only service manager.

[Dspace-tech] How to customize advance search in JSPUI

2010-10-06 Thread shashidhar chaturvedi
Hello All, I am working on Dspace 1.6 JSPUI. I face 2 problems *1- How can i customize advance seach in JSPUI (Dspace 1.6)? 2-How can i customize the result of browse links(like title, author, etc)? I want when i click om title instead of 3 column i want 4 or 5 column (more details) will come.* P

[Dspace-tech] MVN error: Plugin's descriptor

2010-10-06 Thread इन्‍दु भूषण Indu Bhushan
Dear Sir, I am trying to assemble DSpace 1.6.2 with Maven 2.2.1. I am getting following build error [INFO] Internal error in the plugin manager getting plugin 'org.apache.maven.plugins:maven-release-plugin': Plugin 'org.apache.maven.plugins:maven-release-plugin:2.0-beta-8' has an invalid descrip

Re: [Dspace-tech] Send item to Facebook and CSS loading inconsistently problem

2010-10-06 Thread Deng, Sai
Hi, all, I added the "share" menu posted by Stuart yesterday afternoon, and it seemed work ok. However this morning, I started to notice weird things: the stylesheet doesn't apply to all pages consistently. For example, the homepage and many other pages in ie7 display ok (load both style.css and

Re: [Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-06 Thread Keith Gilbertson
Thanks Graham and Tim. I hadn't seen that. On Oct 6, 2010, at 11:52 AM, Graham Triggs wrote: > That version of tm-extractors is quite old. > > There is a newer version on the Google site - > http://code.google.com/p/text-mining/ - but it will take a bit of work > wrapping things up for gener

Re: [Dspace-tech] tomcat reporting memory leak?

2010-10-06 Thread Tim Donohue
All, I would really appreciate it if we could stop the negativity in this discussion thread. I'm sorry to have to post a message of this sort publicly, but I feel I'm unfortunately being forced to do so. Insults and negativity on a public listserv do not help anyone. I also personally take off

Re: [Dspace-tech] tomcat reporting memory leak?

2010-10-06 Thread Tom De Mulder
On 6 Oct 2010, at 15:15, Graham Triggs wrote: [snip] This is exactly the kind of pointless pontification that we got last time. Any point that is raised is deflected or ignored, and you even manage to contradict yourself between paragraphs. What's it to be, should patches benefit ALL repositor

Re: [Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-06 Thread Graham Triggs
That version of tm-extractors is quite old. There is a newer version on the Google site - http://code.google.com/p/text-mining/ - but it will take a bit of work wrapping things up for general use. It has dependencies on newer versions of POI than 0.4, and some distinct improvements to it's robust

Re: [Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-06 Thread Tim Donohue
Ugh -- sounds like you've entered dependency hell. Though, I think the one shred of good news here is that it seems to only have a dependency conflict in one place in our codebase. It looks like (at a glance) if our WordFilter can be re-written to no longer need the org.textmining project, you

[Dspace-tech] Dspace workflow problem

2010-10-06 Thread Tumie Morupisi
Good Day we have a problem with the work flow this is how we have created it Accept/Reject/Edit Metadata Step -->COLLECTION_21_WORKFLOW_STEP_2 Edit Metadata Step   -->   COLLECTION_21_WORKFLOW_STEP_3  Submitters    ---> 

Re: [Dspace-tech] A simplified version of dspace-services and Tomcat unloading

2010-10-06 Thread Graham Triggs
On 5 October 2010 19:17, Sands Alden Fish wrote: > What resources were leaking here exactly? Leaking resources across > requests can have some serious consequences depending on the resources, and > I'm curious to know exactly what type of errant behavior we could expect > from a 1.6.x version ru

Re: [Dspace-tech] tomcat reporting memory leak?

2010-10-06 Thread Graham Triggs
On 5 October 2010 16:33, Simon Brown wrote: > Which nobody has requested, making this a massive red herring. I fail > to see how cutting back on unnecessary and redundant database access > constitutes "overhead to cover up the problems of larger > repositories". One person's "unnecessary and re

[Dspace-tech] [Fwd: Dspace Technical Workshop Tanzania]

2010-10-06 Thread Paul Samwel Muneja
Original Message Subject: Dspace Technical Workshop Tanzania From:"Paul Samwel Muneja" Date:Wed, October 6, 2010 1:43 pm To: dspace-tech@lists.sourceforge.net -

Re: [Dspace-tech] DSpace/Maven help request - update dependency version

2010-10-06 Thread Keith Gilbertson
Thanks, Tim. That helped me to understand. I put the version numbers of the dependency in the parent pom.xml ('dspace-src/pom.xml') and left the version numbers out of 'dspace-src/dspace-api/pom.xml'. So then I found another thing I didn't look at closely enough. The WordFilter doesn't use