Return-Path: X-Original-To: apmail-servicemix-dev-archive@www.apache.org Delivered-To: apmail-servicemix-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 19BF283DC for ; Mon, 5 Sep 2011 07:37:19 +0000 (UTC) Received: (qmail 3249 invoked by uid 500); 5 Sep 2011 07:37:18 -0000 Delivered-To: apmail-servicemix-dev-archive@servicemix.apache.org Received: (qmail 3122 invoked by uid 500); 5 Sep 2011 07:37:11 -0000 Mailing-List: contact dev-help@servicemix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@servicemix.apache.org Delivered-To: mailing list dev@servicemix.apache.org Delivered-To: moderator for dev@servicemix.apache.org Received: (qmail 54408 invoked by uid 99); 31 Aug 2011 21:13:28 -0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=FREEMAIL_FROM,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: 216.139.236.26 is neither permitted nor denied by domain of chandraprabha@gmail.com) Date: Wed, 31 Aug 2011 14:13:00 -0700 (PDT) From: chandraprabha To: dev@servicemix.apache.org Message-ID: <1314825180697-4756062.post@n5.nabble.com> Subject: Servicemix JTA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi All, I am having two database oracle and Postgres and i want implement the transaction for them. getting an object of javax.transaction.UserTransaction from servicemix and then at business layer public void add(){ uerTransaction.begin(); oracleDao.add(); postgresDao.add() uerTransaction.commit(); } I am getting no transaction found error, Please help. -- View this message in context: http://servicemix.396122.n5.nabble.com/Servicemix-JTA-tp4756062p4756062.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.