04-05-2021 01:15 PM
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);
04-05-2021 11:53 PM
Interesting, Could you please share the full IT class here?
You would want to compare your code with these samples:
Explore our Alfresco products with the links below. Use labels to filter content by product module.