anonymous wrote : is it ok to still keep the user in every (I need it in almost every bean) around via @In @Out User user
I don't quite understand. With this mechanism you never need @Out. You can do @In(create=true) User user as much as you like. anonymous wrote : Is there a way to "profile"/"monitor" a seam application to see directly what is in memory and how the transactions are handled? That would be useful for me to understand the whole scenario... There is the Seam debug page, but that does not tell you anything about transactions... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959377#3959377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959377 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
