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

AdobeID24
AdobeID24
オフライン
タイプ
  • すべて
  • 質問
  • ディスカッション
  • アイデア
  • ブログ
ユーザー投稿による絞り込み
  • how did you call the service from datasource node .? if you can provide screenshot it will,be helpful

    タイプ

    質問

    表示

    5.8K

    いいね!

    0

    返信

    0
  • Hey,can you help me out ?I got this but I am not able to click that parsys so that i can configure any component .

    タイプ

    質問

    表示

    4.3K

    いいね!

    1

    返信

    0
  • Hello Facing the same issue ..even if i got the full height parsys . it is not clickable .if it is not clickable in desgin mode how i can allow component for this page ?

    タイプ

    質問

    表示

    4.9K

    いいね!

    1

    返信

    0
  • really helpful....this is wat the way i can invoke my servlet (which has been regeistered by using resourceType instead of path).just need to hit the page(obviously having the same resoruceType for which i made my servlet ) with the extension mentioned in servlet.is that correct ?

    タイプ

    質問

    表示

    5.1K

    いいね!

    0

    返信

    0
  • Thanks for the reply .two question ;1) my first process is correct or not ?what I have done: http://localhost:4502/crx/explorer/config/check.jspI have run the data store consistency check from root node:    "/"I got similar kind of error there as well .2) should I run data store consistency check in...

    タイプ

    質問

    表示

    2.3K

    いいね!

    0

    返信

    0
  • suppose I got logs from dev or prod enviorment .like below:Class: org.apache.jackrabbit.oak.plugins.blob.BlobStoreBlob.getNewStreamError: Error during replication: Error occurred while obtaining InputStream for blobId now I am having some question:1) How to reproduce it to work on local:what I have ...

    タイプ

    質問

    表示

    3.2K

    いいね!

    1

    返信

    5
  • Hi Lavanya ..Thanks ...very Helpfulsome doubts if you can clear this also it would be very helpful.The limit and offset features work like a charm for pagination situations:  in JCR api as well we can get this Query query = queryManager.createQuery(queryString, Query.SQL);QueryImpl q = (QueryImpl) q...

    タイプ

    質問

    表示

    2.9K

    いいね!

    0

    返信

    0
  • Is there any advantages of using Querybuilder  API instead of JCR search api?And as we know that QueryManager wll come into picture in case of JCR search api just to create query and here Querybuilder is use to create query ...is there any extra benfit using Query Builder API instead of QueryManager...

    タイプ

    質問

    表示

    4.1K

    いいね!

    2

    返信

    4
  • Arun PatidarThanks for your response.p.guesstotal : The purpose of p.guessTotal parameter is to return the appropriate number of results that can be shown by combining the minimum viable p.offset and p.limit values.If this is the purpose then this can be achievable without using p.guessTotalby defau...

    タイプ

    質問

    表示

    1.2K

    いいね!

    0

    返信

    0
  • Root predicate group.........p.guessTotal=trueif i used this in my query it is showing me Number of hits: 158if i usedp.limit=-1Number of hits: 158  samediffernece is p.limit will show all results and p.guessTotal will show only 10 (default).but in docx I have read likep.guessTotal=true  is recommen...

    タイプ

    質問

    表示

    1.3K

    いいね!

    2

    返信

    3