Skip to content

[Error] Unable to create SOAP Factory - Provider not found #377

Answered by shumonsharif
lferna asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @lferna First off, I would suggest you review this Quarkus native application guide, it should hopefully explain the changes and why they are needed. There are also other guides on GraalVM that you can lookup.
https://quarkus.io/guides/writing-native-applications-tips

There may possibly be some way to address this in the extension, I'll look into it further. In the meantime, you can try the steps below.

The saaj-impl dependency is already pulled in by CXF. However, saaj-impl has an optional dependency on mimepull, which you will need to add to your project for the native build.

	  <dependency>
		  <groupId>org.jvnet.mimepull</groupId>
		  <artifactId>mimepull</artifactId>
		  <version>…

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by lferna
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants