[JBoss-user] [EJB/JBoss] - Synchronization

2005-04-19 Thread robinroos
Hello I need to register a Synchronization object which will receive afterCompletion() invocations - or the equivalent - AFTER all resources in the transaction have been committed. I could register against the javax.transaction.Transaction instance or against the javax.ejb.UserTransaction

[JBoss-user] [EJB/JBoss] - Synchronization class??

2004-10-03 Thread balteo
Hello, I am going through the specification for ejb 2.0 and I came across (see pages 209-214 the OID diagrams) what they call the synchonization object which is a container-provided class. Do you have more info about this class? Thanks in advance, Julien Martin. View the original post :

[JBoss-user] [EJB/JBoss] - Synchronization of Stateful Session Bean

2004-06-19 Thread fruehbeck
Hi, I want to use SFSB for a kind of state machine. But a big problem is, that the SFSB is not synchronized, but throws an EJBException - which is correct reg. the specification. The hint I found until now was to synchronize the invocations of the SFSB on client side (eg. JSP/Servlet). But

[JBoss-user] [EJB/JBoss] - Synchronization issues with EJB Collection returned by findB

2004-02-03 Thread glyn_walters
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3820010#3820010 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3820010 Hi Could anyone advise how JBoss would handle a change in Collection members returned by a findBy