Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Nível 1
Nível 2
Faça login na Comunidade
Faça logon para exibir todas as medalhas
Esta conversa foi bloqueada devido à inatividade. Crie uma nova publicação.
Hi All ,
I have an issue where i get this below dependency error in my bundle , when i open OSGI console.
org.apache.sling.api,version=[2.3,3) -- Cannot be resolved
org.apache.sling.api.request,version=[2.4,3) -- Cannot be resolved
org.apache.sling.api.resource,version=[2.5,3) -- Cannot be resolved. Maven build of the package is successful , still i get this dependency error when i install the jar , so the jar is in installed mode and obviously the site is down. I am using 5.6.1 , kindly let me know how to resolve this issue. Any suggestions would be very helpful.
Thanks in advance
,RK
When I attempt to deploy a newer version of the org.apache.sling.api bundle eg 2.6 etc several other bundles stop and cannot be started.
Can anybody guide me in the right way to resolve this issue?
Solucionado! Ir para a Solução.
Visualizações
respostas
Total de curtidas
In your POM file, what versions are you setting for the dependencies below and what is the scope set to for each?:
org.apache.sling.api,version
org.apache.sling.api.request
org.apache.sling.api.resource
Regards,
Opkar
Visualizações
respostas
Total de curtidas
also, mentioning version range is not valid. refer [1] for the same
[1] https://maven.apache.org/enforcer/enforcer-rules/versionRanges.html
Visualizações
respostas
Total de curtidas
In your POM file, what versions are you setting for the dependencies below and what is the scope set to for each?:
org.apache.sling.api,version
org.apache.sling.api.request
org.apache.sling.api.resource
Regards,
Opkar
Visualizações
respostas
Total de curtidas
Check the versions in your instance for these package here [1] and update the same in you pom.xml
[1] http://<domain>:<port>/system/console/depfinder
Visualizações
respostas
Total de curtidas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas
Visualizações
Curtida
respostas