问题标签 [aem-6]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
osgi - OSGi 控制台中的配置保存在哪里?
当我们在 Apache Felix Web OSGi 控制台的配置选项卡中更新组件的任何配置时,这些配置设置保存在哪里?这是针对 AEM 6.0 或更高版本的。
aem - AEM 实例可以处理多少个 JCR 会话。?
最近我能够看到访问页面加载速度非常慢,并且在 error.log 文件缓存中出现与内存泄漏相关的错误,这让我陷入了一个 AEM 实例可以处理多少个 JCR 会话的问题。?
aem - how to limit the number of page versions in AEM 6.2?
In sidekick, I can create as many versions of a page and can restore as well. What I am looking for is, how to limit the number of "creation of page versions" . Suppose, after 5 versions I want to display an error - "more versions are not allowed".
I followed the link for reference but no luck: http://www.wemblog.com/2012/08/how-to-work-with-version-in-cq.html
You have to create a osgi:Config within repository for this (com.day.cq.wcm.core.impl.VersionManagerImpl).
You can control number of version created by activation by setting versionmanager.maxNumberVersions property.
Thanks in advance
session - 如何在 AEM 工作流中获取/创建/模拟 InitiatorSession
在 AEM 工作流中,当我尝试模拟 workflowSession 来启动时,这会引发异常:
javax.security.auth.login.FailedLoginException:不允许模拟。
我必须需要发起人的会话来触发我的工作流程中的某些任务,之前我曾经使用过:
现在不推荐使用 adminSession 并且我们现在使用系统用户,因此我无法将系统用户模拟为发起人用户,有什么建议吗?
aem - 如何在 AEM 中通过 JAVA 查找工作流运行实例
如何以编程方式查找在 AEM 实例中运行的可用工作流实例。
aem - 如何在远程 AEM 服务器上调试?
在阅读在线 AEM 文档时,我遇到了如何在调试模式下运行 AEM。但是如何在远程 AEM 服务器上调试?
aem - javax.inject,version=[0.0,1) -- 无法解析
是否有任何其他解决方法可以解决javax.inject,version=[0.0,1) -- Cannot be resolved
OSGI 捆绑包中的问题
我已经尝试了以下论坛中提供的所有方法。但我的捆绑包仍然没有解决。
我正在使用 AEM 6.2 + Java 版本:1.8.0_121 + Apache Maven 3.3.9 和 archetypeVersion=10
我的代码可以在我的GDrive上找到