Re: Looking for full stack project examples that use Camel

2020-11-20 Thread Maria Arias de Reyna Dominguez
Hi! On Thu, Nov 19, 2020 at 5:27 PM Ron Cecchini wrote: > Basically, just looking for an example full stack project (think "inventory > management system") that uses Camel and Spring Boot on the back end, with a > Postgres or MySQL, and also some kind of React/Node (or whatever) front end.

Re: Aggregation mystery - ClassCastException on same class

2020-03-25 Thread Maria Arias de Reyna Dominguez
Hi, So when debugging it fails and when not debugging it doesn't? Did you compile and run the test everything inside IntellijIDEA or are you maybe compiling outside with plain maven and running on the IDE? I had this weird thing happening to me on eclipse several years ago and it was because

Re: Aggregation mystery - ClassCastException on same class

2020-03-25 Thread Maria Arias de Reyna Dominguez
Hi, A very very wild guess: could it be a problem with dependencies so you have on your classpath two versions of the same class? The JVM should choose only one of them and use it, but to me it is clear it doesn't think that the first "se.tradechannel.mifid.gateway.model.Gateway" is the same as