Hi,

EJB2.0 (EJB1.1 as well) Specification states in 6.10.3 (ejbCreate<METHOD> methods):

'The method must not be declared as final or static.'

Therefore :)

Stephan.

JDC> Hi,

JDC> Is there any particular reason, why above method only looks for non-final
JDC> create methods? 

JDC> In our framework, we have a base class for session beans which implements
JDC> all the necessary creation logic and we like to prevent our developers
JDC> to get around that code.

JDC> Browsing through the spec, I could not find a in Chapter 6 that requires
JDC> create methods to be non-final.

JDC> Best,
JDC> CGJ

JDC> _______________________________________________
JDC> Jboss-development mailing list
JDC> [EMAIL PROTECTED]
JDC> http://lists.sourceforge.net/lists/listinfo/jboss-development



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to