I don’t think that it is always a good idea to generate create methods on session bean home interfaces.  In the case that they are abstract classes it is almost certain the subclasses will have compile errors.

 

            Typical compile error:  create() … clashes with create() in superclass; attempting to use incompatible return type

 

Can anyone think of a reason why they must be generated on abstract superclass home interfaces?

 

_____

Chris

 

<<image001.jpg>>

Reply via email to