활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.
Hi All,
In our upgrade project, We are unable to get header for javax Webservices called.
Seems like Apache felix framework bundle(5.6.1) was already providing that previously in 6.4
Now in 6.5, the same bundle is not having webservices related dependencies.
Do we have any documentation for this or any guidance available to resolve this.
We have added below dependencies in our core/pom.xml
20-10-28 07:59:47.472 ERROR [com.aem.project.core.service.impl.projectserviceimpl] WebServiceException {} javax.xml.ws.WebServiceException: Provider com.sun.xml.internal.ws.spi.ProviderImpl not found
해결되었습니다! 솔루션으로 이동.
조회 수
답글
좋아요 수
This issue not related to AEM. Issue seems to be in Webservices along with Java11. Please go through below like. It might help.
AG
Hi @sagar_verliani ,
Hope this helpx article help you in fixing this issue.
https://helpx.adobe.com/in/experience-manager/kb/jaxws-webservice-calls-not-working-aem-65.html
This issue is may be due to the fact that CFX packages have been removed from AEM and you have to install those externally.
To resolve the issue, you can install the "cfx-bundles-1.0.zip" package which provides the minimal set of jar files for the 2.3.0 release of CXF DOSGi
Regards,
Santosh
조회 수
답글
좋아요 수
Try below two methods. Hope one of them will work.
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>jaxws-rt</artifactId>
<version>2.3.3</version>
</dependency>
AG
Hi @Anudeep_Garnepudi
Tried this but no luck. Still getting same error.
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
Still getting the same error after updating parent pom
조회 수
답글
좋아요 수
Hi All,
Our project POM is pointing to jdk 1.8 and AEM Server is running on jdk 11, do you think if this is an issue?
Try adding below dependency.
<dependency>
<groupId>com.sun.xml.ws</groupId>
<artifactId>rt</artifactId>
<version>2.3.1</version>
</dependency>
Hope this works!
AG
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
This issue not related to AEM. Issue seems to be in Webservices along with Java11. Please go through below like. It might help.
AG
조회 수
답글
좋아요 수
조회 수
답글
좋아요 수
Hi All,
We are getting null when fetching values of soapMessage or soapEnvelope or soapHeader.
This was working earlier in 6.4.
Now in 6.5 the javax.xml.ws dependency which is present OOTB bundle (servicemix jaxb api) is updated to v2.2.0 as opposed to v2.1.0 in 6.4 present in felix framework bundle OOTB
Need more inputs to solve this
조회 수
답글
좋아요 수
조회 수
Likes
답글