[jboss-user] [JBoss Seam] - Application scope SFSB
monkeyden
do-not-reply at jboss.com
Wed Oct 25 16:34:12 EDT 2006
I am using an APPLICATION scope Seam component (SFSB) to manage some configuration data:
@Stateful
| @Name("appConfig")
| @Scope(APPLICATION)
|
| public class ConfigurationManagerBean implements ConfigurationManager, Serializable {
| ...
| }
I'm using this componet within several other Seam components. Can I be sure that there is a single instance in service or is there something else I need to do? Will hashCode() on the tell me, or does that just give me the hashCode of the reference I'm holding?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3980833#3980833
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3980833
More information about the jboss-user
mailing list