You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the 2.1.0 or 2.1.1 AIO archetype to generate a project accepting all default parameters.
Expect the bean for loading resources in .../share-amp/src/main/amp/config/alfresco/web-extension/custom-slingshot-application-context.xml to have the following id: ${project.artifactId}.resources
Actually it has the expanded name: org.alfresco.share-amp.resources.
Rational for this is that it helps make renaming the generated share-amp modules easier. Also it is consistent with how similar things are done elsewhere in the AIO archetype.
I should have mentioned that custom-slingshot-application-context.xml in AIO 2.1.0 was renamed to ${project.artifactId}-slingshot-application-context.xml in AIO 2.1.1. I think the comments about the bean id still hold :)
Use the 2.1.0 or 2.1.1 AIO archetype to generate a project accepting all default parameters.
Expect the bean for loading resources in
.../share-amp/src/main/amp/config/alfresco/web-extension/custom-slingshot-application-context.xml
to have the following id:${project.artifactId}.resources
Actually it has the expanded name:
org.alfresco.share-amp.resources
.Rational for this is that it helps make renaming the generated share-amp modules easier. Also it is consistent with how similar things are done elsewhere in the AIO archetype.
Here is a copy of what is currently generated:
The text was updated successfully, but these errors were encountered: