This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Create method is not executing on startupasookazian Jul 24, 2009 10:45 PM (in response to asookazian)I tried @Scope(ScopeType.APPLICATION) and it worked on deployment. with @Scope(ScopeType.SESSION) 
 it gets called when a new session starts (via new browser instance and navigation to URL). that makes sense.Now why can't we use @Scope(ScopeType.CONVERSATION) with @Startup? 
- 
        2. Re: Create method is not executing on startupcbredesen Mar 30, 2010 5:23 PM (in response to asookazian)@Create did not work form me, but @PostConstruct did. I'm not using EJB3 but in an EE5 environment, apparently this is the correct post-inject lifecycle callback... 
 
    