I have a Store DB in use for about 8 years now.
Things seem OK until I go to build a new image from the ground up. I have 2 bundles and I load them bundle loadSrc Everything seems fine except for 3 methods in one class. These 3 methods were updated recently a couple of weeks ago, and before that in June 2011. When loaded building a new image, I get the "June 2011" versions, not the Jan 2013 methods. Where should I start looking? -- Dennis Smith +1 416.798.7948 Cherniak Software Development Corporation Fax: +1 416.798.0948 509-2001 Sheppard Avenue East [hidden email] Toronto, ON M2J 4Z8 sip:[hidden email] Canada http://www.CherniakSoftware.com Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
Sorry forgot version -- VW7.7.1
On 2013-01-12 8:33 AM, Dennis Smith wrote: > I have a Store DB in use for about 8 years now. > Things seem OK until I go to build a new image from the ground up. > > I have 2 bundles and I load them > bundle loadSrc > Everything seems fine except for 3 methods in one class. These 3 > methods were updated > recently a couple of weeks ago, and before that in June 2011. > > When loaded building a new image, I get the "June 2011" versions, not > the Jan 2013 methods. > > Where should I start looking? > -- Dennis Smith +1 416.798.7948 Cherniak Software Development Corporation Fax: +1 416.798.0948 509-2001 Sheppard Avenue East [hidden email] Toronto, ON M2J 4Z8 sip:[hidden email] Canada http://www.CherniakSoftware.com Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Dennis smith-4
Load newer versions, reconcile and re-publish?
-Boris -----Original Message----- From: [hidden email] [mailto:[hidden email]] On Behalf Of Dennis Smith Sent: Saturday, January 12, 2013 8:34 AM To: [hidden email] Subject: [vwnc] Store-related question ... I have a Store DB in use for about 8 years now. Things seem OK until I go to build a new image from the ground up. I have 2 bundles and I load them bundle loadSrc Everything seems fine except for 3 methods in one class. These 3 methods were updated recently a couple of weeks ago, and before that in June 2011. When loaded building a new image, I get the "June 2011" versions, not the Jan 2013 methods. Where should I start looking? -- Dennis Smith +1 416.798.7948 Cherniak Software Development Corporation Fax: +1 416.798.0948 509-2001 Sheppard Avenue East [hidden email] Toronto, ON M2J 4Z8 sip:[hidden email] Canada http://www.CherniakSoftware.com Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP _______________________________________________ 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 |
Yup -- did that -- but thanks for the suggestion!
On 2013-01-12 8:36 AM, Boris Popov, DeepCove Labs wrote: > Load newer versions, reconcile and re-publish? > > -Boris > > > -----Original Message----- > From: [hidden email] [mailto:[hidden email]] On Behalf Of Dennis Smith > Sent: Saturday, January 12, 2013 8:34 AM > To: [hidden email] > Subject: [vwnc] Store-related question ... > > I have a Store DB in use for about 8 years now. > Things seem OK until I go to build a new image from the ground up. > > I have 2 bundles and I load them > bundle loadSrc > Everything seems fine except for 3 methods in one class. These 3 methods were updated recently a couple of weeks ago, and before that in June 2011. > > When loaded building a new image, I get the "June 2011" versions, not the Jan 2013 methods. > > Where should I start looking? > -- Dennis Smith +1 416.798.7948 Cherniak Software Development Corporation Fax: +1 416.798.0948 509-2001 Sheppard Avenue East [hidden email] Toronto, ON M2J 4Z8 sip:[hidden email] Canada http://www.CherniakSoftware.com Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
stupid question, but are these three methods in packages that have not been updated in the bundle - meaning, the packages were published, but the bundle was not?
On Jan 12, 2013, at 8:43 AM, Dennis Smith wrote: > Yup -- did that -- but thanks for the suggestion! > > On 2013-01-12 8:36 AM, Boris Popov, DeepCove Labs wrote: >> Load newer versions, reconcile and re-publish? >> >> -Boris >> >> >> -----Original Message----- >> From: [hidden email] [mailto:[hidden email]] On Behalf Of Dennis Smith >> Sent: Saturday, January 12, 2013 8:34 AM >> To: [hidden email] >> Subject: [vwnc] Store-related question ... >> >> I have a Store DB in use for about 8 years now. >> Things seem OK until I go to build a new image from the ground up. >> >> I have 2 bundles and I load them >> bundle loadSrc >> Everything seems fine except for 3 methods in one class. These 3 methods were updated recently a couple of weeks ago, and before that in June 2011. >> >> When loaded building a new image, I get the "June 2011" versions, not the Jan 2013 methods. >> >> Where should I start looking? >> > > -- > Dennis Smith +1 416.798.7948 > Cherniak Software Development Corporation Fax: +1 416.798.0948 > 509-2001 Sheppard Avenue East [hidden email] > Toronto, ON M2J 4Z8 sip:[hidden email] > Canada http://www.CherniakSoftware.com > Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP > > _______________________________________________ > vwnc mailing list > [hidden email] > http://lists.cs.uiuc.edu/mailman/listinfo/vwnc James Robertson http://www.jarober.com [hidden email] _______________________________________________ vwnc mailing list [hidden email] http://lists.cs.uiuc.edu/mailman/listinfo/vwnc |
In reply to this post by Dennis smith-4
In 7.6 I have seen issues with overrides where it is possible for two
versions of a method to be in the same package. You might try the
following in a temp branch to see if it works before trying in your
production branch: 1) remove the method from the package 2) publish 3) unload package and load newly published version 4) while method is still present in the package, goto 1 5) now that all copies of the method have been removed from the package, add back the current version and publish You could also use raw SQL to find out if there are duplicate methods. [hidden email] From: Dennis Smith <[hidden email]> To: "Boris Popov, DeepCove Labs" <[hidden email]> Cc: "[hidden email]" <[hidden email]> Sent: Sat, January 12, 2013 7:44:50 AM Subject: Re: [vwnc] Store-related question ... Yup -- did that -- but thanks for the suggestion! On 2013-01-12 8:36 AM, Boris Popov, DeepCove Labs wrote: > Load newer versions, reconcile and re-publish? > > -Boris > > > -----Original Message----- > From: [hidden email] [mailto:[hidden email]] On Behalf Of Dennis Smith > Sent: Saturday, January 12, 2013 8:34 AM > To: [hidden email] > Subject: [vwnc] Store-related question ... > > I have a Store DB in use for about 8 years now. > Things seem OK until I go to build a new image from the ground up. > > I have 2 bundles and I load them > bundle loadSrc > Everything seems fine except for 3 methods in one class. These 3 methods were updated recently a couple of weeks ago, and before that in June 2011. > > When loaded building a new image, I get the "June 2011" versions, not the Jan 2013 methods. > > Where should I start looking? > -- Dennis Smith +1 416.798.7948 Cherniak Software Development Corporation Fax: +1 416.798.0948 509-2001 Sheppard Avenue East [hidden email] Toronto, ON M2J 4Z8 sip:[hidden email] Canada http://www.CherniakSoftware.com Entrance off Yorkland Blvd south of Sheppard Ave east of the DVP _______________________________________________ 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 |
Free forum by Nabble | Edit this page |