Hi Team;
When I run 'mvn install', there had an error, please refer the URL as below;
'https://ecmarchitect.com/alfresco-developer-series-tutorials/maven-sdk/tutorial/tutorial.html'
Thanks a lot!
Solved! Go to Solution.
Glad it worked @YanFeiHu , You can ignore those errors. We have been seeing for a long time now in sdk3.x. Its all good.
By the sdk4.x should also work. If you have any plans to use it in future, share the steps you followed and errors you get.
You can also search this forum for the errors and you might get some threads that may be useful.
The value is being extracted via com.someco.platformsample.DemoComponent class.
public NodeRef getCompanyHome() {
return nodeLocatorService.getNode("companyhome", null, null);
}
And value is coming as what you have created in your repository. If you are using chinese chars, replace the value to chinese chars to match the equals, example:
assertEquals("公司主页 ", companyHomeName);
Or update the node name of the company home to keep it "Company Home".
By the way, you seems to be using SDK3, instead of SDK4.x for ACS7. You should be using SDK4.x instead. Check the master branch from here: https://github.com/jpotts/alfresco-developer-series
Make sure you have DockerDesktop installed and running in order to use SDK4.x and ACS7.x.
You can also review this thread on how to instal docker desktop and required modules to get started: https://hub.alfresco.com/t5/alfresco-content-services-forum/how-to-configure-the-development-environ...
Hi Abhinav;
Thank you so much for your help!
Yes, it works! But as you can see, there still have some errors.
And meanwhile, I see SDK 4.3 for Alfresco 7.1, and I do want to using Alfresco 7.1, but failed to install it.
Now I using Alfresco 5.2.
Glad it worked @YanFeiHu , You can ignore those errors. We have been seeing for a long time now in sdk3.x. Its all good.
By the sdk4.x should also work. If you have any plans to use it in future, share the steps you followed and errors you get.
You can also search this forum for the errors and you might get some threads that may be useful.
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.