Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 14853 invoked from network); 4 Feb 2006 03:48:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Feb 2006 03:48:35 -0000 Received: (qmail 20452 invoked by uid 500); 4 Feb 2006 03:48:28 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 20397 invoked by uid 500); 4 Feb 2006 03:48:28 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 20382 invoked by uid 99); 4 Feb 2006 03:48:28 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 19:48:28 -0800 X-ASF-Spam-Status: No, hits=1.8 required=10.0 tests=INVALID_DATE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [216.9.248.48] (HELO smtp01.bis.na.blackberry.com) (216.9.248.48) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Feb 2006 19:48:27 -0800 Message-ID: <1472569191-1139024885-cardhu_blackberry.rim.net-28566-@engine32-cell06> Reply-To: jason.dillon@planet57.com Sensitivity: Normal Importance: Normal To: dev@geronimo.apache.org Subject: Re: Spring support in Geronimo From: "Jason Dillon" Date: Sat, 4 Feb 2006 03:47:50 +0000 GMT Content-type: text/plain MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Ha... This app is so coupled to WAS5 its not funny. Using com.ibm classes all over the place :-( --jason -----Original Message----- From: David Jencks Date: Fri, 3 Feb 2006 19:43:17 To:dev@geronimo.apache.org Subject: Re: Spring support in Geronimo On Feb 3, 2006, at 5:37 PM, Jason Dillon wrote: > On 2/3/06, David Jencks wrote: >> I don't think you'll be able to see anything in a jndi viewer since >> we don't have a global jndi context > > :-( > > >> Have you tried using my SpringTransactionManager instead of spring's >> JtaTransactionManager? > > Where is your mythical SpringTransactionManager? modules/spring > > >> Is your ejb clearly labelled for BMT? If so, the UT should be there >> if you are accessing spring from the ejb in the same thread as the >> ejb call and spring is not changing any of the initial context system >> properties. > > Um... for the record its not really my bean... I was just given this > app that runs on WAS5 and asked to make it run on Geronimo. > > And, it looks like they are all Container managed > (Container is everywhere). > yikes, you are not supposed to be able to get UT in a CMT ejb. Your app should not work on any j2ee compliant app server :-) thanks david jencks > * * * > > What Spring and Hibernate need is a way to get a handle on the > containers TXM. I had just tried using the > org.springframework.transaction.jta.JtaTransactionManager. But did > not get very far with testing this stuff out because every 10 minutes > someone comes by and bugs me for something... :-( > > --jason