diff --git a/components/camel/camel-sap/src/main/resources/META-INF/services/org/apache/camel/TypeConverter b/components/camel/camel-sap/src/main/resources/META-INF/services/org/apache/camel/TypeConverter index 80bbd4806..0de3cde1f 100644 --- a/components/camel/camel-sap/src/main/resources/META-INF/services/org/apache/camel/TypeConverter +++ b/components/camel/camel-sap/src/main/resources/META-INF/services/org/apache/camel/TypeConverter @@ -14,5 +14,9 @@ # permissions and limitations under the License. # This is a workaround for the original TypeConverter file which doesn't work on JBoss -# 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. +org.fusesource.camel.component.sap.converter.DocumentConverter +org.fusesource.camel.component.sap.converter.DocumentListConverter +org.fusesource.camel.component.sap.converter.RequestConverter +org.fusesource.camel.component.sap.converter.ResponseConverter org.fusesource.camel.component.sap.converter.StructureConverter