Return-Path: Delivered-To: apmail-geronimo-user-archive@www.apache.org Received: (qmail 93211 invoked from network); 28 Aug 2007 17:34:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Aug 2007 17:34:48 -0000 Received: (qmail 69624 invoked by uid 500); 28 Aug 2007 17:34:38 -0000 Delivered-To: apmail-geronimo-user-archive@geronimo.apache.org Received: (qmail 69615 invoked by uid 500); 28 Aug 2007 17:34:38 -0000 Mailing-List: contact user-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: user@geronimo.apache.org List-Id: Delivered-To: mailing list user@geronimo.apache.org Received: (qmail 69604 invoked by uid 99); 28 Aug 2007 17:34:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 10:34:38 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kevan.miller@gmail.com designates 209.85.132.248 as permitted sender) Received: from [209.85.132.248] (HELO an-out-0708.google.com) (209.85.132.248) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Aug 2007 17:34:32 +0000 Received: by an-out-0708.google.com with SMTP id c5so353147anc for ; Tue, 28 Aug 2007 10:34:11 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer; b=LYo0ex8goda1DqvniW/2ikn2rnH5TrpN9N3fKb1GLNirRtFGx1N2MVwPZKUV21RYa4EjEYTDwgFFNIbGLPZ/LNtbfox5tKffr3aDDjsEtvNo/sJumk9JNJ2and3REPvnbeEgV8k+9f6IdrhVAWU6UBStCwxtIq4aeZfx7TNSlMQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:content-type:message-id:from:subject:date:to:x-mailer; b=CIvRd9ZEiQsvMU2eKKmrK9DGKT3iGfQ3OxmiVemEUo61VTfjX47+whHRrQ43mPaiglRlJBi4j7aHsw05qwd0u2iWR3LsqHYqfDCS3wUMDw++DaKMf61wBGuuPvPGVj9CXZ7B80lwSMPDZ7YP6DhVcEeq5j4HfH+9SW1KqYcGLzY= Received: by 10.100.111.16 with SMTP id j16mr3064078anc.1188322448283; Tue, 28 Aug 2007 10:34:08 -0700 (PDT) Received: from ?9.27.152.134? ( [129.33.49.251]) by mx.google.com with ESMTPS id 43sm9198453wri.2007.08.28.10.34.07 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 28 Aug 2007 10:34:07 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <46D4408D.5020201@gmail.com> References: <46D34668.5010304@gmail.com> <1F2FC73F-4F7C-4159-B6E8-C916C77F8201@gmail.com> <46D362F6.7000303@gmail.com> <7EFAA85B-7A32-4032-821F-7EBAF8E8CA8F@yahoo.com> <475E513C-9C24-4A9C-9348-CA136C5025CD@gmail.com> <46D3F327.4030304@gmail.com> <806D5618-397C-4EAF-967D-85CE1F01CFE2@gmail.com> <46D41E02.5010900@gmail.com> <46D4408D.5020201@gmail.com> Content-Type: multipart/alternative; boundary=Apple-Mail-4--438159502 Message-Id: <2B9F4EC8-A59F-43A7-9F9A-CB429D4FAECD@gmail.com> From: Kevan Miller Subject: Re: Problem at geronimo boot Date: Tue, 28 Aug 2007 13:33:57 -0400 To: user@geronimo.apache.org X-Mailer: Apple Mail (2.752.3) X-Virus-Checked: Checked by ClamAV on apache.org --Apple-Mail-4--438159502 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Aug 28, 2007, at 11:34 AM, Paolo Denti wrote: > ok, thanks. therefore the problem "should" lie in how the > transactionManager is looked up, that is the method > getTransactionManager of the GeronimoTransactionManagerLookup class. Right. Paolo, at a minimum, I think you need to update your GeronimoTransactionManagerLookup class to contain the following setting of TransactionMgrGBeanName: public static final String TransactionMgrGBeanName="geronimo:J2EEServer=geronimo,ServiceModule=org. apache.geronimo.configs/transaction/2.0.1/ car,j2eeType=TransactionManager,name=TransactionManager"; I don't have a working hibernate environment, at the moment. If you could try this new setting, it would be great... --kevan --Apple-Mail-4--438159502 Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=ISO-8859-1
On Aug 28, 2007, = at 11:34 AM, Paolo Denti wrote:

ok, thanks. = therefore the problem "should" lie in how the transactionManager is = looked up, that is the method getTransactionManager of the = GeronimoTransactionManagerLookup = class.

Right. Paolo, at a minimum, I = think you need to update your GeronimoTransactionManagerLookup class to = contain the following setting of TransactionMgrGBeanName:=A0
public static final String = TransactionMgrGBeanName=3D"geronimo:J2EEServer=3Dgeronimo,ServiceModule=3D= org.apache.geronimo.configs/transaction/2.0.1/car,j2eeType=3DTransactionMa= nager,name=3DTransactionManager";

I don't have a working = hibernate environment, at the moment. If you could try this new setting, = it would be great...

--kevan

= --Apple-Mail-4--438159502--