I had a look over the code, and the only place I even see the
SessionSynchronization interface mentioned is in the EJBVerifier11, which
appears to just check for the in-spec-ness of a bean.  I can find nowhere where
the methods of the SessionSynchronization interface are actually called.

So it looks like the verification is being done, but the methods are never being
called!  This is a pretty important feature to me, and I may (with my limited
expertise in JTA) take a stab at implementing it.

-Charles

marc fleury wrote:

> I will have to relook in detail there might be some "not implemented yet"
> FIXMEs in the code.
>
> We will go ahead with BETA-PROD anyway but tackle that in the first "service
> pack".
>
> marc
>
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Tilmann Ludwig
> > Sent: Tuesday, September 12, 2000 11:55 PM
> > To: '[EMAIL PROTECTED]'
> > Subject: [jBoss-User] Problem with Transaction Management
> >
> >
> > I'm currenty running into some problems with the transaction management in
> > JBOSS 2.0.
> > I'm finally managed with the latest sources from the
> > CVS-tree(12.9.2000) to
> > rollback my Transaction in a container-managed transaction environment.
> > But when I'm trying to use the SessionSynchronization-Interface in a
> > statefull session-bean, the methods afterBegin, beforeCompletion and
> > afterCompletion were never called from
> > the container, although my businnes-methods are running in a transaction
> > context.
> > Afterwards, I'd tried to use bean managed transaction, but I'm always
> > getting "UserTransaction not bound" from the lookup on the JNDI-Tree (I've
> > tried "java:comp/UserTransaction",
> > "UserTransaction", always the same exception).
> >
> > Are these features not yet implementd in JBOSS 2.0 or am I doing
> > something wrong?
> >
> > Any help is appreciated
> >
> > Tilmann
> >
> > [EMAIL PROTECTED]
> >
> >
> >
> > --
> > --------------------------------------------------------------
> > To subscribe:        [EMAIL PROTECTED]
> > To unsubscribe:      [EMAIL PROTECTED]
> > Problems?:           [EMAIL PROTECTED]
> >
> >
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to