Why synchronize localEjbs

2008-07-02 Thread
); } support.firePropertyChange("resourceEnvRef", null, resource); -- Best Regards! Hou Zhanbin(侯占斌) msn:[EMAIL PROTECTED] <[EMAIL PROTECTED]> http://chillwarmoon.javaeye.com https://sourceforge.net/projects/jamocha

No need to validate entry is null in ProxyDirContext.

2008-09-27 Thread
hi,all. In the ProxyDirContext class, the lookupCache method is described below: public CacheEntry lookupCache(String name) { CacheEntry entry = cacheLookup(name); if (entry == null) { the line 1378 in ProxyDirContext entry = new CacheEntry();