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=6&rev2=7 There is an even simpler way to use Stateful beans, if you are using the [[http://code.google.com/p/flowlogix/wiki/TapestryLibrary|Flow Logix Tapestry Library]]: {{{ - private @EJB @Stateful statefulBean; // its that simple! + private @EJB @Stateful MyStatefulBeanLocal statefulBean; // its that simple! }}} == JNDIObjectLocator.java, variant taken from Tapestry JumpStart == --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tapestry.apache.org For additional commands, e-mail: dev-h...@tapestry.apache.org