I have a couple of components accessing the database and caching data for the 
application. I didn't get any trouble moving from Seam 1.0 to Seam 1.1

They are defined as follow:


  | @Scope(ScopeType.APPLICATION)
  | @Name("someComponent")
  | public class SomeComponent {
  | 
  |    @Create
  |    public void startup() throws Exception {
  |       ...
  |    }
  | }
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3984339#3984339

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3984339
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to