Hey

The following updates have been made:
- Exception handling has been cleaned up more, especially for create and
find methods (I missed the fact that they can throw any app. exception).
Thanks to Paul Austin for tracking this down!
- Added support for isModified in the EntitySynchronizationInterceptor
(Anything WebLogic can do, we can do better ;-). This means that if your
EntityBean has a method "isModified" that returns a boolean the
container will ask it before calling ejbStore. If false, then the call
is skipped. This can improve performance *a lot* for read-only usage.
The read-only test in the "banktest" suite (in the "jbosstest" module)
now reports 2ms instead of 6ms for read-only EntityBean invocation.
Neat.
- SecurityManager is now optional. Turn it off for performance (default
is "off" since most people will prefer performance over security, at
least as default).

Tttthat's all folks :-) Above is in CVS.

regards,
  Rickard

-- 
Rickard �berg

Email: [EMAIL PROTECTED]
http://www.telkel.com
http://www.jboss.org
http://www.dreambean.com



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

Reply via email to