--To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/mBxXEQxw0fUJ.
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
I'm in the same situation as Chris B. I have postgres 9.2 on my system, I'm learning play and I would prefer not to downgrade postgres. I'm not familiar with ant and ivy. Could you explain how to convert the jar into a format that play can read (I assume that I place the files into ../play-2.0.4/repository/cache/ I tried dropping it into a /lib directory and adding the lines suggested by virtualeyes, and am recieving the same errors in trying to use 9.2-1002.jdbc4
thanks,
On Sunday, September 30, 2012 3:28:49 PM UTC-7, Arato wrote:AFAIK there is no public repository for "9.1-902.jdbc4" yet. In Lift I used to use my own local repository for that. Now I am playing with the last snapshots for 9.2 driver. I am a complete newbie in Play! -I do not know absolutely anything about Play! yet-, but I have just dropped the correspondant jars (I compiled with ant) and ivy in the local repository inside Play 2.0, and the Postgresql 9.2 jdbc driver works smoothly in my case.Best regards.
--
I'm in the same situation as Chris B. I have postgres 9.2 on my system, I'm learning play and I would prefer not to downgrade postgres. I'm not familiar with ant and ivy. Could you explain how to convert the jar into a format that play can read (I assume that I place the files into ../play-2.0.4/repository/cache/ I tried dropping it into a /lib directory and adding the lines suggested by virtualeyes, and am recieving the same errors in trying to use 9.2-1002.jdbc4
thanks,
On Sunday, September 30, 2012 3:28:49 PM UTC-7, Arato wrote:
AFAIK there is no public repository for "9.1-902.jdbc4" yet. In Lift I used to use my own local repository for that. Now I am playing with the last snapshots for 9.2 driver. I am a complete newbie in Play! -I do not know absolutely anything about Play! yet-, but I have just dropped the correspondant jars (I compiled with ant) and ivy in the local repository inside Play 2.0, and the Postgresql 9.2 jdbc driver works smoothly in my case.
Best regards.
On Sunday, September 30, 2012 6:37:46 AM UTC+2, Chris B. wrote: