내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

AEM 6.1 Sightly: org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension No use provider could resolve identifier

Avatar

Level 2

Hi

 

I'm just trying to call a simple wcmUsePojo class implementation from an aem component, but while doing so I'm getting below given error:

org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension No use provider could resolve identifier "myClassName".

The code is very simple and does not contain any complex stuff yet, still its not working. the  bundle is active and the pojo class package is also available in exported packages.

The code snipped is as given below:

<div data-sly-use.navigationUtilTest="${'com.dummy.helper.navigationUtilTest'}" data-sly-unwrap>
        Dummy Text

</div>

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Level 2

Got the solution, my class name started with lower case letter just changed it to upper case and it worked.

원본 게시물의 솔루션 보기

3 답변 개

Avatar

Level 10

Looks like there is an issue wirh the Java. See this community article to get up and running:  https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html

Avatar

정확한 답변 작성자:
Level 2

Got the solution, my class name started with lower case letter just changed it to upper case and it worked.

Avatar

Level 10

Thxs for posting your solution.