Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 701CD11A33 for ; Wed, 14 May 2014 02:31:38 +0000 (UTC) Received: (qmail 88797 invoked by uid 500); 14 May 2014 02:31:38 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 88756 invoked by uid 500); 14 May 2014 02:31:37 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Delivered-To: moderator for users@camel.apache.org Received: (qmail 68654 invoked by uid 99); 13 May 2014 18:52:01 -0000 X-ASF-Spam-Status: No, hits=2.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of reynoldsm88@gmail.com does not designate 216.139.236.26 as permitted sender) Date: Tue, 13 May 2014 11:51:34 -0700 (PDT) From: reynoldsm88 To: users@camel.apache.org Message-ID: <1400007094245-5751092.post@n5.nabble.com> Subject: Integration tests between multiple projects MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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.