We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527f5a8 commit be8d912Copy full SHA for be8d912
components/camel/camel-sap/src/main/resources/META-INF/services/org/apache/camel/TypeConverter
@@ -14,5 +14,9 @@
14
# permissions and limitations under the License.
15
16
# This is a workaround for the original TypeConverter file which doesn't work on JBoss
17
-# The original file contains a package name, but the converter is not loaded properly.
+# The original file contains FQN class names, but for some reason the converters are not loaded properly.
18
+org.fusesource.camel.component.sap.converter.DocumentConverter
19
+org.fusesource.camel.component.sap.converter.DocumentListConverter
20
+org.fusesource.camel.component.sap.converter.RequestConverter
21
+org.fusesource.camel.component.sap.converter.ResponseConverter
22
org.fusesource.camel.component.sap.converter.StructureConverter
0 commit comments