We are deploying our Camel applications to JBoss fuse using blueprint.

We have 2 maven projects that implement a particular feature that need to be
decoupled because one of them is a more generic integration. Essentially we
have one that gets some data, updates a database, and then puts some values
in a map and places that map on queue.

In another integration (it is part of another maven project) we would like
to read in a message and transform the data into a certain format using
marshallers.

My question is, now that we have both of these integrations set up and
individually tested, is it possible to create a unit test that would load
both of them and then test it that way? This is desirable because we do not
haven an environment to deploy to yet but we need to show our stakeholders
that the desired functionality is being implemented.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Integration-tests-between-multiple-projects-tp5751092.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to