This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Compilation Error: The annotation @Startup is disallowedjboss-nth-fan Jul 3, 2006 9:37 PM (in response to jboss-nth-fan)The actual compilation error message is: 
 The annotation @Startup is disallowed for this location
- 
        2. Re: Compilation Error: The annotation @Startup is disallowedgavin.king Jul 3, 2006 9:37 PM (in response to jboss-nth-fan)@Startup belongs on the class, not on the method. 
 Perhaps you mean @Create?
- 
        3. Re: Compilation Error: The annotation @Startup is disallowedjboss-nth-fan Jul 3, 2006 9:51 PM (in response to jboss-nth-fan)Indeed ! Thanks. Apologize for my confusion. 
 In a side note, I've been fascinated by the smoothness of Seam, great work!
 Yeyo
 
    