Hi,
I do understand that the home interface is not implemented by the bean . I tried creating the bean and it works. The create method in the home interface is required to throw the CreateException for both local or remote interfaces but the ejbCreate() in the bean class is not required to specify the CreateException in throws clause. But again on page 192 the spec says that it must throw.
Well it works (both compile time and runtime).
Sawan