Its rather hard to miss:

anonymous wrote : 
  | ejb 2.1 spec, 7.11.3 ejbCreate Methods
  | 
  | The session bean class must define one or more ejbCreate methods whose 
signatures must follow these rules:
  | + The method name must have ejbCreate as its prefix.
  | + The method must be declared as public.
  | + The method must not be declared as final or static.
  | + The return type must be void.
  | + The method arguments must be legal types for RMI/IIOP if there is a 
create corresponding to the ejbCreate method on the session bean?s remote home 
interface.
  | + A stateless session bean must define a single ejbCreate method, with no 
arguments.
  | + The throws clause may define arbitrary application exceptions, possibly 
including the javax.ejb.CreateException.
  | 


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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3869578


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to