问题标签 [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.

0 投票
0 回答
322 浏览

aem - sling:resourceType 如何在自指向的 cq:editconfig 节点属性值中工作?

AEM6.2中,我可以看到/libs/wcm/foundation/components/image组件/libs/wcm/foundation/components/image/cq:editConfig/cq:dropTargets/image/parameters节点有一个指向自身的属性sling:resourceType值。这个功能行为是如何工作的。?wcm/foundation/components/image

基础图像

0 投票
2 回答
5259 浏览

osgi - OSGi 控制台中的配置保存在哪里?

当我们在 Apache Felix Web OSGi 控制台的配置选项卡中更新组件的任何配置时,这些配置设置保存在哪里?这是针对 AEM 6.0 或更高版本的。

0 投票
0 回答
180 浏览

aem - AEM 中 CRX 根节点的 test_page 属性

为什么在重新启动 AEM 实例后会创建此节点。我可以在我的本地系统中看到它。当我重新启动时。一旦我删除它并在重新启动后它再次出现。 test_page_property

0 投票
1 回答
509 浏览

aem - AEM 实例可以处理多少个 JCR 会话。?

最近我能够看到访问页面加载速度非常慢,并且在 error.log 文件缓存中出现与内存泄漏相关的错误,这让我陷入了一个 AEM 实例可以处理多少个 JCR 会话的问题。?

0 投票
0 回答
621 浏览

aem - AEM 6.2 - 只有一个输入字段的触控 UI / Granite UI 不起作用

如果我正在构建一个只有一个输入字段的对话框,则该对话框将不会显示在作者中。

这是我的示例代码(headline_dialog.xml):

这是我们将在作者中看到的:

对话框不会出现

如果我现在向对话框添加第二个输入字段。对话框将显示在作者中:

现在我们正确地看到了对话框: 使用两个输入字段,对话框正确显示

这是新触摸用户界面中的错误吗?还是我在第一个对话框 XML 文件中出错了?

0 投票
1 回答
914 浏览

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

0 投票
2 回答
738 浏览

session - 如何在 AEM 工作流中获取/创建/模拟 InitiatorSession

在 AEM 工作流中,当我尝试模拟 workflowSession 来启动时,这会引发异常:

javax.security.auth.login.FailedLoginException:不允许模拟。

我必须需要发起人的会话来触发我的工作流程中的某些任务,之前我曾经使用过:

现在不推荐使用 adminSession 并且我们现在使用系统用户,因此我无法将系统用户模拟为发起人用户,有什么建议吗?

0 投票
1 回答
1499 浏览

aem - 如何在 AEM 中通过 JAVA 查找工作流运行实例

如何以编程方式查找在 AEM 实例中运行的可用工作流实例。

0 投票
3 回答
4383 浏览

aem - 如何在远程 AEM 服务器上调试?

在阅读在线 AEM 文档时,我遇到了如何在调试模式下运行 AEM。但是如何在远程 AEM 服务器上调试?

0 投票
2 回答
4795 浏览

aem - javax.inject,version=[0.0,1) -- 无法解析

是否有任何其他解决方法可以解决javax.inject,version=[0.0,1) -- Cannot be resolvedOSGI 捆绑包中的问题

我已经尝试了以下论坛中提供的所有方法。但我的捆绑包仍然没有解决。

我正在使用 AEM 6.2 + Java 版本:1.8.0_121 + Apache Maven 3.3.9 和 archetypeVersion=10

我的代码可以在我的GDrive上找到

http://help-forums.adobe.com/content/adobeforums/en/experience-manager-forum/adobe-experience-manager.topic.html/forum__fikl-ive_just_updatedfro.html

Javax 注入