Re: [Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-08-07 Thread João Melo
Hi, i've managed it in order to use JDK 6 instead of JDK 7. XOAI 3.0.0 release is now building on jdk 6. On 29 July 2013 19:45, Sam Ottenhoff wrote: > DSpace 3.x documentation seems JDK-agnostic, it points to using Oracle or > OpenJDK, version 6 or 7: > > https://wiki.duraspace.org/display/DS

Re: [Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-07-31 Thread Tim Donohue
All, I've created a JIRA ticket to track this OAI-PMH & JDK 1.7 bug: https://jira.duraspace.org/browse/DS-1609 On 7/30/2013 9:58 AM, Tim Donohue wrote: > Hi Sam & All, > > On 7/30/2013 8:13 AM, Sam Ottenhoff wrote: >> But regardless, isn't this commit >> (https://github.com/lyncode/xoai/commit/a

Re: [Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-07-30 Thread Tim Donohue
Hi Sam & All, On 7/30/2013 8:13 AM, Sam Ottenhoff wrote: > But regardless, isn't this commit > (https://github.com/lyncode/xoai/commit/a25cf93b1861608d8ed2d52b224b243fb0aca511) > saying that any software that depends on XOAI 2.2.9 and up can only > use JDK 7+? Those lines in the POM essentially s

Re: [Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-07-30 Thread Sam Ottenhoff
> On Mon, Jul 29, 2013 at 10:22 PM, Tim Donohue wrote: > > So, as far as I can tell, this looks like it is requiring Java 7 (not > > sure how helix84 is able to run it on Java 6 to be honest, unless I'm > > missing something here..or helix84 is somehow running a different > > version of this lynco

Re: [Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-07-30 Thread helix84
On Tue, Jul 30, 2013 at 3:13 PM, Sam Ottenhoff wrote: > Are you testing with both Oracle and OpenJDK 6? I reproduced the > result with Oracle JDK 6. As I wrote, only OpenJDK. > But regardless, isn't this commit > (https://github.com/lyncode/xoai/commit/a25cf93b1861608d8ed2d52b224b243fb0aca511)

Re: [Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-07-29 Thread helix84
On Mon, Jul 29, 2013 at 10:22 PM, Tim Donohue wrote: > So, as far as I can tell, this looks like it is requiring Java 7 (not > sure how helix84 is able to run it on Java 6 to be honest, unless I'm > missing something here..or helix84 is somehow running a different > version of this lyncode/xoai co

Re: [Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-07-29 Thread Tim Donohue
On 7/29/2013 1:45 PM, Sam Ottenhoff wrote: > DSpace 3.x documentation seems JDK-agnostic, it points to using Oracle > or OpenJDK, version 6 or 7: > > https://wiki.duraspace.org/display/DSDOC3x/Installation > > But the new OAI module seems to depend on running Tomcat using JDK 7. > Here is the c

Re: [Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-07-29 Thread helix84
Hi Sam, if it's true, it's certainly not intentional. I tried to reproduce your problem, so I ran the 3.2 tag on OpenJDK 1.6.0_27, Tomcat 6.0.35-1+squeeze4. Identify, ListSets and ListMetadataFormats worked fine, but ListIdentifiers and ListRecords returned a different error. update-discovery-inde

[Dspace-tech] DSpace 3.2 needs JDK 1.7 for OAI functionality?

2013-07-29 Thread Sam Ottenhoff
DSpace 3.x documentation seems JDK-agnostic, it points to using Oracle or OpenJDK, version 6 or 7: https://wiki.duraspace.org/display/DSDOC3x/Installation But the new OAI module seems to depend on running Tomcat using JDK 7. Here is the commit I see that targeted JDK 1.7 and effectively droppe