Getting error while running integration test case for custom model

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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);
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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:
~Abhinav
(ACSCE, AWS SAA, Azure Admin)
(ACSCE, AWS SAA, Azure Admin)
