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
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to