All the create() method signatures in the home interface and in the bean class should match with each other. create() method is mandatory for SLSB and it can have only 1 create() method. SFSB can have multiple overloaded create() methods and should have atleast 1 create methods.
I simply have no idea why they left it out from SessionBean interface.
On the contrary, ejbActivate() and ejbPassivate() methods are not applicable to SLSB but still they are included in the SessionBean interface.
