This one is when all-on-demand enable,---------------------------------------------------------------------------
This is when using schedular
seems same for both cases
HI @Himanshu_Singhal,So I need to create sitemap for multi site,
public String getSiteUrl(Resource resource) {
final GlobalConfiguration globalConfiguration = resource.adaptTo(ConfigurationBuilder.class)
.as(GlobalConfiguration.class);
return StringUtils.isNotBlank(globalConfiguration.siteHostUrl()...
Hi all,i am using schedular to generate sitemap,but I am not able to adapt ca-config at the time of schedular,
But in case of All-on-demand it working,Please help me to resolve this problem.