[Dspace-devel] [DuraSpace JIRA] Subscription: DSpace JIRA Stale Tickets Report

2013-05-31 Thread no-reply
Issue Subscription Filter: DSpace JIRA Stale Tickets Report (39 issues) Report of all JIRA tickets that have not seen any updates for at least 6+ months. Please review them and update their status, if possible. Subscriber: tdonohue Key Summary DS-943 Login cache problem, log

Re: [Dspace-devel] DSpace mod and NetBeans

2013-05-31 Thread Peter Dietz
Hi Michael. I've never actually solved that part of development. So I end up creating a folder/symlink with that exact parameter looking string, and store my Dspace. Cfg in there. ${dspace.dir} Not ideal, but it let's me keep on going. Lately, instead of using IDE assisted debugging with breakp

[Dspace-devel] DSpace mod and NetBeans

2013-05-31 Thread Michael
I have been successful in setting up NetBeans/Maven/Postgres/Tomcat/git on a windows 2003 dev server to navigate, edit and compile our custom version of DSpace 1.8.4. Debugging is another issue. I'm trying to get it to do the same on my win7 development computer running NetBeans "internal" Tomc

[Dspace-devel] [DuraSpace JIRA] (DS-1569) RoleDisseminator fails to check for possible null password

2013-05-31 Thread Tim Donohue (DuraSpace JIRA)
Tim Donohue created DS-1569: --- Summary: RoleDisseminator fails to check for possible null password Key: DS-1569 URL: https://jira.duraspace.org/browse/DS-1569 Project: DSpace Issue Type: Bug

Re: [Dspace-devel] integrating dspace to my system

2013-05-31 Thread Yvonne Wambui
thanks let me go through it and then if i have any questions i will ask On Fri, May 31, 2013 at 4:35 PM, helix84 wrote: > On Fri, May 31, 2013 at 3:30 PM, Yvonne Wambui wrote: > > is there any security issue if i store the results in json or xml? > > There are no security issues connected with

Re: [Dspace-devel] integrating dspace to my system

2013-05-31 Thread helix84
On Fri, May 31, 2013 at 3:30 PM, Yvonne Wambui wrote: > is there any security issue if i store the results in json or xml? There are no security issues connected with the output format itself. However, depending on your network infrastructure, you may want to secure the connection between your PH

Re: [Dspace-devel] integrating dspace to my system

2013-05-31 Thread Yvonne Wambui
hey helix84, is there any security issue if i store the results in json or xml? On Fri, May 31, 2013 at 4:21 PM, helix84 wrote: > Hi Yvonne, > > you could ask Solr [1] for search results directly (this is what > DSpace does) and return them in an XML or JSON format. In your PHP > application yo

Re: [Dspace-devel] integrating dspace to my system

2013-05-31 Thread helix84
Hi Yvonne, you could ask Solr [1] for search results directly (this is what DSpace does) and return them in an XML or JSON format. In your PHP application you could process the result list (e.g. using SimpleXML [2] or json [3]) and display them directly within your PHP application and even mix the

Re: [Dspace-devel] integrating dspace to my system

2013-05-31 Thread Yvonne Wambui
i have tried looking at it. it doesnt make sense. can restful serve the same purposes On Thu, May 30, 2013 at 7:13 PM, Lighton Phiri wrote: > Hello, > > OpenSearch merely allows you to remotely issue search queries. You'd > have to implement the logic to search within your 'application' and > th