Dear team,
I'm trying to convert the static template to editable using V1.0.0. When I tried to get the list of templates, I see the empty list and got to see the below error.
GET /libs/cq/modernize/templatestructure/content/console.html HTTP/1.1] com.adobe.aem.modernize.structure.datasources.PageDataSource Unable to list components: java.text.ParseException: Query: SELECT * FROM [cq:PageContent] AS pc WHERE ISDESCENDANTNODE(pc, '/content/xxx') AND pc.[cq:template] IN ((*)); expected: static operand
Expected Behaviour:
Expected to see the list of templates, that are provided in the search box.
Actual Behaviour
It returns an empty list.
Steps to Reproduce
- Install the V1.0.0 package
- After landing on the template/structure conversion tool page, try to enter the search path, the system returns an empty list.
Platform and Version
AEM 6.5 using aem-modernize-tools-1.0.0
Logs taken while reproducing problem
GET /libs/cq/modernize/templatestructure/content/console.html HTTP/1.1] com.adobe.aem.modernize.structure.datasources.PageDataSource Unable to list components: java.text.ParseException: Query: SELECT * FROM [cq:PageContent] AS pc WHERE ISDESCENDANTNODE(pc, '/content/xxx') AND pc.[cq:template] IN ((*)); expected: static operand
Dear team,
I'm trying to convert the static template to editable using V1.0.0. When I tried to get the list of templates, I see the empty list and got to see the below error.
GET /libs/cq/modernize/templatestructure/content/console.html HTTP/1.1] com.adobe.aem.modernize.structure.datasources.PageDataSource Unable to list components: java.text.ParseException: Query: SELECT * FROM [cq:PageContent] AS pc WHERE ISDESCENDANTNODE(pc, '/content/xxx') AND pc.[cq:template] IN ((*)); expected: static operand
Expected Behaviour:
Expected to see the list of templates, that are provided in the search box.
Actual Behaviour
It returns an empty list.
Steps to Reproduce
Platform and Version
AEM 6.5 using aem-modernize-tools-1.0.0
Logs taken while reproducing problem
GET /libs/cq/modernize/templatestructure/content/console.html HTTP/1.1] com.adobe.aem.modernize.structure.datasources.PageDataSource Unable to list components: java.text.ParseException: Query: SELECT * FROM [cq:PageContent] AS pc WHERE ISDESCENDANTNODE(pc, '/content/xxx') AND pc.[cq:template] IN ((*)); expected: static operand