Re: [Dspace-tech] tcpip_socket parameter in postgresql.conf?

2008-03-25 Thread James Rutherford
On Tue, Mar 25, 2008 at 12:18:05AM +, Thornton, Susan M. (LARC-B702)[NCI INFORMATION SYSTEMS] wrote: I?m confused. I thought we had to have tcpip_socket = true on our postgresql.conf file in PostgreSQL 8.2/DSpace 1.4.2, but when I put it in there and try and start postmaster, it gives me

[Dspace-tech] Oracle and DSpace 1.5 and ILIKE

2008-03-25 Thread Rick Runyan
Hi - I'm trying to install DSpace 1.5 using Oracle. It wasn't until yesterday that I saw this in the KNOWN_BUGS file: Oracle compatibility: this release does not support Oracle. Check for patches or updates to this release to restore Oracle compatibility. But nevertheless, I thought I

Re: [Dspace-tech] Oracle and DSpace 1.5 and ILIKE

2008-03-25 Thread Greg McClellan
Hi, I think it worked in 1.4.2 only if you used the default jspui interface (it doesn't call searchResultCount). Manakin/xmlui on the other hand does call it, so it breaks. I altered the code to be oracle friendly: TableRow row = DatabaseManager.querySingle(context, SELECT count(*) as count

Re: [Dspace-tech] Oracle and DSpace 1.5 and ILIKE

2008-03-25 Thread Rick Runyan
Cool. A fix *and* and explanation! How can you beat that? By the way, if you're actually fixing the real code, there are more ILIKEs in public static EPerson[] search(Context context, String query, int offset, int limit) Thanks, - Rick -Original Message- From: Greg McClellan

Re: [Dspace-tech] Oracle and DSpace 1.5 and ILIKE

2008-03-25 Thread Mark H. Wood
On Tue, Mar 25, 2008 at 03:09:43PM -0400, Rick Runyan wrote: org.dspace.eperson.EPerson.searchResultCount(EPerson.java:326) where it says TableRow row = DatabaseManager.querySingle(context, SELECT count(*) as count FROM eperson WHERE eperson_id =

Re: [Dspace-tech] Oracle and DSpace 1.5 and ILIKE

2008-03-25 Thread Scott Phillips
Rick, Thank you for the bug report. Unfortunately this patch did not make it into the 1.5 release, which occurred earlier (before the original email). The announcement of the release will be going out tomorrow morning. The release has been picked up and is in the Central Maven Repository

[Dspace-tech] DSpace 1.5

2008-03-25 Thread Scott Phillips
Everyone, The DSpace community is pleased to announce the release of DSpace 1.5! This is an important release of DSpace with many new features, including a completely new theme-able Manakin user interface, SWORD integration, many new configurable options, and scalability improvements.