Page 1 of 1

DemoSite-Portlet maven build

Posted: Thu Mar 14, 2013 4:52 am
by neo
Hi,

There are still some compilations errors with the latest git repository, can these be resolved?:

PortletCustomerStateProcessor.java:[22,54] cannot find symbol
[ERROR] symbol : class CustomerStateRequestProcessor
[ERROR] location: package org.broadleafcommerce.profile.web.core.security

PortletCustomerStateProcessor.java:[37,51] cannot find symbol
[ERROR] symbol: class CustomerStateRequestProcessor
[ERROR] public class PortletCustomerStateProcessor extends CustomerStateRequestProcessor {

PortletCustomerStateProcessor.java:[45,32] cannot find symbol
[ERROR] symbol : variable customerService
[ERROR] location: class com.mycompany.interceptor.security.PortletCustomerStateProcessor

PortletCustomerStateProcessor.java:[48,27] cannot find symbol
[ERROR] symbol : variable customerService
[ERROR] location: class com.mycompany.interceptor.security.PortletCustomerStateProcessor

PortletCustomerStateProcessor.java:[53,27] cannot find symbol
[ERROR] symbol : variable customerService
[ERROR] location: class com.mycompany.interceptor.security.PortletCustomerStateProcessor

PortletCustomerStateProcessor.java:[58,12] cannot find symbol
[ERROR] symbol : variable super
[ERROR] location: class com.mycompany.interceptor.security.PortletCustomerStateProcessor

PortletCustomerStateProcessor.java:[39,4] method does not override or implement a method from a supertype

Kind regards,
Sammy

Re: DemoSite-Portlet maven build

Posted: Thu Mar 14, 2013 9:20 am
by phillipuniverse
The Broadleaf version there was 2.2.0-SNAPSHOT and it should've been 2.2.1-SNAPSHOT. I just updated it, try it now.