Hi,

let's consider the following case ;

@Stateful
  | @Name("firstRole")
  | @Role(name="secondRole", scope=ScopeType.CONVERSATION) 
  | @Interceptors(SeamInterceptor.class)
  | @Startup(depends={"otherBean"})
  | public class MyBean{
  | ...
  | }

Does the "@Startup" annotation allow a way to specify the name to be 
instanciated at Startup (i.e. "secondRole" instead than "firstRole")?


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

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

Reply via email to