I'm trying to create a simple stateful session bean that keeps a counter. Every time I refresh the page, I want the counter to increase by 1. When someone ELSE visits the page, I want it to start off on 1 for them. In other words, the counter should be specific to the user's personal session.
I've tried following this tutorial http://cwiki.apache.org/GMOxDOC20/very-simple-session-ejb-example.html except I using @Stateul. But when I do that it just always says 1. Can anyone point me in the right direction? A tutorial perhaps? -- View this message in context: http://www.nabble.com/geronimo-newbie---stateful-session-bean-tp14762838s134p14762838.html Sent from the Apache Geronimo - Users mailing list archive at Nabble.com.
