Below is the sample testcase snippet for custommodel .While executing ./run.sh build_test I am getting the below error from the default sample tests .
com.test.platformsample.CustomContentModelIT: No authentication provider for net.sf.acegisecurity.providers.UsernamePasswordAuthenticationToken
private NodeRef getCompanyHomeNodeRef() {
return getServiceRegistry().getNodeLocatorService().getNode(CompanyHomeNodeLocator.NAME, null, null);
}
NodeRef parentFolderNodeRef = getCompanyHomeNodeRef();
QName associationQName = QName.createQName(NamespaceService.CONTENT_MODEL_1_0_URI, name);
properties.put(ContentModel.PROP_NAME, name);
ChildAssociationRef parentChildAssocRef = getServiceRegistry().getNodeService().createNode(
parentFolderNodeRef, ContentModel.ASSOC_CONTAINS, associationQName, type, properties);
Interesting, Could you please share the full IT class here?
You would want to compare your code with these samples:
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.