Problem while upgrading to latest version

2 posts / 0 new
Last post
Marc
Offline
Joined: 07/08/2009
Problem while upgrading to latest version

Hi,

I tried to upgrade to the latest version and get the following error after start-up:

"Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Inval
id bean definition with name 'previousModuleFilterPageAction$child#6b98e8b4' def
ined in class path resource [com/visual/engine/frontend/frontend.xml]: Could not
 resolve parent bean definition 'previousModuleFilterPageAction'; nested excepti
on is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean n
amed 'previousModuleFilterPageAction' is defined"

I do not have a clue so I thought it might be related to the latest snapshot. Anybody an idea?

Thanks,

Marc

vvandens
Offline
Joined: 05/29/2008
Problem while upgrading to latest version

Hi Marc !

nextModuleFilterPageAction and nextLovPageAction have both been relaced by a single action : nextPageFrontAction.

previousModuleFilterPageAction and previousLovPageAction have both been relaced by a single action : previousPageFrontAction.

They are backward compatible so it should be sufficient to change the references to the old actions by the new names.

Thanks for reporting. I will update the release notes.

 

Cheers,

Vincent