ConfigurationOfGlorpDBX for Pharo2.0
Hello, I am having problems loading ConfigurationOfGlorpDBX on a fresh Pharo2.0 image but it seems that there is no stable version available. Is there a workaround ? or I am missing something? Thanks! Federico -- View this message in context: http://forum.world.st/ConfigurationOfGlorpDBX-for-Pharo2-0-tp4709086.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
Hi Federico, you can try replacing 'stable' by '2.5'. Like this: (((Smalltalk at: #ConfigurationOfGlorpDBX) perform: #project) perform: #version: with: *'2.5'*) load Regards! :)
Hola Rochi it does not load the configuration. The image freezes up... saludos! federico -- View this message in context: http://forum.world.st/ConfigurationOfGlorpDBX-for-Pharo2-0-tp4709086p4709092... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
It actually worked, the image was unresponsive for a couple minutes but after that everything (so far) seems to be working. Thanks again! Federico -- View this message in context: http://forum.world.st/ConfigurationOfGlorpDBX-for-Pharo2-0-tp4709086p4709094... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On Thu, Sep 19, 2013 at 5:16 AM, Federico.Balaguer < federico.balaguer@gmail.com> wrote:
It actually worked, the image was unresponsive for a couple minutes but after that everything (so far) seems to be working.
That is probably because of something in the progress bar only:). And yes, loading glorp in generally takes some time.
Thanks again! Federico
Thanks to you! Can you keep us updated if you have any problem? At some point I should update the configuration :). Mariano, you are using glorp in 20 also, aren't you?
-- View this message in context: http://forum.world.st/ConfigurationOfGlorpDBX-for-Pharo2-0-tp4709086p4709094... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
On Thu, Sep 19, 2013 at 2:22 PM, Guillermo Polito <guillermopolito@gmail.com
wrote:
On Thu, Sep 19, 2013 at 5:16 AM, Federico.Balaguer < federico.balaguer@gmail.com> wrote:
It actually worked, the image was unresponsive for a couple minutes but after that everything (so far) seems to be working.
That is probably because of something in the progress bar only:). And yes, loading glorp in generally takes some time.
Thanks again! Federico
Thanks to you! Can you keep us updated if you have any problem? At some point I should update the configuration :).
Mariano, you are using glorp in 20 also, aren't you?
Yes, but not that much and so far with the native Postgres driver ;) But no problem so far.
-- View this message in context: http://forum.world.st/ConfigurationOfGlorpDBX-for-Pharo2-0-tp4709086p4709094... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
-- Mariano http://marianopeck.wordpress.com
Mariano: Would you share the script you use to load the last stable Glorp with native Postgres drivers into a Pharo 2 image? I want to give it a try this weekend. Regards, Esteban A. Maringolo 2013/9/19 Mariano Martinez Peck <marianopeck@gmail.com>:
On Thu, Sep 19, 2013 at 2:22 PM, Guillermo Polito <guillermopolito@gmail.com> wrote:
On Thu, Sep 19, 2013 at 5:16 AM, Federico.Balaguer <federico.balaguer@gmail.com> wrote:
It actually worked, the image was unresponsive for a couple minutes but after that everything (so far) seems to be working.
That is probably because of something in the progress bar only:). And yes, loading glorp in generally takes some time.
Thanks again! Federico
Thanks to you! Can you keep us updated if you have any problem? At some point I should update the configuration :).
Mariano, you are using glorp in 20 also, aren't you?
Yes, but not that much and so far with the native Postgres driver ;) But no problem so far.
-- View this message in context: http://forum.world.st/ConfigurationOfGlorpDBX-for-Pharo2-0-tp4709086p4709094... Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
-- Mariano http://marianopeck.wordpress.com
participants (5)
-
Esteban A. Maringolo -
Federico.Balaguer -
Guillermo Polito -
Mariano Martinez Peck -
Rocio Amaya