Hi,
I created custom behavior (following ecmarchitect tutorial). When I start alfresco, I get an exception:
org.springframework.beans.factory.CannotLoadBeanClassException: Error loading class [com.mydev.alf.Rating] for bean with name 'ratingsbehaviour' defined in file [/home/alfrescodev/AlfrescoArtifacts/projecttemplate/config-share/alfresco/web-extension/custom-slingshot-miketrain-context.xml]: problem with class file or dependent class; nested exception is java.lang.NoClassDefFoundError: org/alfresco/repo/node/NodeServicePolicies$OnDeleteNodePolicy
why is org/alfresco/repo/node/NodeServicePolicies$OnDeleteNodePolicy not being found? Is this a classpath issue? I have included Repository project/jar in my project but oit made no difference.
MW