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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...