"EricJava" wrote : "[EMAIL PROTECTED]" wrote : anonymous wrote : If I put just @Name, it's a POJO, and you're saying it's request scoped? | | | | Yes. | | Waitaminute, looking at the JBoss Seam book (an official JBoss publication), by Michael Yuan and Thomas Heute, on page 320: | | anonymous wrote : However, Seam POJO components are stateful and have a conversational scope by default. | | When you say "request scoped" maybe you mean "temporary conversation scoped"? |
Must be an error ! Seam POJO's are default EVENT (request) scoped and not conversation or temp. conversation scoped. >From the Seam reference: anonymous wrote : | By default, JavaBeans are bound to the event context. | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4123717#4123717 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4123717 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
