[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
:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2008 4:31 PM To: Rick Runyan Cc: dspace-tech@lists.sourceforge.net Subject: Re: [Dspace-tech] Oracle and DSpace 1.5 and ILIKE Hi, I think it worked in 1.4.2 only if you used the default jspui interface (it doesn't call searchResultCount). Manakin/xmlui

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