Skip to content

Commit be8d912

Browse files
committed
SWITCHYARD-2776 Add missing camel-sap converters to TypeConverter file
1 parent 527f5a8 commit be8d912

File tree

1 file changed

+5
-1
lines changed
  • components/camel/camel-sap/src/main/resources/META-INF/services/org/apache/camel

1 file changed

+5
-1
lines changed

components/camel/camel-sap/src/main/resources/META-INF/services/org/apache/camel/TypeConverter

+5-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
# permissions and limitations under the License.
1515

1616
# 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.
17+
# 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
1822
org.fusesource.camel.component.sap.converter.StructureConverter

0 commit comments

Comments
 (0)