When I start PetClinicClientServer inside Eclipse, I see the 'terms' window. When I accept the terms, the following errors display:
---------------------------------------------------------------------------------
org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'menuBar' defined in class path resource [org/springframework/richclient/samples/petclinic/ui/commands-context.xml]:
Can't resolve reference to bean 'windowMenu' while setting property 'members[2]'; nested exception is org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'windowMenu' defined in class path resource [org/springframework/richclient/samples/petclinic/ui/commands-context.xml]:
Can't resolve reference to bean 'preferenceCommand' while setting property 'members[4]'; nested exception is org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'preferenceCommand' defined in class path resource [org/springframework/richclient/samples/petclinic/ui/commands-context.xml]: Can't resolve reference to bean 'preferenceManager' while setting property 'preferenceManager'; nested exception is org.springframework.beans.factory.NoSuchBeanDefini tionException: No bean named 'preferenceManager' is defined: org.springframework.beans.factory.support.DefaultL istableBeanFactory defining beans
-----------------------------------------------------------------------------------
I did find the spring-richclient-sandbox.jar in the dist directory, and added it to the rich-client Build Path, but the error persists.


Reply With Quote