この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
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
表示
返信
いいね!の合計