Ahh, that makes sense.  Thanks!

C

> Subject: Re: patch: exception because of table change in trunk
> To: user@ofbiz.apache.org
> From: jacques.le.r...@les7arts.com
> Date: Fri, 30 Oct 2015 18:52:00 +0100
> 
> Le 30/10/2015 18:36, Jacques Le Roux a écrit :
> > Thanks for report Christopher,
> >
> > You suggested
> >
> > -        String cacheKey = confItemContentTypeId + SEPARATOR + locale + 
> > SEPARATOR + mimeTypeId + SEPARATOR + 
> > productConfigItem.get("productCategoryId");
> > +        String cacheKey = confItemContentTypeId + SEPARATOR + locale + 
> > SEPARATOR + mimeTypeId;
> >
> > But we need to have an unique cacheKey. It was a typo, productCategoryId 
> > should have been configItemId
> >
> > I fixed this typo in
> > trunk r1711519
> > R14.12 r1711521
> > R13.07 r1711525
> > R12.04 r1711526
> >
> 
> Actually since https://issues.apache.org/jira/browse/OFBIZ-6680 it not yet 
> done, I will revert changes in releases branches and will rather backport 
> all soon (before committing for 
> https://issues.apache.org/jira/browse/OFBIZ-6701)
> 
> Jacques
> 
> > Jacques
> >
> > Le 30/10/2015 18:12, Christopher L a écrit :
> >> Hi.
> >>
> >> I have apparently lost access to open jira issues, so this is the only way 
> >> I can think of to submit a patch.
> >>
> >> org.ofbiz.product.config.ProductConfigItemContentWrapper.java is causing 
> >> exceptions because the table structure has been changed, and the code 
> >> refers to a column that no longer exists.
> >>
> >> My patch is at:
> >>
> >> https://drive.google.com/file/d/0B8bCbJvFDcA1QjgxdU1YS1JWSkU/view?usp=sharing
> >>
> >> Thanks!
> >>
> >> Chris
> >>
> >
                                          

Reply via email to