[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2002-04-09 Thread Bill Burke
User: patriot1burke Date: 02/04/09 22:40:12 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: read-only methods and read-only beans no longer synchronize with the transaction. Revision ChangesPath 1.64 +11 -9

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2002-04-04 Thread David Jencks
User: d_jencks Date: 02/04/04 20:08:02 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: fixed problem with RollbackException being thrown after setRollbackOnly Revision ChangesPath 1.63 +20 -23

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2002-02-28 Thread David Jencks
User: d_jencks Date: 02/02/28 18:42:04 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: fix for bug 523627. put entity in the GlobalTxEntityMap after create in case it was modified by e.g. a cmr field set up in

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2002-02-12 Thread David Jencks
User: d_jencks Date: 02/02/12 18:35:08 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Made GlobalTxEntityMap only contain read-write dirty entities, to avoid calling ejbStore unnecessarily. Moved beforeCompletion sync

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java MetricsInterceptor.java SecurityProxyInterceptor.java

2002-02-09 Thread Adrian Brock
User: ejort Date: 02/02/09 08:09:23 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java MetricsInterceptor.java SecurityProxyInterceptor.java Log: Guarded info logging. Faster when

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2002-01-30 Thread David Jencks
User: d_jencks Date: 02/01/30 14:55:18 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Added read-only tag to jboss.xml entities. This is handled in the interceptor stack rather than the pm Revision ChangesPath

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2002-01-02 Thread Adrian Brock
User: ejort Date: 02/01/02 09:06:54 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Removed some unguarded trace statements. Revision ChangesPath 1.58 +8 -5

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java LogInterceptor.java MessageDrivenInstanceInterceptor.java

2001-12-18 Thread marc fleury
User: mnf999 Date: 01/12/18 21:40:51 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java LogInterceptor.java MessageDrivenInstanceInterceptor.java Log: init()-create() method

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityInstanceInterceptor.java

2001-10-18 Thread Bill Burke
User: patriot1burke Date: 01/10/18 13:32:39 Modified:src/main/org/jboss/ejb/plugins Tag: Branch_2_4 EntitySynchronizationInterceptor.java EntityInstanceInterceptor.java Log: code was incorrectly locking bean and inserting bean in

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityInstanceInterceptor.java

2001-10-18 Thread Bill Burke
User: patriot1burke Date: 01/10/18 13:46:30 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityInstanceInterceptor.java Log: code was incorrectly locking bean and inserting bean in invokeHome even if

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-08-09 Thread Bill Burke
User: patriot1burke Date: 01/08/09 13:27:21 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: minor changes to make this class inheritable Revision ChangesPath 1.52 +16 -13

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityLockInterceptor.java EntityInstanceInterceptor.java

2001-08-08 Thread Bill Burke
User: patriot1burke Date: 01/08/08 15:00:46 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityLockInterceptor.java EntityInstanceInterceptor.java Log: refactored BeanLock

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-08-07 Thread Bill Burke
User: patriot1burke Date: 01/08/07 11:06:56 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: - moved EntitySynchronizationInterceptor.storeEntity to EntityContainer - moved synchronizeEntitiesWithinTransaction to

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-08-06 Thread Bill Burke
User: patriot1burke Date: 01/08/06 09:27:01 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: use getContainer().getTxEntitymap() instead of getCotnainer().getApplication().getTxEntityMap() Revision ChangesPath

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-08-05 Thread Dain Sundstrom
User: dsundstrom Date: 01/08/05 12:32:19 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Fixed remove problem. * Moved tx entity map to application * Moved synchronize entities in tx method to application * Moved sync

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-08-03 Thread marc fleury
User: mnf999 Date: 01/08/02 19:48:21 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: We use the interface of the LockBean and explicit calls to interact with the lock variables Revision ChangesPath 1.45

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityLockInterceptor.java

2001-08-03 Thread Bill Burke
User: patriot1burke Date: 01/08/03 13:11:26 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityLockInterceptor.java Log: LogCategory and correct indentation. Marc! Please stop using TABS!!!

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-08-02 Thread marc fleury
User: mnf999 Date: 01/08/02 09:41:45 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Forgot to remove messages Revision ChangesPath 1.44 +1 -2

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-08-01 Thread marc fleury
User: mnf999 Date: 01/08/01 11:34:39 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: The new interceptor impacts how this one deals with the beanlock introduced by bill Revision ChangesPath 1.42 +620 -575

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-07-10 Thread Jason Dillon
User: user57 Date: 01/07/10 16:49:14 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: o re-indent (no code change) Revision ChangesPath 1.40 +452 -451

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-07-03 Thread mnf999
User: mnf999 Date: 01/07/03 16:18:11 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: The second interceptor rewrite. It works with the new interceptor design and synchronization. I also removed a couple of bugs from

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-06-14 Thread patriot1burke
User: patriot1burke Date: 01/06/14 20:50:33 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Forgot to add myself as an author. Revision ChangesPath 1.37 +2 -1

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityInstanceInterceptor.java EntityInstanceCache.java AbstractInstanceCache.java

2001-06-11 Thread patriot1burke
User: patriot1burke Date: 01/06/11 12:52:26 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityInstanceInterceptor.java EntityInstanceCache.java AbstractInstanceCache.java Log:

RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityInstanceInterceptor.java EntityInstanceCache.java AbstractInstanceCache.java

2001-06-11 Thread marc fleury
:52 PM |To: [EMAIL PROTECTED] |Subject: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins |EntitySynchronizationInterceptor.java EntityInstanceInterceptor.java |EntityInstanceCache.java AbstractInstanceCache.java | | | User: patriot1burke | Date: 01/06/11 12:52:26 | | Modified:src

RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java EntityInstanceInterceptor.java EntityInstanceCache.java AbstractInstanceCache.java

2001-06-11 Thread Bill Burke
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of marc fleury Sent: Monday, June 11, 2001 4:08 PM To: [EMAIL PROTECTED] Subject: RE: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-06-04 Thread thedug
User: thedug Date: 01/06/04 22:11:22 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Fixed bug in commit option D. Make sure that I only check the cahce if in fact it is option D... Revision ChangesPath 1.34

[JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-05-31 Thread thedug
User: thedug Date: 01/05/31 16:50:47 Modified:src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java Log: Added commit option D. Lazy synchronization. Only every 30 seconds Revision ChangesPath 1.32 +63 -6

Re: [JBoss-dev] CVS update: jboss/src/main/org/jboss/ejb/plugins EntitySynchronizationInterceptor.java

2001-05-31 Thread Georg Rehfeld
Hi Marc, hi all, The idea is that option A/B/C in the spec are *brain dead* it either always refreshes or never refreshes... here we offer a simple way to specify a refresh time. A feature I really would like to have is dynamic switching of container commit options. This would enable good