Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "JEE-Annotation" page has been changed by LennyPrimak:
http://wiki.apache.org/tapestry/JEE-Annotation?action=diff&rev1=3&rev2=4

Comment:
added comments for new instances of JNDIObjectLocator

  
          if(statefulBean2 == null)
          {
+             // A new instance of JNDIObjectLocator has to be used for each 
lookup,
+             // because it caches lookups, and for stateful session beans this 
is a no-no
              statefulBean2 = new 
JNDIObjectLocator().getObject(MyStatefulBeanLocal.class);
          }     
      }

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org
For additional commands, e-mail: dev-h...@tapestry.apache.org

Reply via email to