コミュニティアチーブメントバーを展開する。

JeremyJud
JeremyJud
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  • Sorry forgot the version. It's an AEM 6.3, that was upgraded from an earlier version.I tried on a fresh AEM on local and don't have any problem, but the property was already there to start with.

    タイプ

    ディスカッション

    表示

    1.2K

    いいね!

    0

    返信

    1
  • We are having a NullPointerException in /libs/cq/tagging/gui/components/tagedit/languagepicker/render.jsp because the property "languages" is missing in /etc/tags.We are not able to add the property (tried crxde and curl) because of the node type, getting: javax.jcr.nodetype.ConstraintViolationExcep...

    タイプ

    ディスカッション

    表示

    1.3K

    いいね!

    0

    返信

    3
  • I have what looks like an issue with the support of Indonesian language by AEMAEM seems to expect the code "id"/"id_id" (like in wcm/core/resources/languages)But Java provides the code "in_id" (see Java Supported Locales​, for example with currentPage.getLanguage(false))It seems the issue has alread...

    タイプ

    ディスカッション

    表示

    7.6K

    いいね!

    1

    返信

    8
  • Our developers are using other editors, so I'd like avoid an editor-specific solution.And it seems `vlt export`is also not working in some cases, because of https://issues.apache.org/jira/projects/JCRVLT

    タイプ

    質問

    表示

    1.4K

    いいね!

    0

    返信

    0
  • Is FileVault Sync (from filevault 3.1.38 provided in crx-quickstart/opt/filevault) expected to work with AEM 6.3?When I try to install the service withvlt sync --uri http://localhost:4502/crx installIt cannot resolve the default workspaceI then try withvlt sync --uri http://localhost:4502/crx/server...

    タイプ

    質問

    表示

    2.4K

    いいね!

    0

    返信

    4
  • Restoring the "rep:policy" node and giving read permission to "everyone" on /etc/dam/video fixes my issuesmacdonald2008 Veena_07 Thanks for the support.

    タイプ

    質問

    表示

    1.0K

    いいね!

    0

    返信

    0
  • The default component doesn't work (NullPointerException in flash.jsp, probably caused by the same permission issue).There currently are no specific permission on /etc/dam/video on our publish server. I checked a fresh publish server, there is a read permission for "everyone".For information, I prev...

    タイプ

    質問

    表示

    985

    いいね!

    0

    返信

    0
  • We keep the assets in /content/dam, but the list of the video profiles is in /etc/dam/videoTo mimic the behaviour in foundation/components/video/source.jsp, we try to read the VideoProfile, then use videoProfile.getRendition(...) and videoProfile.getHtmlSource(...) to generate the HTML5 <source/> ta...

    タイプ

    質問

    表示

    984

    いいね!

    0

    返信

    0
  • We have the following js code to generate a component with a video (inspired by foundation/components/video/source.jsp)        VideoProfile = com.day.cq.dam.video.VideoProfile,        for (var i=0;i<videoProfiles.length;i++){            var vf = VideoProfile.get(resolver, videoProfiles[i]);On the pu...

    タイプ

    質問

    表示

    1.2K

    いいね!

    1

    返信

    5
  • AEM 6.2The node /etc/dam/video/rep:policy breaks the request to http://<host>:<port>/etc/dam/video.profiles.list.json 500 Internal Server Errorjava.lang.NullPointerExceptionat com.day.cq.dam.video.servlet.VideoProfileListServlet.getProfileName(VideoProfileListServlet.java:185)at com.day.cq.dam.video...

    タイプ

    質問

    表示

    854

    いいね!

    1

    返信

    1