Re: [Pharo-users] Error: No factory specified
'No version found for ''1.3.1'' of ConfigurationOfTalkFFI because: Yes, you can see that in https://ci.inria.fr/dbxtalk/job/DBXTalkDriver-BleedingEdge/BACKEND=pgsql,Pla... Thatâs fixed in the configuration I attached.
Hi Stephan, 2014-04-08 19:55 GMT-03:00 Stephan Eggermont <stephan@stack.nl>:
'No version found for ''1.3.1'' of ConfigurationOfTalkFFI because:
Yes, you can see that in https://ci.inria.fr/dbxtalk/job/DBXTalkDriver-BleedingEdge/BACKEND=pgsql,Pla...
That's fixed in the configuration I attached.
I loaded the configuration you attached, and the loaded the latest version. However it doesn't work (see attached screenshot). It is a fresh 3.0 image with only the config you sent me loaded. OpenDBX aside (which I don't plan to use), I don't see how this will get GLORP running :) Should I rename Pharo's Cache to something else, like "PharoCache" or "AbstractCache"? Thanks in advance, Esteban A. Maringolo
On 09 Apr 2014, at 03:31, Esteban A. Maringolo <emaringolo@gmail.com> wrote:
OpenDBX aside (which I don't plan to use), I don't see how this will get GLORP running :)
It is maintained as part of DBXTalk, as far as I understand http://www.smalltalkhub.com/#!/~DBXTalk/Glorp/ and yes that is a bit confusing, but you can't do much with Glorp unless you can talk to a database, so it makes some sense.
Should I rename Pharo's Cache to something else, like "PharoCache" or "AbstractCache"?
Well, to get the code to load, that would be a dirty hack that could work. But IMO we should rename Glorp's Cache to InstancesCache, it is only referred to via CacheManager. Sven
participants (3)
-
Esteban A. Maringolo -
Stephan Eggermont -
Sven Van Caekenberghe