hi all,
we ran a BPA report on AEM 6.5.18 for migrating to cloud for our project.
The BPA report lists non-compatible content as follows -
Say we made a change on node "test" present under /a/b/c/test
The BPA reports the issue for the nested child as follows -
/a, /a/b, /a/b/c, /a/b/c/test - A single node change leading to 4 separate critical issues on BPA.
Is that correct?
We are overlaying /libs/dam/gui/content/assetdetails to /apps and modified couple of actions.
But the action nodes being listed are far more than the ones which are modified.
thanks in advance,
Solved! Go to Solution.
@gallaghan6 - The BPA will report any or all nodes in the /apps which have reference to /libs be it sling:resourceSuperType or overlay which points to some other nodes of /libs. Ideally if the overlay nodes have no difference then they should be taken off.
Ideally backtracing your changes to the requirement and then customizing it for the latest Cloud SDK should be the way to go.
Hope this helps!
Are you using sling:resourceSuperType?
no, its overlay only
Can you provide SS for that??
okay, the bpa report lists the below path for non-compatible changes -
/apps/dam/gui/content/assetdetails/jcr:content/actions/viewproperties/granite:rendercondition
If we navigate to the current path and check it against libs then there is no difference -
/apps -
/libs -
@gallaghan6 - The BPA will report any or all nodes in the /apps which have reference to /libs be it sling:resourceSuperType or overlay which points to some other nodes of /libs. Ideally if the overlay nodes have no difference then they should be taken off.
Ideally backtracing your changes to the requirement and then customizing it for the latest Cloud SDK should be the way to go.
Hope this helps!
Also, Please check the version of BPA.
And,
And if you are overlaying just change the resource type to the path of /libs as in the AEMaaCS all the components are available under /libs.
Change sling:resourceType of component under /apps like:-
/libs/dam/gui/content/assetdetails because if we overlay from libs it should work..
I think changing the sling:resourceType to libs might work...
Views
Likes
Replies