[vwnc] Store replication in VW 7.6: which versions?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Store replication in VW 7.6: which versions?

cdavidshaffer
I'd like to use the "Store for Glorp" and the "VW UI" replication
support but I can't seem to get a working version loaded into my VW7.6
image.  What package versions should I be loading?

David

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store replication in VW 7.6: which versions?

Andres Fortier-2
David,
        I've the same problem a couple of weeks ago. Load the bundle shipped
with the CD, although it says "7.5 beta" it seems to work ok in 7.6.

HTH,
         Andrés


C. David Shaffer escribió:

> I'd like to use the "Store for Glorp" and the "VW UI" replication
> support but I can't seem to get a working version loaded into my VW7.6
> image.  What package versions should I be loading?
>
> David
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store replication in VW 7.6: which versions?

cdavidshaffer
andres wrote:
> David,
> I've the same problem a couple of weeks ago. Load the bundle shipped
> with the CD, although it says "7.5 beta" it seems to work ok in 7.6.
>
> HTH,
>          Andrés
>  
Thanks.  I'm trying that version now.  I saw several newer versions in
the Cincom repo and was hoping to find out if one of those is a better
choice than what shipped on the CD.

David

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store replication in VW 7.6: which versions?

Andres Fortier-2
So did I :)
See the threads:
- Store For Glorp broken?
- StoreGlorp version for VW 7.6

for more info.

HTH,
         Andrés


C. David Shaffer escribió:

> andres wrote:
>> David,
>> I've the same problem a couple of weeks ago. Load the bundle shipped
>> with the CD, although it says "7.5 beta" it seems to work ok in 7.6.
>>
>> HTH,
>>          Andrés
>>  
> Thanks.  I'm trying that version now.  I saw several newer versions in
> the Cincom repo and was hoping to find out if one of those is a better
> choice than what shipped on the CD.
>
> David
>
> _______________________________________________
> vwnc mailing list
> [hidden email]
> http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store replication in VW 7.6: which versions?

Terry Raymond
In reply to this post by cdavidshaffer
David

I used;

I think I got glorp from the cd parcels and
Bundle StoreGlorp Version: (2.4 77.2,aknight)
Package GlorpVWPort Version: (7.5 18)

Terry
 
===========================================================
Terry Raymond
Crafted Smalltalk
80 Lazywood Ln.
Tiverton, RI  02878
(401) 624-4517      [hidden email]
<http://www.craftedsmalltalk.com>
===========================================================
-----Original Message-----
From: [hidden email] [mailto:[hidden email]] On Behalf Of C. David Shaffer
Sent: Monday, June 22, 2009 11:57 AM
To: [hidden email]
Subject: Re: [vwnc] Store replication in VW 7.6: which versions?

andres wrote:
> David,
> I've the same problem a couple of weeks ago. Load the bundle shipped
> with the CD, although it says "7.5 beta" it seems to work ok in 7.6.
>
> HTH,
>          Andrés
>  
Thanks.  I'm trying that version now.  I saw several newer versions in
the Cincom repo and was hoping to find out if one of those is a better
choice than what shipped on the CD.

David

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store replication in VW 7.6: which versions?

Niall Ross
In reply to this post by cdavidshaffer
Dear David,
   (copied from my email to andres)

The distributed parcels will work OK.  If you want to load the
StoreGlorp bundle from the Cincom Open Repository, then:

   - 2.4.61 is 7.5-compatible; later versions get gradually less so
though the replicator would probably still work in many later versions.

   - StoreGlorp 2.4.73 is 7.6-compatible and (virtually) identical to
the distributed parcels.

   - StoreGlorp 2.4.82 is still 7.6 compatible.  It has minor fixes (bit
their absence should not cause problems to replication) but inserts
'primaryKey' into Undeclared:  to fix, recode the Undeclared
'primaryKey's sole caller to 'self primaryKey' (this is fixed in later
version which is less compatible with base 7.6).  Later versions get
gradually less 7.6-compatible, the replicator would probably still work
in many cases but I would not use later than StoreGlorp 2.4.82 in a 7.6
base image.

The distributed Glorp and GlorpVWPort parcels work compatibly with the
above.  If you want to load Glorp and GlorpVWPort from the Cincom OR as
well, look at the dates of the StoreGlorp you've chosen and the blessing
comments of the Glorp and GlorpVWPort to choose compatible versions.

HTH
         Yours faithfully
            Niall Ross

>I'd like to use the "Store for Glorp" and the "VW UI" replication
>support but I can't seem to get a working version loaded into my VW7.6
>image.  What package versions should I be loading?
>
>David
>
>_______________________________________________
>vwnc mailing list
>[hidden email]
>http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
>
>
>  
>


_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Store replication in VW 7.6: which versions?

cdavidshaffer
Niall Ross wrote:

> Dear David,
>   (copied from my email to andres)
>
> The distributed parcels will work OK.  If you want to load the
> StoreGlorp bundle from the Cincom Open Repository, then:
>
>   - 2.4.61 is 7.5-compatible; later versions get gradually less so
> though the replicator would probably still work in many later versions.
>
>   - StoreGlorp 2.4.73 is 7.6-compatible and (virtually) identical to
> the distributed parcels.
>
>   - StoreGlorp 2.4.82 is still 7.6 compatible.  It has minor fixes
> (bit their absence should not cause problems to replication) but
> inserts 'primaryKey' into Undeclared:  to fix, recode the Undeclared
> 'primaryKey's sole caller to 'self primaryKey' (this is fixed in later
> version which is less compatible with base 7.6).  Later versions get
> gradually less 7.6-compatible, the replicator would probably still
> work in many cases but I would not use later than StoreGlorp 2.4.82 in
> a 7.6 base image.
>
> The distributed Glorp and GlorpVWPort parcels work compatibly with the
> above.  If you want to load Glorp and GlorpVWPort from the Cincom OR
> as well, look at the dates of the StoreGlorp you've chosen and the
> blessing comments of the Glorp and GlorpVWPort to choose compatible
> versions.
>
> HTH
>         Yours faithfully
>            Niall Ross
>
Thank Niall, Terry and Andres!  I'm using StoreGlorp 2.4.82 now with
Glorp and GlorpVWPort parcels and everything seems to be working well.

David

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc