Skip to content

Commit

Permalink
SWITCHYARD-2776 Add missing camel-sap converters to TypeConverter file
Browse files Browse the repository at this point in the history
  • Loading branch information
trohovsky committed Aug 11, 2015
1 parent 527f5a8 commit be8d912
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit be8d912

Please sign in to comment.