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

body extension does not work #69

Open
mcada opened this issue Aug 16, 2018 · 10 comments
Open

body extension does not work #69

mcada opened this issue Aug 16, 2018 · 10 comments

Comments

@mcada
Copy link

mcada commented Aug 16, 2018

syndesis-extension-body does not work, export works, but selecting any of its action just keeps loading forever

I did not investigate it at all but maybe it counts with older syndesis models as it has 1.3-SNAPSHOT syndesis.version in pom.xml?

Tried from master branch on syndesis 1.4.5

@oscerd
Copy link
Contributor

oscerd commented Aug 16, 2018

You need to change the syndesis version to 1.4-Snapshot and recompile

@oscerd oscerd closed this as completed Aug 16, 2018
@mcada
Copy link
Author

mcada commented Aug 16, 2018

I tried to change it to 1.4.5 but it did not work, will try it with snapshot, thx

@mcada
Copy link
Author

mcada commented Aug 16, 2018

@oscerd
Can not compile it with 1.4-SNAPSHOT:

syndesis-extensions/syndesis-extension-body/src/main/java/io/syndesis/extension/body/SetBodyAction.java:[15,8] io.syndesis.extension.body.SetBodyAction is not abstract and does not override abstract method configure(org.apache.camel.CamelContext,org.apache.camel.model.ProcessorDefinition<?>,java.util.Map<java.lang.String,java.lang.Object>) in io.syndesis.extension.api.Step

@oscerd
Copy link
Contributor

oscerd commented Aug 16, 2018

Will check when I can

@oscerd oscerd reopened this Aug 16, 2018
@lburgazzoli
Copy link
Contributor

@mcada what did you use as first step ?

@mcada
Copy link
Author

mcada commented Aug 30, 2018

@lburgazzoli
Copy link
Contributor

So ok, the problem is the timer used as first step, there is an issue on UI site that should have been fixed. The problem is that the UI searches for a datashape but the timer does not have one and this condition was not talken into account. if you use any other connector it should work

@mcada
Copy link
Author

mcada commented Aug 30, 2018

But it used to work... :/

@oscerd
Copy link
Contributor

oscerd commented Aug 30, 2018

The change was done a while ago

@mcada
Copy link
Author

mcada commented Aug 30, 2018

I already created working scenario for slack so I will just create something else to test the extension. Thanks!

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

No branches or pull requests

3 participants