Hi Bill,

Yes, it's an RH thing.

I got the fix by comparing with 2.4.3

GenericProxy previously did this in
createMarshalledInvocation.

Regards,
Adrian


>From: "Bill Burke" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>, 
><[EMAIL PROTECTED]>
>Subject: RE: [JBoss-dev] Transactions
>Date: Mon, 31 Dec 2001 09:45:08 -0500
>
>This didn't work?  It worked before.  Is this a result of the new 
>invocation
>layer?
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of
> > Adrian Brock
> > Sent: Monday, December 31, 2001 2:48 AM
> > To: [EMAIL PROTECTED]
> > Subject: [JBoss-dev] Transactions
> >
> >
> > Hi,
> >
> > I'm trying to fix the last remaining problem in performance stress 
>tests.
> > This is in the spec (not an exact quote).
> > If a bean calls another bean as part of its implementation then subject 
>to
> > the transaction attribute they should run within the same transaction.
> >
> > The fix is very simple. In StatelessSessionProxy.createInvocation add 
>the
> > line:
> > invocation.setTransaction(this.getTransaction());
> >
> > This fixes the testsuite.
> >
> > Obviously, I want to add this to the Stateful, Entity and Home proxies 
>as
> > well.
> >
> > However, adding it to the Entity proxy breaks other parts of the
> > testsuite.
> > Is my fix wrong? Is the testsuite broken? Or is other code broken?
> >
> > Regards,
> > Adrian
> >
> >
> > _________________________________________________________________
> > MSN Photos is the easiest way to share and print your photos:
> > http://photos.msn.com/support/worldwide.aspx
> >
> >
> > _______________________________________________
> > Jboss-development mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-development
> >
>
>
>




_________________________________________________________________
MSN Photos is the easiest way to share and print your photos: 
http://photos.msn.com/support/worldwide.aspx


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to