Re: [Dspace-tech] dspace 5_x + Oracle on Vagrant

2015-06-22 Thread Pottinger, Hardy J.
: Thursday, June 18, 2015 2:05 PM To: Monika C. Mevenkamp; Lista técnica do DSpace Subject: Re: [Dspace-tech] dspace 5_x + Oracle on Vagrant Hi Monika, It looks like it's trying to connect with: Driver: org.postgresql.Driver (according to the output of your dspace database test) This implies that your

[Dspace-tech] dspace 5_x + Oracle on Vagrant

2015-06-18 Thread Monika C. Mevenkamp
I got myself dspace vagrant switched to dspace_5_x branch setup to run with Oracle via settings in dspace.cfg copied ~/.m2/repository/com/oracle/ojdbc6 from my host to vagrants ~/.m2 did mvn package with -Ddb.name=oracle I can successfully run ~/dspace/bin/dspace database test Attempting to

Re: [Dspace-tech] dspace 5_x + Oracle on Vagrant

2015-06-18 Thread Tim Donohue
Hi Monika, It looks like it's trying to connect with: Driver: org.postgresql.Driver (according to the output of your dspace database test) This implies that your dspace.cfg probably has the wrong value for db.driver. It should be: db.driver=oracle.jdbc.OracleDriver So you may want to update