Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SWITCHYARD-2776 Add missing camel-sap converters to TypeConverter file #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

trohovsky
Copy link
Contributor

No description provided.

@fusesource-ci
Copy link

Can one of the admins verify this patch?

@trohovsky
Copy link
Contributor Author

I've just realized that a distro I used for testing contains old camel-sap (6.2.0.redhat-099) which declares converters by package name. There might be a bug when using this converter approach. Please postpone merging the pull request. I will try it with a distro that contains newer camel-sep that declares converters by FQN class names. A fix will be removing TypeConverter file in that case.

@trohovsky
Copy link
Contributor Author

I updated the PR, it's ok to merge. TypeConverter file is removed so there is no need to add converter classes into it if some will be added to camel-sap component in future. Type converters are loaded based on camel-sap component's TypeConverter file.

@cunningt
Copy link
Member

cunningt commented Sep 4, 2015

ok to test

1 similar comment
@cunningt
Copy link
Member

ok to test

@cunningt
Copy link
Member

@trohovsky We tried merging this with Jenkins, but the error we're seeing is 👍

Caused by: org.apache.camel.RuntimeCamelException: org.apache.camel.TypeConverterLoaderException: Failed to load type converters because of: Cannot find any type converter classes from the following packages: [org.fusesource.camel.component.sap.converter]

@trohovsky
Copy link
Contributor Author

The problem is probably caused by an old camel-sap version present in the project: https://github.com/jboss-switchyard/switchyard/blob/master/pom.xml#L64. I tested this with the product, that contains a newer version https://github.com/jboss-fuse/switchyard/blob/2.x.redhat-6-2-x-patch/pom.xml#L61. I will upgrade the version.

@cunningt
Copy link
Member

ok to test

1 similar comment
@cunningt
Copy link
Member

ok to test

@fusesource-ci
Copy link

Can one of the admins verify this patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants